rust/src/test/run-fail
Niko Matsakis 872ce47955 Fallout: tests. As tests frequently elide things, lots of changes
here.  Some of this may have been poorly rebased, though I tried to be
careful and preserve the spirit of the test.
2015-02-18 10:25:28 -05:00
..
args-panic.rs
assert-as-macro.rs Kill more isizes 2015-01-31 17:40:40 +01:00
assert-eq-macro-panic.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
assert-macro-explicit.rs
assert-macro-fmt.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
assert-macro-owned.rs
assert-macro-static.rs
binop-panic.rs
bounds-check-no-overflow.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
bug-811.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
bug-2470-bounds-check-overflow-2.rs
bug-2470-bounds-check-overflow-3.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
bug-2470-bounds-check-overflow.rs
die-macro-expr.rs
die-macro-pure.rs
die-macro.rs
divide-by-zero.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
doublepanic.rs
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
expr-fn-panic.rs
expr-if-panic-fn.rs
expr-if-panic.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
expr-match-panic-fn.rs
expr-match-panic.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
extern-panic.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
fmt-panic.rs
for-each-loop-panic.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
glob-use-std.rs
hashmap-capacity-overflow.rs
if-check-panic.rs
if-cond-bot.rs
issue-948.rs
issue-2061.rs
issue-2444.rs
issue-2761.rs
issue-3029.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-6458-1.rs
issue-12920.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-13202.rs
issue-18576.rs
issue-20971.rs
main-panic.rs
match-bot-panic.rs
match-disc-bot.rs
match-wildcards.rs
mod-zero.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
panic-arg.rs
panic-macro-any-wrapped.rs
panic-macro-any.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
panic-macro-explicit.rs
panic-macro-fmt.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
panic-macro-owned.rs
panic-macro-static.rs
panic-main.rs
panic-parens.rs
panic-task-name-none.rs Test fixes and rebase conflicts 2015-02-17 17:27:46 -08:00
panic-task-name-owned.rs Test fixes and rebase conflicts 2015-02-17 17:27:46 -08:00
panic.rs Kill more isizes 2015-01-31 17:40:40 +01:00
result-get-panic.rs
rhs-type.rs
rt-set-exit-status-panic2.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
rt-set-exit-status-panic.rs
rt-set-exit-status.rs
run-unexported-tests.rs
str-overrun.rs
task-spawn-barefn.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
test-panic.rs
test-should-fail-bad-message.rs
test-tasks-invalid-value.rs
tls-exit-status.rs Replace some uses of deprecated os functions 2015-02-16 16:19:24 +02:00
too-much-recursion-unwinding.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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
unwind-rec2.rs
unwind-rec.rs
unwind-unique.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
vec-overrun.rs
while-body-panics.rs
while-panic.rs