about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2024-02-23Simplify existing code for setting `filecheck` flagsZalathar-11/+17
2024-02-22Update compiletest to only accept `//@` directives许杰友 Jieyou Xu (Joe)-30/+13
2024-02-22Update list of known directive names for diagnostics许杰友 Jieyou Xu (Joe)-0/+52
2024-02-21Rollup merge of #121373 - Zalathar:test-revision, r=oli-obkMatthias Krüger-65/+81
2024-02-21Rollup merge of #121347 - davidtwco:compiletest-aux-aux, r=oli-obkLeón Orell Valerian Liehr-23/+23
2024-02-21compiletest: support auxiliaries with auxiliariesDavid Wood-23/+23
2024-02-21Flatten the parse logic in `line_directive`Zalathar-18/+13
2024-02-21Consistently refer to a test's `revision` instead of `cfg`Zalathar-41/+44
2024-02-21Improve internal docs for the `HeaderLine` callback structZalathar-8/+26
2024-02-20Update panic message for missing `//@ run-rustfix` ui test suite when a .fixe...许杰友 Jieyou Xu (Joe)-4/+9
2024-02-20Rollup merge of #121233 - Zalathar:extra-directives, r=oli-obkNilstrieb-49/+43
2024-02-18Auto merge of #121265 - klensy:bump-18-02-24, r=Mark-Simulacrumbors-1/+1
2024-02-18windows bump to 0.52klensy-1/+1
2024-02-18Move the extra directives for `Mode::CoverageRun` into `iter_header`Zalathar-39/+21
2024-02-18Wrap `iter_header` callback arguments in a documentable structZalathar-12/+24
2024-02-17compiletest: fix regex rebuildsklensy-2/+4
2024-02-16Implement infra support for migrating from `//` to `//@` ui test directives许杰友 Jieyou Xu (Joe)-300/+557
2024-02-12Rollup merge of #120273 - klensy:ct-run, r=onur-ozkanMatthias Krüger-11/+16
2024-02-06Tweak a few mir-opt tests instead of using -Clink-dead-codeBen Kimock-1/+0
2024-02-06Use a better set of targets for blessing mir-opt testsBen Kimock-0/+2
2024-01-24add fixme about walking tests treeklensy-0/+2
2024-01-23don't collect found paths into BTreeSet:klensy-5/+6
2024-01-23Remove support for no-system-llvmNikita Popov-12/+12
2024-01-23reduce bufreader size from default(8kb) to 1kbklensy-1/+1
2024-01-23compiletest: reduce useless regex rebuildsklensy-5/+7
2024-01-18Warn when no profiler runtime means coverage tests won't be run/blessedZalathar-0/+9
2024-01-09Rollup merge of #119619 - onur-ozkan:panic-abort-mir-opt, r=oli-obkMatthias Krüger-12/+33
2024-01-08detect user-specified custom targets in compiletestonur-ozkan-12/+33
2024-01-07coverage: Anonymize line numbers in branch viewsZalathar-3/+93
2024-01-05Allow coverage tests to enable `llvm-cov --use-color`Zalathar-0/+11
2024-01-05Extract a `split_flags` helper in header directive parsingZalathar-9/+16
2024-01-05Allow tests to ignore individual test modesZalathar-3/+36
2024-01-05Check for profiler support via a flag, instead of an environment varZalathar-1/+26
2024-01-04Rollup merge of #119184 - Rajveer100:branch-for-issue-118752, r=davidtwcoMatthias Krüger-11/+17
2023-12-21Switch from using `//~ERROR` annotations with `--error-format` to `error-patt...Rajveer-11/+17
2023-12-21Enable -Zlint-mir by default for mir-opt testsTomasz Miąsko-0/+1
2023-12-14update use of feature flagslcnr-2/+2
2023-12-07also print 'immutable' flagRalf Jung-2/+5
2023-11-30Auto merge of #118036 - DianQK:thinlto-tests, r=tmiaskobors-15/+55
2023-11-30Add thinlto support to codegen, assembly and coverage testsDianQK-15/+55
2023-11-29Auto merge of #118132 - onur-ozkan:stdlib-assertion-status-to-compiletest, r=...bors-2/+8
2023-11-24Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)`David Tolnay-1/+1
2023-11-21utilize stdlib debug assertion status in compiletestonur-ozkan-2/+8
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-15/+1
2023-11-15Re-format code with new rustfmtMark Rousskov-3/+1
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-2/+1
2023-11-09Auto merge of #117122 - ferrocene:pa-configure-git-diff, r=albertlarsan68bors-3/+20
2023-11-09fmtPietro Albini-4/+1
2023-11-08coverage: Rename the `run-coverage` test mode to `coverage-run`Zalathar-11/+11
2023-11-08Auto merge of #117484 - Zalathar:tests, r=cjgillotbors-5/+15