rust/src/test/run-fail
2016-11-18 21:01:19 +10:30
..
adjust_never.rs Add explanations to tests 2016-08-13 21:37:09 +08:00
args-panic.rs
assert-as-macro.rs
assert-eq-macro-panic.rs
assert-macro-explicit.rs
assert-macro-fmt.rs
assert-macro-owned.rs
assert-macro-static.rs
binop-fail-3.rs
binop-panic.rs
bounds-check-no-overflow.rs core: Use primitive indexing in slice's Index/IndexMut 2016-09-14 20:19:35 +02:00
bug-811.rs
bug-2470-bounds-check-overflow.rs
call-fn-never-arg.rs typeck: use NoExpectation to check return type of diverging fn 2016-08-23 16:58:49 +00:00
cast-never.rs Add explanations to tests 2016-08-13 21:37:09 +08:00
die-macro-expr.rs
die-macro-pure.rs
die-macro.rs
diverging-closure.rs
divide-by-zero.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
doublepanic.rs
dst-raw-slice.rs
explicit-panic-msg.rs
explicit-panic.rs
expr-fn-panic.rs
expr-if-panic-fn.rs
expr-if-panic.rs
expr-match-panic-fn.rs
expr-match-panic.rs
fmt-panic.rs
for-each-loop-panic.rs
glob-use-std.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
hashmap-capacity-overflow.rs
if-check-panic.rs
if-cond-bot.rs
issue-948.rs
issue-2444.rs
issue-2761.rs
issue-3029.rs
issue-6458-1.rs
issue-12920.rs
issue-13202.rs
issue-18576.rs
issue-20971.rs
issue-23354-2.rs
issue-23354.rs
issue-28934.rs
issue-30380.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
main-panic.rs
match-bot-panic.rs
match-disc-bot.rs
match-wildcards.rs
meta-revision-bad.rs
meta-revision-ok.rs
mir_drop_panics.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_dynamic_drops_1.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_dynamic_drops_2.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_dynamic_drops_3.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_indexing_oob_1.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_indexing_oob_2.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_indexing_oob_3.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_trans_calls_converging_drops_2.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_trans_calls_converging_drops.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_trans_calls_diverging_drops.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_trans_calls_diverging.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_trans_no_landing_pads_diverging.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_trans_no_landing_pads.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mod-zero.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
never-associated-type.rs Add explanations to tests 2016-08-13 21:37:09 +08:00
never-type-arg.rs Add explanations to tests 2016-08-13 21:37:09 +08:00
overflowing-add.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
overflowing-lsh-1.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
overflowing-lsh-2.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
overflowing-lsh-3.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
overflowing-lsh-4.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
overflowing-mul.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
overflowing-neg.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
overflowing-pow-signed.rs Fix overflow checking in unsigned pow() 2016-08-06 20:31:08 -04:00
overflowing-pow-unsigned.rs Change the expected panic message for unsigned 2016-08-06 23:58:16 -04:00
overflowing-rsh-1.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
overflowing-rsh-2.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
overflowing-rsh-3.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
overflowing-rsh-4.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
overflowing-rsh-5.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
overflowing-rsh-6.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
overflowing-sub.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
panic-arg.rs
panic-macro-any-wrapped.rs
panic-macro-any.rs
panic-macro-explicit.rs
panic-macro-fmt.rs
panic-macro-owned.rs
panic-macro-static.rs
panic-main.rs
panic-parens.rs
panic-set-handler.rs
panic-set-unset-handler.rs
panic-take-handler-nop.rs
panic-task-name-none.rs Adding ignore-emscripten to failing tests. 2016-09-30 14:02:44 -07:00
panic-task-name-owned.rs Adding ignore-emscripten to failing tests. 2016-09-30 14:02:44 -07:00
panic.rs
result-get-panic.rs
return-never-coerce.rs Add explanations to tests 2016-08-13 21:37:09 +08:00
rhs-type.rs
run-unexported-tests.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
str-overrun.rs
task-spawn-barefn.rs Adding ignore-emscripten to failing tests. 2016-09-30 14:02:44 -07:00
test-panic.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
test-should-fail-bad-message.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
test-should-panic-bad-message.rs Warn when a #[should_panic] test has an unexpected message 2016-11-18 21:01:19 +10:30
test-should-panic-no-message.rs Warn when a #[should_panic] test has an unexpected message 2016-11-18 21:01:19 +10:30
test-tasks-invalid-value.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
tls-exit-status.rs
unimplemented-macro-panic.rs
unique-panic.rs
unreachable-fmt-msg.rs
unreachable-macro-panic.rs
unreachable-static-msg.rs
unreachable.rs
unwind-interleaved.rs
unwind-rec2.rs
unwind-rec.rs
unwind-unique.rs
vec-overrun.rs
while-body-panics.rs
while-panic.rs