about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2024-10-13Rename `HeaderLine` to `DirectiveLine`Zalathar-8/+13
2024-10-11Include all kinds of auxiliary crates in the up-to-date timestampZalathar-1/+17
2024-10-11Use the same `AuxProps` parser for `EarlyProps`Zalathar-28/+9
2024-10-11Extract auxiliary-crate properties to their own module/structZalathar-40/+62
2024-10-11Rollup merge of #131525 - Zalathar:emit-asm, r=jieyouxuStuart Cook-17/+8
2024-10-11Simplify the choice of `--emit` mode for assembly testsZalathar-17/+8
2024-10-11compiletest: Remove the magic hacks for finding output with `lto=thin`Zalathar-50/+6
2024-10-10Rollup merge of #131470 - EnzymeAD:enzyme-testinfra2, r=jieyouxuMatthias Krüger-0/+7
2024-10-10add config to explicitely test rustc with autodiff/enzyme disabledManuel Drehwald-0/+7
2024-10-09Rollup merge of #131382 - ehuss:compiletest-reference, r=jieyouxuMatthias Krüger-0/+1
2024-10-09Add "reference" as a known compiletest headerEric Huss-0/+1
2024-10-09No need to cache the `profiler_runtime` flagZalathar-3/+1
2024-10-09Rename `profiler_support` to `profiler_runtime` throughout compiletestZalathar-18/+18
2024-10-09Rename directive `needs-profiler-support` to `needs-profiler-runtime`Zalathar-7/+7
2024-10-08Rollup merge of #131400 - Zalathar:ignore-coverage, r=jieyouxuMatthias Krüger-19/+14
2024-10-08Simplify the directives for ignoring coverage-test modesZalathar-19/+14
2024-10-08Drop compiletest legacy directive checks许杰友 Jieyou Xu (Joe)-93/+48
2024-10-07Rollup merge of #131351 - jieyouxu:yeet-the-valgrind, r=KobzolJubilee-95/+29
2024-10-07Rollup merge of #131353 - GuillaumeGomez:check_rustdoc_test_option, r=jieyouxuMatthias Krüger-0/+4
2024-10-07Add documentation for `runtest::check_rustdoc_test_option` methodGuillaume Gomez-0/+4
2024-10-07Remove valgrind test suite and support from compiletest许杰友 Jieyou Xu (Joe)-95/+29
2024-10-07Prune invalid `ignore-mode-*` directives许杰友 Jieyou Xu (Joe)-21/+3
2024-09-29add has_enzyme/needs-enzyme to the test infraManuel Drehwald-0/+15
2024-09-29Auto merge of #129687 - Urgau:rfc3127-sysroot-2, r=jieyouxubors-4/+15
2024-09-28compiletest: normalize to `$SRC_DIR_REAL` before `$TEST_BUILD_DIR`Urgau-6/+6
2024-09-28compiletest: rename "runtest/crash.rs" to "runtest/crashes.rs" to be in line ...Matthias Krüger-1/+1
2024-09-27compiletest: fallback to the original path if it's not a symlinkUrgau-11/+6
2024-09-27Implement RFC3137 trim-paths sysroot changesUrgau-3/+19
2024-09-27bump few depsklensy-1/+1
2024-09-24Mention `COMPILETEST_VERBOSE_CRASHES` on crash test failure许杰友 Jieyou Xu (Joe)-4/+5
2024-09-23Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomezMichael Goulet-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-30/+29
2024-09-20Pass the current cargo to `run-make` testsJosh Stone-0/+14
2024-09-20Rollup merge of #130566 - jieyouxu:breakup-runtest, r=compiler-errorsGuillaume Gomez-2041/+2156
2024-09-19Fix compiletest doc comments许杰友 Jieyou Xu (Joe)-6/+6
2024-09-19Break up compiletest runtest.rs into smaller helper modules许杰友 Jieyou Xu (Joe)-2041/+2156
2024-09-12Re-run coverage tests if `coverage-dump` was modifiedZalathar-0/+6
2024-09-11Rollup merge of #130161 - onur-ozkan:fmt-changed-files, r=Kobzol,RalfJungMatthias Krüger-2/+15
2024-09-11document the new git logic in more detailonur-ozkan-1/+6
2024-09-10rustdoc: redesign toolbar and disclosure widgetsMichael Howell-1/+1
2024-09-10handle `GitConfig` for `tools/compiletest`onur-ozkan-2/+10
2024-09-09Print a helpful message if any tests were skipped for being up-to-dateZalathar-0/+1
2024-09-09Add an explicit ignore message for "up-to-date" testsZalathar-2/+5
2024-09-05Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-SimulacrumMatthias Krüger-0/+15
2024-08-31Add rust.randomize-layout config to build artifacts with -Zrandomize-layoutThe 8472-0/+15
2024-08-30add borrows to NLL MIR dumpsRémy Rakic-0/+1
2024-08-25strip whitespace for ignored tests reason commentsRémy Rakic-1/+1
2024-08-25compiletest: implement `needs-lvm-zstd` directiveRémy Rakic-1/+111
2024-08-22Revert "compiletest: use `std::fs::remove_dir_all` now that it is available"许杰友 Jieyou Xu (Joe)-2/+25
2024-08-20compiletest: use `std::fs::remove_dir_all` now that it is available许杰友 Jieyou Xu (Joe)-25/+2