rust/src/test
Tomasz Miąsko 23ada9495f Avoid mixing error patterns with error annotations
When both error patterns and error annotations are present in an ui
test, only error patterns are validated against the output.

Replace the error pattern with an error annotation to avoid silently
ignoring the other error annotation.
2019-11-03 10:20:11 +01:00
..
assembly
auxiliary
codegen rustc_codegen_ssa: move all set_var_name calls to mir::debuginfo. 2019-10-31 20:25:42 +02:00
codegen-units Update test output. 2019-10-25 14:52:39 +02:00
compile-fail fix compile-fail test 2019-10-22 12:42:15 -07:00
debuginfo
incremental Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
mir-opt Auto merge of #65459 - ecstatic-morse:graphviz-subgraph, r=estebank 2019-11-01 03:15:31 +00:00
pretty Fix a previously forgotten pretty-printing test after a change to the pretty-printing mechanism. 2019-10-28 18:43:59 +01:00
run-fail [const-prop] Handle MIR Rvalue::Aggregates 2019-10-18 06:29:57 -04:00
run-make Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
run-make-fulldeps targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generics export). 2019-11-01 15:05:45 +01:00
run-pass-valgrind
rustdoc Rollup merge of #65857 - kinnison:kinnison/issue-55364, r=Manisheart,GuillaumeGomez 2019-11-01 11:20:12 -07:00
rustdoc-js
rustdoc-js-std
rustdoc-ui stabilize cfg(doctest) 2019-10-29 13:42:55 +01:00
rustfix
ui Avoid mixing error patterns with error annotations 2019-11-03 10:20:11 +01:00
ui-fulldeps Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis 2019-10-23 22:19:10 +02:00
COMPILER_TESTS.md