rust/src/test/run-fail
2014-10-02 17:02:15 +03:00
..
args-fail.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00
assert-as-macro.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
assert-eq-macro-fail.rs
assert-macro-explicit.rs
assert-macro-fmt.rs
assert-macro-owned.rs
assert-macro-static.rs
binop-fail-3.rs
binop-fail.rs
bounds-check-no-overflow.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
bug-811.rs
bug-2470-bounds-check-overflow-2.rs
bug-2470-bounds-check-overflow-3.rs
bug-2470-bounds-check-overflow.rs
by-value-self-objects-fail.rs librustc: Permit by-value-self methods to be invoked on objects 2014-06-30 18:43:31 -07:00
die-macro-expr.rs
die-macro-pure.rs
die-macro.rs
divide-by-zero.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
doublefail.rs
dst-raw-slice.rs Reviewer changes 2014-09-02 19:47:39 +12:00
explicit-fail-msg.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
explicit-fail.rs
expr-fn-fail.rs
expr-if-fail-fn.rs
expr-if-fail.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
expr-match-fail-fn.rs
expr-match-fail.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
extern-fail.rs
fail-arg.rs
fail-macro-any-wrapped.rs
fail-macro-any.rs
fail-macro-explicit.rs
fail-macro-fmt.rs
fail-macro-owned.rs
fail-macro-static.rs
fail-main.rs
fail-non-utf8.rs Prevent failure when using fail! with invalid utf8. 2014-09-02 15:59:28 +02:00
fail-parens.rs
fail-task-name-none.rs
fail-task-name-owned.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
fail-task-name-send-str.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
fail-task-name-static.rs
fail.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
fmt-fail.rs
for-each-loop-fail.rs
glob-use-std.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
hashmap-capacity-overflow.rs std: Fix overflow of HashMap's capacity 2014-09-04 23:22:32 +01:00
if-check-fail.rs
if-cond-bot.rs
issue-948.rs
issue-2061.rs
issue-2444.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
issue-2761.rs
issue-3029.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-5500.rs
issue-12920.rs Add tests for a few A-needstest issues 2014-09-15 18:09:24 +02:00
issue-13202.rs Add tests for a few A-needstest issues 2014-09-15 18:09:24 +02:00
main-fail.rs
match-bot-fail.rs
match-disc-bot.rs
match-wildcards.rs
mod-zero.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
native-failure.rs
result-get-fail.rs
rhs-type.rs
rt-set-exit-status-fail2.rs
rt-set-exit-status-fail.rs
rt-set-exit-status.rs
run-unexported-tests.rs
str-overrun.rs rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
task-spawn-barefn.rs
test-fail.rs
test-tasks-invalid-value.rs
tls-exit-status.rs
too-much-recursion-unwinding.rs
unimplemented-macro-fail.rs
unique-fail.rs
unreachable-macro-fail.rs
unwind-interleaved.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
unwind-rec2.rs
unwind-rec.rs
unwind-unique.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
vec-overrun.rs
while-body-fails.rs
while-fail.rs