rust/src/test/run-fail
2015-05-09 04:04:08 +09:00
..
args-panic.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
assert-as-macro.rs
assert-eq-macro-panic.rs std: Remove #[old_orphan_check] from PartialEq 2015-03-31 13:39:14 -07:00
assert-macro-explicit.rs
assert-macro-fmt.rs
assert-macro-owned.rs
assert-macro-static.rs
binop-fail-3.rs Fallout in tests: largely changes to error messages. 2015-03-30 09:05:59 -04:00
binop-panic.rs
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-2.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
bug-2470-bounds-check-overflow-3.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
die-macro.rs
diverging-closure.rs Fix diverging closures 2015-04-06 22:17:35 +09:00
divide-by-zero.rs
doublepanic.rs
dst-raw-slice.rs
explicit-panic-msg.rs
explicit-panic.rs
expr-fn-panic.rs
expr-if-panic-fn.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
expr-if-panic.rs
expr-match-panic-fn.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
expr-match-panic.rs
extern-panic.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
fmt-panic.rs
for-each-loop-panic.rs
glob-use-std.rs
hashmap-capacity-overflow.rs
if-check-panic.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
if-cond-bot.rs
issue-948.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-2061.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09: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
issue-6458-1.rs
issue-12920.rs
issue-13202.rs
issue-18576.rs
issue-20971.rs
issue-23354-2.rs
issue-23354.rs
main-panic.rs
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
mod-zero.rs
overflowing-add.rs
overflowing-lsh-1.rs
overflowing-lsh-2.rs
overflowing-lsh-3.rs
overflowing-lsh-4.rs
overflowing-mul.rs
overflowing-neg.rs unit test for checked overflow during signed negation. 2015-04-17 15:32:30 +02:00
overflowing-rsh-1.rs
overflowing-rsh-2.rs
overflowing-rsh-3.rs
overflowing-rsh-4.rs
overflowing-sub.rs
panic-arg.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
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-task-name-none.rs
panic-task-name-owned.rs Fallout: move from scoped to spawn 2015-04-14 08:15:45 -07:00
panic.rs
result-get-panic.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
rhs-type.rs
rt-set-exit-status-panic2.rs Fallout: move from scoped to spawn 2015-04-14 08:15:45 -07:00
rt-set-exit-status-panic.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
rt-set-exit-status.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
run-unexported-tests.rs
str-overrun.rs
task-spawn-barefn.rs Fix the tests broken by replacing task with thread 2015-05-09 04:04:08 +09:00
test-panic.rs
test-should-fail-bad-message.rs
test-tasks-invalid-value.rs
tls-exit-status.rs
too-much-recursion-unwinding.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
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 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
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