rust/src/test
Samuel Holland 8d3dd39d88 Correct minimum system LLVM version in tests
Since commit 9452a8dfa3, the new debug info format is only generated
for LLVM 8 and newer versions. However, the tests still assume that LLVM
7 will use the new debug info format. Fix the tests (and a comment in
the code) to match the actual version check.
2019-03-22 21:28:25 -05:00
..
auxiliary Remove licenses 2018-12-25 21:08:33 -07:00
codegen Correct minimum system LLVM version in tests 2019-03-22 21:28:25 -05:00
codegen-units Remove licenses 2018-12-25 21:08:33 -07:00
compile-fail Apply review suggestions and fix tests 2019-02-03 13:46:53 -08:00
compile-fail-fulldeps/auxiliary Fix lints in tests 2019-01-19 08:10:01 +01:00
debuginfo Correct minimum system LLVM version in tests 2019-03-22 21:28:25 -05:00
incremental Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
mir-opt rustc: provide DisambiguatedDefPathData in ty::print. 2019-03-15 13:25:10 +02:00
pretty rustc: pass Option<&Substs> and Namespace around in ty::item_path. 2019-03-15 13:25:10 +02:00
run-fail Remove licenses 2018-12-25 21:08:33 -07:00
run-make Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-Simulacrum 2019-02-13 18:12:31 +01:00
run-make-fulldeps Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
run-pass Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
run-pass-fulldeps Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelix 2019-03-15 19:24:15 +00:00
run-pass-valgrind Remove licenses 2018-12-25 21:08:33 -07:00
rustdoc Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
rustdoc-js Move rustdoc-js testing into compiletest 2019-02-28 18:08:48 +01:00
rustdoc-js-std Rename rustdoc js test suites 2019-02-25 17:46:06 +01:00
rustdoc-ui Update tests 2019-03-11 23:10:26 +03:00
rustfix tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
ui rustc: print ExistentialProjection with spaces around =, e.g. dyn Foo<A = X>. 2019-03-15 13:25:10 +02:00
ui-fulldeps Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
COMPILER_TESTS.md rustc-guide has moved 2018-11-26 15:03:13 -06:00