rust/src/test/run-fail
2012-07-03 19:09:31 -07:00
..
alt-bot-fail.rs
alt-disc-bot.rs
alt-wildcards.rs
args-fail.rs
binop-fail-2.rs
binop-fail.rs
bug-811.rs
bug-2470-bounds-check-overflow-2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
bug-2470-bounds-check-overflow-3.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
bug-2470-bounds-check-overflow.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
divide-by-zero.rs Add zero check/fail paths on div/mod paths. Close #944. 2012-06-14 15:39:24 -07:00
explicit-fail-msg.rs
explicit-fail.rs
expr-alt-fail-fn.rs
expr-alt-fail.rs
expr-fn-fail.rs
expr-if-fail-fn.rs
expr-if-fail.rs
extern-fail.rs core: Convert iter::repeat to the for protocol 2012-07-03 17:31:31 -07:00
fail-arg.rs
fail-main.rs
fail-parens.rs
fail.rs
fmt-fail.rs
fn-constraint-claim.rs
fn-constraint.rs
for-each-loop-fail.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
if-check-fail.rs
if-cond-bot.rs
issue-948.rs
issue-1459.rs
issue-2144.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
issue-2156.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
issue-2272.rs
issue-2444.rs Moved arc to libcore and added an arc that allows shared mutable state through mutual exclusion. 2012-06-19 10:31:12 -07:00
linked-failure2.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
linked-failure3.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
linked-failure4.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
linked-failure.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
mod-zero.rs Add zero check/fail paths on div/mod paths. Close #944. 2012-06-14 15:39:24 -07:00
morestack1.rs
morestack2.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
morestack3.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
morestack4.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
port-type.rs
pred.rs
result-get-fail.rs Fix a failing test. 2012-06-18 21:01:56 -07:00
rhs-type.rs
rt-log-trunc.rs
rt-set-exit-status-fail2.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
rt-set-exit-status-fail.rs
rt-set-exit-status.rs
run-unexported-tests.rs
small-negative-indexing.rs Eliminate usages of old sugared call syntax 2012-06-30 16:01:49 -07:00
spawnfail.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
str-overrun.rs
task-comm-recv-block.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-spawn-barefn.rs
too-much-recursion-unwinding.rs Port remaining run-fail tests to use classes instead of resources 2012-06-05 15:11:33 -07:00
too-much-recursion.rs
unique-fail.rs
unwind-alt.rs
unwind-assert.rs
unwind-box-fn-unique.rs
unwind-box-fn.rs
unwind-box-iface.rs
unwind-box-res.rs Port remaining run-fail tests to use classes instead of resources 2012-06-05 15:11:33 -07:00
unwind-box-str.rs
unwind-box-unique-unique.rs
unwind-box-unique.rs
unwind-box-vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unwind-box.rs
unwind-check.rs
unwind-closure.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
unwind-fail.rs
unwind-initializer-indirect.rs
unwind-initializer.rs
unwind-interleaved.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unwind-iter2.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
unwind-iter.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
unwind-lambda.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
unwind-misc-1.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
unwind-move.rs
unwind-nested.rs
unwind-partial-box.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unwind-partial-unique.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unwind-partial-vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unwind-rec2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unwind-rec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unwind-resource-fail2.rs Port remaining run-fail tests to use classes instead of resources 2012-06-05 15:11:33 -07:00
unwind-resource-fail3.rs Port remaining run-fail tests to use classes instead of resources 2012-06-05 15:11:33 -07:00
unwind-resource-fail.rs Port remaining run-fail tests to use classes instead of resources 2012-06-05 15:11:33 -07:00
unwind-stacked.rs
unwind-tup2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unwind-tup.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unwind-uninitialized.rs
unwind-unique.rs
vec-overrun.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-underrun.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
while-body-fails.rs
while-fail.rs
zip-different-lengths.rs test: Make run-fail/zip-different-lengths not rely on resolve bugs 2012-07-03 19:09:31 -07:00