summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2024-06-07Rename `S` environment variable to `SOURCE_ROOT` in run-make testsJakub Beránek-1/+1
2024-06-07Do not pass source root when building run-make testsJakub Beránek-1/+0
2024-06-06Rollup merge of #126072 - Zalathar:run-flags, r=jieyouxuJubilee-7/+11
2024-06-07compiletest: Allow multiple `//@ run-flags:` headersZalathar-7/+11
2024-06-06Make the panic info more usefulOli Scherer-0/+1
2024-06-05Rollup merge of #126008 - Zalathar:fulldeps-19371, r=jieyouxuMatthias Krüger-0/+10
2024-06-05Rollup merge of #125683 - Oneirical:patience-testing-test, r=jieyouxuJubilee-0/+1
2024-06-05Port `tests/run-make-fulldeps/issue-19371` to ui-fulldepsZalathar-0/+10
2024-06-04rewrite suspicious-library in rmakeOneirical-0/+1
2024-06-02Rollup merge of #125896 - jieyouxu:compiletest-rmake-comment, r=compiler-errorsJubilee-5/+5
2024-06-02Rollup merge of #125890 - Nilstrieb:gay-compiletest, r=jieyouxuJubilee-6/+34
2024-06-02compiletest: fix outdated rmake.rs comment许杰友 Jieyou Xu (Joe)-5/+5
2024-06-02Improve compiletest expected/not found formattingNilstrieb-6/+34
2024-06-02compiletest: split rmake executable from scratch dir许杰友 Jieyou Xu (Joe)-9/+24
2024-05-31Remove unused rust-demangler support from compiletestZalathar-10/+0
2024-05-31Use `coverage-dump --demangle` as the demangler for coverage-run testsZalathar-5/+12
2024-05-30Auto merge of #125710 - RalfJung:compiletest-components, r=workingjubileebors-3/+6
2024-05-30compiletest: clarify COMPILETEST_NEEDS_ALL_LLVM_COMPONENTS errorRalf Jung-3/+6
2024-05-30compiletest: Unify `cmd2procres` with `run_command_to_procres`Zalathar-29/+19
2024-05-29Extract coverage-specific code out of `compiletest::runtest`Zalathar-426/+372
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-3/+10
2024-05-23Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil...Matthias Krüger-2/+2
2024-05-18Fix typos (taking into account review comments)blyxyas-3/+3
2024-05-16Fix `for_loops_over_fallibles` hits in compiletest/src/json.rszachs18-2/+2
2024-05-11Make crashes dump mir to build dirMichael Goulet-8/+14
2024-05-09Tidy check for test revisions that are mentioned but not declaredZalathar-0/+2
2024-05-04compiletest: add enable-by-default check-cfgUrgau-3/+22
2024-05-04compiletest: add no-auto-check-cfg directiveUrgau-0/+7
2024-05-02Rollup merge of #124138 - mati865:ignore-llvm-abi-in-dlltool-tests, r=davidtwcoMatthias Krüger-46/+24
2024-05-01Auto merge of #124491 - madsmtm:target_vendor-apple, r=workingjubileebors-2/+2
2024-04-30Rollup merge of #124280 - beetrees:repr128-test-rmake, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+1
2024-04-30Port repr128-dwarf run-make test to rmakebeetrees-0/+1
2024-04-29aux-bin: Avoid old .so files from old tests; clean auxiliary dir rootMartin Nordholts-0/+1
2024-04-28Also raise fd limit on tvOS when testingMads Marquart-2/+2
2024-04-27Remove lazycell and once_cell from compiletest dependenciesGeorge Bateman-104/+80
2024-04-24Skip dlltool tests on non `*windows-gnu` targetsMateusz Mikuła-0/+5
2024-04-24Refactor dlltool searching code into separate functionMateusz Mikuła-46/+19
2024-04-20Rollup merge of #124196 - RalfJung:mir-opt-tests, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-3/+3
2024-04-20mir-opt tests: rename unit-test -> test-mir-passRalf Jung-3/+3
2024-04-19Match hyphen in multi-revision comment matchersTrevor Gross-1/+16
2024-04-17Rollup merge of #123975 - lqd:rust-lld-tests, r=jieyouxuGuillaume Gomez-0/+1
2024-04-16Make ui_test backtraces short by defaultOli Scherer-1/+4
2024-04-16Unset test env vars before setting new ones.Oli Scherer-2/+2
2024-04-15add missing lld directive to compiletestRémy Rakic-0/+1
2024-04-15Auto merge of #122997 - matthiaskrgr:compiletest_ices, r=oli-obkbors-7/+54
2024-04-14update README and add COMPILETEST_VERBOSE_CRASHES env var which when set prin...Matthias Krüger-7/+12
2024-04-14crashes: fix ice detection which did not trigger if code compiled without err...Matthias Krüger-8/+8
2024-04-14compiletest: switch crash detection logic for run_crash_test aroundMatthias Krüger-5/+6
2024-04-14run_crash_test(): better error message when we get a none-iceMatthias Krüger-1/+5
2024-04-14compiletest: crashes: turn off backtraces for faster testsMatthias Krüger-2/+13