rust/tests
Mark Rousskov 95ef76b8aa Normalize test output more thoroughly
This prevents differences in local environments, which may (for example)
end up with a longer backtrace with more digits in the backtrace prefix,
as happened to me. While we're at it, clean more of the output up,
including the exact location of the error in the compiler.
2023-01-12 21:28:20 -05:00
..
assembly Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
auxiliary
codegen Add a regression test for argument copies with DestinationPropagation 2023-01-11 10:27:06 -05:00
codegen-units
debuginfo
incremental
mir-opt Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
pretty Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
run-make Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
run-make-fulldeps Harden the pre-tyctxt query system against accidental recomputation 2023-01-12 09:26:28 +00:00
run-pass-valgrind
rustdoc Fix rendering 'const' for intrinsics 2023-01-12 03:19:08 +00:00
rustdoc-gui Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
ui Normalize test output more thoroughly 2023-01-12 21:28:20 -05:00
ui-fulldeps Support eager subdiagnostics again 2023-01-11 14:20:34 -08:00
COMPILER_TESTS.md