summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2024-11-14compiletest: add `max-llvm-major-version` directive许杰友 Jieyou Xu (Joe)-0/+24
2024-11-13Address reviewKirill Podoprigora-3/+9
2024-11-13Add ``exact-llvm-major-version`` directiveKirill Podoprigora-0/+23
2024-11-12Rollup merge of #132657 - mustartt:aix-run-make-support, r=jieyouxuMatthias Krüger-0/+1
2024-11-11move `src/tools/build_helper` into `src/build_helper`onur-ozkan-1/+1
2024-11-07Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkanJubilee-9/+77
2024-11-05add run-make support for aixHenry Jiang-0/+1
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-4/+0
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-5/+5
2024-10-31compiletest: stamp `minicore.rs` to rerun tests on changes许杰友 Jieyou Xu (Joe)-0/+6
2024-10-31compiletest: conditionally build and provide `minicore` as extern prelude whe...许杰友 Jieyou Xu (Joe)-2/+48
2024-10-31compiletest: register `--minicore-path` flag and `//@ add-core-stubs` directive许杰友 Jieyou Xu (Joe)-1/+41
2024-10-31compiletest: localize `compile_test_and_save_assembly` to assembly test module许杰友 Jieyou Xu (Joe)-29/+31
2024-10-31compiletest: add `{ignore,needs}-{rustc,std}-debug-assertions` directive support许杰友 Jieyou Xu (Joe)-9/+77
2024-10-30compiletest: improve robustness of LLVM version handling许杰友 Jieyou Xu (Joe)-70/+139
2024-10-29Rename `command-list.rs` to `directive-list.rs`Zalathar-2/+2
2024-10-28Auto merge of #132244 - jyn514:linker-refactors, r=bjorn3bors-1/+9
2024-10-27don't pass `-L .../auxiliary` unless it existsjyn-1/+9
2024-10-27Dynamically link run-make supportclubby789-0/+1
2024-10-24Rollup merge of #132093 - jieyouxu:suppress-wer, r=onur-ozkanJubilee-9/+17
2024-10-24Rollup merge of #131930 - clubby789:revision-cfg-collide, r=jieyouxuStuart Cook-0/+22
2024-10-24compiletest: suppress Windows Error Reporting (WER) for `run-make` tests许杰友 Jieyou Xu (Joe)-9/+17
2024-10-23Don't allow test revisions that conflict with built in cfgsclubby789-0/+22
2024-10-23Rollup merge of #131181 - dev-ardi:custom-differ, r=jieyouxuLeón Orell Valerian Liehr-37/+57
2024-10-22s/display-diff-tool/compiletest-diff-tool/Orion Gonzalez-2/+3
2024-10-22update CONFIG_CHANGE_HISTORYOrion Gonzalez-3/+7
2024-10-22implemented custom differOrion Gonzalez-39/+51
2024-10-22add an option for a custom differOrion Gonzalez-0/+3
2024-10-22Make `line_directive` return a `DirectiveLine`Zalathar-15/+20
2024-10-22Rename some fields of `DirectiveLine`Zalathar-23/+27
2024-10-22Stop using `line_directive` in `runtest::debugger`Zalathar-30/+12
2024-10-20compiletest: disambiguate between `tidy` and `tidy` (html version)许杰友 Jieyou Xu (Joe)-9/+7
2024-10-20Rollup merge of #131941 - lolbinarycat:compiletest-need-html-tidy, r=clubby789Stuart Cook-1/+1
2024-10-19compiletest: disambiguate html-tidy from rust tidy toolbinarycat-1/+1
2024-10-19Warn on redundant `--cfg` directive when revisions are usedclubby789-1/+13
2024-10-18Rename `stamp` to `stamp_file_path`Zalathar-7/+7
2024-10-18Rename `found_paths` to `found_path_stems`Zalathar-8/+8
2024-10-18Rename `inputs` to `common_inputs_stamp`Zalathar-7/+13
2024-10-18Store test collection context/state in two structsZalathar-86/+73
2024-10-18Consolidate test collection state in one placeZalathar-11/+12
2024-10-16Fix unnecessary nesting in run-make test output directoriesZalathar-1/+5
2024-10-15Rollup merge of #131705 - hoodmane:fix-emscripten-tests, r=jieyouxuMichael Goulet-1/+3
2024-10-15Fix most ui tests on emscripten targetHood Chatham-1/+3
2024-10-15Rollup merge of #131681 - Zalathar:fix-run-make-stamp, r=jieyouxuMatthias Krüger-8/+2
2024-10-14Fix up-to-date checking for run-make testsZalathar-8/+2
2024-10-14Document various parts of compiletest's `lib.rs`Zalathar-13/+114
2024-10-13Rollup merge of #131642 - jieyouxu:build-fail-check-fail, r=KobzolMatthias Krüger-7/+26
2024-10-13Rollup merge of #131638 - Zalathar:debuggers, r=jieyouxuMatthias Krüger-274/+290
2024-10-13Rollup merge of #131614 - jieyouxu:rmake-no-rev, r=KobzolMatthias Krüger-5/+14
2024-10-13Special case error message for a `build-fail` test that failed check build许杰友 Jieyou Xu (Joe)-7/+26