about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2023-01-22Print why a test was ignored if it's the only test specified.Lenko Donchev-28/+54
2023-01-22Rollup merge of #107127 - uweigand:s390x-sanitizer, r=Mark-SimulacrumMatthias Krüger-2/+9
2023-01-22Rollup merge of #107102 - compiler-errors:new-solver-new-candidats-4, r=lcnrMatthias Krüger-0/+7
2023-01-21Auto merge of #105924 - TimNN:ui-remap, r=Mark-Simulacrumbors-7/+54
2023-01-21Add compare-mode-next-solverMichael Goulet-0/+7
2023-01-20Enable sanitizers for s390x-linuxUlrich Weigand-2/+9
2023-01-20Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgrbors-1/+6
2023-01-20Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstriebbors-2/+11
2023-01-19Make bare known-bug an errorMichael Goulet-1/+6
2023-01-18Remove extra removal from test pathGuillaume Gomez-1/+1
2023-01-17Hack compiletest to fix a random CI failureMaybe Waffle-2/+11
2023-01-16ui tests: Remap test base directory by default.Tim Neumann-0/+3
2023-01-16compiletest: Support running with a remapped base directory.Tim Neumann-5/+36
2023-01-16compiletest: Generic support for "no-" versions of boolean directives.Tim Neumann-2/+15
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-8/+6
2023-01-05Add vendor to Fuchsia's target tripleDavid Koloski-4/+4
2023-01-04Update tests, etcMichael Goulet-1/+1
2022-12-24Rollup merge of #106078 - nikic:filecheck-context, r=Mark-SimulacrumMatthias Krüger-0/+2
2022-12-23Provide more context on FileCheck failuresNikita Popov-0/+2
2022-12-22Take revision into account in src/test/ui incremental testsMichael Goulet-3/+7
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-0/+8
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-0/+4
2022-12-08Add LLVM KCFI support to the Rust compilerRamon de C Valle-0/+4
2022-12-07Make -Zsimulate-remapped-rust-src-base reproducible on CIOli Scherer-0/+2
2022-12-06Rollup merge of #105246 - JakobDegen:run-mir-tests, r=jyn514Yuki Okushi-4/+4
2022-12-04Fix --pass in compiletestJakob Degen-4/+4
2022-12-01Create a hacky fail-fast mode that stops tests at the first failureOli Scherer-0/+1
2022-11-19Auto merge of #104470 - ehuss:cdb-dupe-last-command, r=jyn514bors-1/+1
2022-11-19Rollup merge of #103969 - ferrocene:pa-download-rustc-ui-tests, r=jyn514Matthias Krüger-16/+25
2022-11-17add support for running binaries with remote-test-client on run-makePietro Albini-0/+4
2022-11-16normalize download-rustc's prefix when running compiletestsPietro Albini-0/+2
2022-11-16normalize source paths from sysroot in compiletestPietro Albini-16/+23
2022-11-15Don't duplicate last cdb debuginfo test commandEric Huss-1/+1
2022-11-04Auto merge of #103298 - ferrocene:pa-compile-flags-last, r=jyn514bors-39/+71
2022-11-03put custom flags as last in codegen and asm testsPietro Albini-33/+41
2022-11-01Rollup merge of #103781 - JakobDegen:mir-opt-tidy, r=jyn514Manish Goregaokar-92/+39
2022-10-31Detect unused files in `src/test/mir-opt` and error on them in tidy.Jakob Degen-92/+39
2022-10-29compiletest: set the dylib path when gathering target cfgJosh Stone-33/+37
2022-10-29Rollup merge of #102634 - andrewpollack:refactor-test-rustcflags, r=Mark-Simu...Guillaume Gomez-36/+15
2022-10-25ensure that compile-flags arguments are the last in ui testsPietro Albini-18/+42
2022-10-24Update src/tools/compiletest/src/runtest.rsAndrew Pollack-1/+1
2022-10-24Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726Yuki Okushi-0/+2
2022-10-19compiletest: refactor rustcflags to VecAndrew Pollack-36/+15
2022-10-18Retrieve LLVM version from llvm-filecheck binary if it is not set yetGuillaume Gomez-1/+18
2022-10-05Auto merge of #102438 - andrewpollack:add-target-rustc-flags, r=Mark-Simulacrumbors-2/+4
2022-10-02Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu...Dylan DPC-1/+4
2022-09-28Adding target_rustcflags to TargetCfgAndrew Pollack-2/+4
2022-09-23Detect panic strategy using `rustc --print cfg`Florian Bartels-16/+17
2022-09-20Update rustc's information on Android's sanitizersChris Wailes-0/+6
2022-09-16Do not panic when a test function returns Result::Err.Bradford Hovinen-1/+4