about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2024-04-01Modify compiletest and run-make-support to support CC invocations in rmake.rs许杰友 Jieyou Xu (Joe)-4/+10
2024-03-29compiletest: print reason for failing to read testsMichael Baikov-1/+3
2024-03-27Convert wasmtime check into a compiletest needs directive许杰友 Jieyou Xu (Joe)-0/+6
2024-03-27Accept only-wasm32-wasip1 directives许杰友 Jieyou Xu (Joe)-3/+4
2024-03-27Rollup merge of #123024 - maurer:kcfi-testing, r=workingjubileeGuillaume Gomez-0/+1
2024-03-26Auto merge of #118644 - madsmtm:macos-weak-linking-test, r=compiler-errorsbors-0/+1
2024-03-26CFI: Enable KCFI testing of run-pass testsMatthew Maurer-0/+1
2024-03-23Track run-make-support lib in common inputs stamp许杰友 Jieyou Xu (Joe)-0/+2
2024-03-20Rollup merge of #122786 - Enselic:remove_and_create_dir_all, r=onur-ozkanJacob Pratt-15/+12
2024-03-20compiletest: Introduce remove_and_create_dir_all() helperMartin Nordholts-15/+12
2024-03-20compiletest: mir_dump_dir.as_path() -> &mir_dump_dirMartin Nordholts-1/+1
2024-03-20When comparing SVG tests against their blessed version, ignore the first lineEsteban Küber-5/+14
2024-03-20Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68bors-9/+0
2024-03-20step cfgsMark Rousskov-9/+0
2024-03-19Auto merge of #122029 - estebank:drive-by-ui-test, r=oli-obkbors-1/+1
2024-03-19compiletest: Add support for `//@ aux-bin: foo.rs`Martin Nordholts-20/+71
2024-03-19compiletest: Replace bool with enum AuxType for clarityMartin Nordholts-23/+29
2024-03-19compiletest: Fix typos in get_lib_name() commentMartin Nordholts-2/+2
2024-03-18Support for visionOSAdam Gastineau-1/+1
2024-03-18Side-step small SVG width divergence by setting min-widthEsteban Küber-1/+1
2024-03-17compiletest: Remove unneeded pub on get_lib_name()Martin Nordholts-1/+1
2024-03-17Rollup merge of #122248 - jieyouxu:rmake-sysroot, r=Mark-SimulacrumMatthias Krüger-30/+36
2024-03-17Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw...bors-42/+9
2024-03-14Remove LLDB persistent results in `compiletest`.Markus Reiter-9/+0
2024-03-14Deduplicate `lldb_commands`.Markus Reiter-33/+9
2024-03-14Fix `StdNonZeroNumberSummaryProvider`.Markus Reiter-1/+1
2024-03-14Try fixing `debuginfo` test.Markus Reiter-1/+1
2024-03-13Add compare-output-lines-by-subset to compiletest KNOWN_DIRECTIVE_NAMESMads Marquart-0/+1
2024-03-13compiletest: Allow `only-unix` in test headersMartin Nordholts-0/+3
2024-03-12Rollup merge of #122355 - fmease:rustdoc-fix-up-old-test, r=notriddleJubilee-1/+0
2024-03-12rustdoc: fix up old testLeón Orell Valerian Liehr-1/+0
2024-03-11compiletest: Automatically compare output by subset with runnersAlex Crichton-49/+20
2024-03-11Remove old support for emscripten/wasm32-u-uAlex Crichton-29/+1
2024-03-11Rollup merge of #122108 - alexcrichton:target-config-runtool, r=WaffleLapkinJacob Pratt-7/+9
2024-03-10Error on invalid compiletest directives in Rust test files许杰友 Jieyou Xu (Joe)-31/+172
2024-03-09Respect COMPILETEST_FORCE_STAGE0 sysroot when compiling rmake.rs许杰友 Jieyou Xu (Joe)-30/+36
2024-03-08Add `target.*.runner` configuration for targetsAlex Crichton-7/+9
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-0/+35
2024-03-04Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiserbors-0/+10
2024-03-03Auto merge of #121877 - estebank:fancy-svg, r=compiler-errorsbors-3/+25
2024-03-02On tests that specify --color=always emit SVG file with stderr outputEsteban Kuber-3/+25
2024-03-02Add a new `wasm32-wasip1` target to rustcAlex Crichton-0/+10
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-0/+8
2024-02-29Add supporting infrastructure for `run-make` V2 tests许杰友 Jieyou Xu (Joe)-9/+269
2024-02-26Rollup merge of #120656 - Zalathar:filecheck-flags, r=wesleywiserGuillaume Gomez-16/+31
2024-02-23Ignore less tests in debug buildsBen Kimock-2/+5
2024-02-23Allow tests to specify a `//@ filecheck-flags:` headerZalathar-5/+14
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