rust/src/test
Alex Crichton 42bcb4047d rustdoc: Fix testing no_run code blocks
This was a regression introduced by #31250 where the compiler deferred returning
the results of compilation a little too late (after the `Stop` check was looked
at). This commit alters the stop point to first try to return an erroneous
`result` and only if it was successful return the sentinel `Err(0)`.

Closes #31576
2016-04-11 09:26:59 -07:00
..
auxiliary rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
codegen Add tests 2016-03-22 09:58:23 +01:00
codegen-units fallout: update codegen-units tests 2016-03-25 14:07:19 -04:00
compile-fail Rollup merge of #32789 - jseyfried:fix_duplicate_resolve_errors, r=eddyb 2016-04-07 20:22:43 +05:30
compile-fail-fulldeps Fix fallout in tests 2016-04-07 05:48:42 +00:00
debuginfo fallout in existing tests 2016-03-25 06:45:42 -04:00
parse-fail Auto merge of #32506 - petrochenkov:use, r=Manishearth 2016-03-31 14:08:44 -07:00
pretty Fix fallout in tests 2016-03-30 22:00:48 +00:00
run-fail Add #[rustc_no_mir] to make tests pass with -Z orbit. 2016-03-17 22:48:07 +02:00
run-fail-fulldeps Improve error message for let-in-expr-position 2016-01-26 13:55:46 +05:30
run-make rustc: retire hir::map's paths. 2016-04-06 13:51:55 +03:00
run-pass rustdoc: Fix testing no_run code blocks 2016-04-11 09:26:59 -07:00
run-pass-fulldeps refactor derive-no-std test, add empty struct/enum 2016-03-14 16:46:54 -04:00
run-pass-valgrind Add #[rustc_no_mir] to make tests pass with -Z orbit. 2016-03-17 22:48:07 +02:00
rustdoc rustdoc: Fix testing no_run code blocks 2016-04-11 09:26:59 -07:00