rust/src/test/run-fail
Simonas Kazlauskas caf62ef984 Ignore a test on MSVC
The MSVC SEH is still not implemented, so we go ahead and ignore it.
2016-02-06 02:31:19 +02:00
..
args-panic.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
assert-as-macro.rs Kill more isizes 2015-01-31 17:40:40 +01:00
assert-eq-macro-panic.rs std: Remove #[old_orphan_check] from PartialEq 2015-03-31 13:39:14 -07:00
assert-macro-explicit.rs Update infrastructure for fail -> panic 2014-10-29 16:06:13 -04:00
assert-macro-fmt.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
assert-macro-owned.rs Update infrastructure for fail -> panic 2014-10-29 16:06:13 -04:00
assert-macro-static.rs Update infrastructure for fail -> panic 2014-10-29 16:06:13 -04:00
binop-fail-3.rs Fallout in tests: largely changes to error messages. 2015-03-30 09:05:59 -04:00
binop-panic.rs Update suffixes en masse in tests using perl -p -i -e 2015-02-18 09:10:10 -05:00
bounds-check-no-overflow.rs Fallout in tests: largely changes to error messages. 2015-03-30 09:05:59 -04:00
bug-811.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
bug-2470-bounds-check-overflow.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
die-macro-expr.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
die-macro-pure.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
die-macro.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
diverging-closure.rs Fix diverging closures 2015-04-06 22:17:35 +09:00
divide-by-zero.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
doublepanic.rs test: Rename files, fail -> panic. 2014-11-11 09:36:12 -08:00
dst-raw-slice.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
explicit-panic-msg.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
explicit-panic.rs test: Rename files, fail -> panic. 2014-11-11 09:36:12 -08:00
expr-fn-panic.rs test: Rename files, fail -> panic. 2014-11-11 09:36:12 -08:00
expr-if-panic-fn.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
expr-if-panic.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
expr-match-panic-fn.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
expr-match-panic.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
fmt-panic.rs test: Rename files, fail -> panic. 2014-11-11 09:36:12 -08:00
for-each-loop-panic.rs Update suffixes en masse in tests using perl -p -i -e 2015-02-18 09:10:10 -05:00
glob-use-std.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
hashmap-capacity-overflow.rs Remove int/uint from libstd/lib.rs 2015-03-01 13:03:44 +01:00
if-check-panic.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
if-cond-bot.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
issue-948.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-2444.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-2761.rs
issue-3029.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-6458-1.rs Implement numeric fallback 2015-01-01 17:12:15 -05:00
issue-12920.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-13202.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
issue-18576.rs typos: fix a grabbag of typos all over the place 2015-10-08 19:49:31 +01:00
issue-20971.rs Move regression test for #20971 into run-fail, since it panics. 2015-01-21 14:35:41 -05:00
issue-23354-2.rs Fix broken codegen for [expr; n] where "expr" diverges 2015-03-14 14:23:43 +01:00
issue-23354.rs Always evaluate the expression in [expr; n] 2015-03-14 14:19:29 +01:00
issue-28934.rs Move test file to run-fail, since it does an unwrap 2015-10-28 18:48:49 -04:00
main-panic.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
match-bot-panic.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
match-disc-bot.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
match-wildcards.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
mir_drop_panics.rs Ignore a test on MSVC 2016-02-06 02:31:19 +02:00
mir_indexing_oob_1.rs Add tests 2016-01-06 13:57:52 +02:00
mir_indexing_oob_2.rs Add tests 2016-01-06 13:57:52 +02:00
mir_indexing_oob_3.rs Add tests 2016-01-06 13:57:52 +02:00
mir_trans_calls_converging_drops_2.rs Get tests working on MSVC 32-bit 2016-01-29 16:25:21 -08:00
mir_trans_calls_converging_drops.rs Get tests working on MSVC 32-bit 2016-01-29 16:25:21 -08:00
mir_trans_calls_diverging_drops.rs Get tests working on MSVC 32-bit 2016-01-29 16:25:21 -08:00
mir_trans_calls_diverging.rs Add tests 2016-01-06 13:57:52 +02:00
mir_trans_no_landing_pads_diverging.rs Add tests 2016-01-06 13:57:52 +02:00
mir_trans_no_landing_pads.rs Add tests 2016-01-06 13:57:52 +02:00
mod-zero.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
overflowing-add.rs implement RFC 1229 2015-10-13 17:01:03 +02:00
overflowing-lsh-1.rs implement RFC 1229 2015-10-13 17:01:03 +02:00
overflowing-lsh-2.rs implement RFC 1229 2015-10-13 17:01:03 +02:00
overflowing-lsh-3.rs implement RFC 1229 2015-10-13 17:01:03 +02:00
overflowing-lsh-4.rs implement RFC 1229 2015-10-13 17:01:03 +02:00
overflowing-mul.rs implement RFC 1229 2015-10-13 17:01:03 +02:00
overflowing-neg.rs implement RFC 1229 2015-10-13 17:01:03 +02:00
overflowing-pow.rs Add test for overflowing pow 2015-09-13 22:19:36 -04:00
overflowing-rsh-1.rs implement RFC 1229 2015-10-13 17:01:03 +02:00
overflowing-rsh-2.rs implement RFC 1229 2015-10-13 17:01:03 +02:00
overflowing-rsh-3.rs implement RFC 1229 2015-10-13 17:01:03 +02:00
overflowing-rsh-4.rs implement RFC 1229 2015-10-13 17:01:03 +02:00
overflowing-rsh-5.rs add tests for ensuring const indexing does not cause compile-time errors in runtime code 2015-12-08 11:10:50 +01:00
overflowing-rsh-6.rs add tests for ensuring const indexing does not cause compile-time errors in runtime code 2015-12-08 11:10:50 +01:00
overflowing-sub.rs implement RFC 1229 2015-10-13 17:01:03 +02:00
panic-arg.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
panic-macro-any-wrapped.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
panic-macro-any.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
panic-macro-explicit.rs test: Rename files, fail -> panic. 2014-11-11 09:36:12 -08:00
panic-macro-fmt.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
panic-macro-owned.rs test: Rename files, fail -> panic. 2014-11-11 09:36:12 -08:00
panic-macro-static.rs test: Rename files, fail -> panic. 2014-11-11 09:36:12 -08:00
panic-main.rs test: Rename files, fail -> panic. 2014-11-11 09:36:12 -08:00
panic-parens.rs test: Rename files, fail -> panic. 2014-11-11 09:36:12 -08:00
panic-set-handler.rs Implement custom panic handlers 2015-12-23 11:19:20 -07:00
panic-set-unset-handler.rs Implement custom panic handlers 2015-12-23 11:19:20 -07:00
panic-take-handler-nop.rs Implement custom panic handlers 2015-12-23 11:19:20 -07:00
panic-task-name-none.rs Test fixes and rebase conflicts 2015-02-17 17:27:46 -08:00
panic-task-name-owned.rs Fallout: move from scoped to spawn 2015-04-14 08:15:45 -07:00
panic.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
result-get-panic.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
rhs-type.rs rollup merge of #18398 : aturon/lint-conventions-2 2014-10-30 17:37:22 -07:00
run-unexported-tests.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
str-overrun.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
task-spawn-barefn.rs Fix the tests broken by replacing task with thread 2015-05-09 04:04:08 +09:00
test-panic.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
test-should-fail-bad-message.rs Rename #[should_fail] to #[should_panic] 2015-03-09 10:14:21 -07:00
test-tasks-invalid-value.rs RUST_TEST_TASKS -> RUST_TEST_THREADS 2015-03-19 15:42:56 -04:00
tls-exit-status.rs Replace some uses of deprecated os functions 2015-02-16 16:19:24 +02:00
unimplemented-macro-panic.rs test: Rename files, fail -> panic. 2014-11-11 09:36:12 -08:00
unique-panic.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
unreachable-fmt-msg.rs Add optional messages to the unreachable macro. 2014-11-10 19:35:25 -08:00
unreachable-macro-panic.rs test: Rename files, fail -> panic. 2014-11-11 09:36:12 -08:00
unreachable-static-msg.rs Add optional messages to the unreachable macro. 2014-11-10 19:35:25 -08:00
unreachable.rs Add optional messages to the unreachable macro. 2014-11-10 19:35:25 -08:00
unwind-interleaved.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unwind-rec2.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
unwind-rec.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
unwind-unique.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
vec-overrun.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
while-body-panics.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
while-panic.rs test: Rename files, fail -> panic. 2014-11-11 09:36:12 -08:00