rust/src/test/run-fail
Ed Schouten 3f880912e9 Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
It looks like many of these tests are already disabled on emscripten,
which also doesn't seem to support environment variables and subprocess
spawning. Just add a similar tag for CloudABI. While there, sort some of
the lists of operating systems alphabetically.
2018-01-02 14:11:41 +01:00
..
adjust_never.rs
args-panic.rs
assert-as-macro.rs
assert-eq-macro-panic.rs
assert-macro-explicit.rs
assert-macro-fmt.rs
assert-macro-owned.rs
assert-macro-static.rs
assert-ne-macro-panic.rs
binop-fail-3.rs rustc_typeck: use subtyping on the LHS of binops. 2017-10-31 17:34:46 +02:00
binop-panic.rs
borrowck-local-borrow.rs Update tests for -Zborrowck-mir -> -Zborrowck=mode migration 2017-11-26 16:39:15 +01:00
bounds-check-no-overflow.rs
bug-811.rs
bug-2470-bounds-check-overflow.rs
call-fn-never-arg.rs
cast-never.rs
die-macro-expr.rs
die-macro-pure.rs
die-macro.rs
diverging-closure.rs
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
expr-if-panic.rs
expr-match-panic-fn.rs
expr-match-panic.rs
fmt-panic.rs
for-each-loop-panic.rs
glob-use-std.rs
hashmap-capacity-overflow.rs
if-check-panic.rs
if-cond-bot.rs
issue-948.rs
issue-2444.rs
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
issue-28934.rs
issue-29798.rs
issue-30380.rs
issue-44216-add-instant.rs Relaxed error pattern, and add test for SystemTime as well. 2017-09-10 12:35:47 +08:00
issue-44216-add-system-time.rs Relaxed error pattern, and add test for SystemTime as well. 2017-09-10 12:35:47 +08:00
issue-44216-sub-instant.rs Relaxed error pattern, and add test for SystemTime as well. 2017-09-10 12:35:47 +08:00
issue-44216-sub-system-time.rs Relaxed error pattern, and add test for SystemTime as well. 2017-09-10 12:35:47 +08:00
main-panic.rs
match-bot-panic.rs
match-disc-bot.rs
match-wildcards.rs
meta-revision-bad.rs
meta-revision-ok.rs
mir_drop_panics.rs Migrate to eprint/eprintln macros where appropriate. 2017-09-28 11:38:35 -04:00
mir_dynamic_drops_1.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
mir_dynamic_drops_2.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
mir_dynamic_drops_3.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
mir_indexing_oob_1.rs
mir_indexing_oob_2.rs
mir_indexing_oob_3.rs
mir_trans_calls_converging_drops_2.rs Migrate to eprint/eprintln macros where appropriate. 2017-09-28 11:38:35 -04:00
mir_trans_calls_converging_drops.rs Migrate to eprint/eprintln macros where appropriate. 2017-09-28 11:38:35 -04:00
mir_trans_calls_diverging_drops.rs Migrate to eprint/eprintln macros where appropriate. 2017-09-28 11:38:35 -04:00
mir_trans_calls_diverging.rs
mir_trans_no_landing_pads_diverging.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
mir_trans_no_landing_pads.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
mod-zero.rs
never-associated-type.rs
never-type-arg.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
overflowing-pow-signed.rs
overflowing-pow-unsigned.rs
overflowing-rsh-1.rs
overflowing-rsh-2.rs
overflowing-rsh-3.rs
overflowing-rsh-4.rs
overflowing-rsh-5.rs
overflowing-rsh-6.rs
overflowing-sub.rs
panic-arg.rs
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-set-handler.rs Migrate to eprint/eprintln macros where appropriate. 2017-09-28 11:38:35 -04:00
panic-set-unset-handler.rs Migrate to eprint/eprintln macros where appropriate. 2017-09-28 11:38:35 -04:00
panic-take-handler-nop.rs
panic-task-name-none.rs
panic-task-name-owned.rs
panic.rs
result-get-panic.rs
return-never-coerce.rs Remove excessive trailing newlines. 2017-12-30 15:50:52 +08:00
rhs-type.rs
run-unexported-tests.rs
str-overrun.rs
task-spawn-barefn.rs
test-panic.rs
test-should-fail-bad-message.rs
test-should-panic-bad-message.rs
test-should-panic-no-message.rs
test-tasks-invalid-value.rs
tls-exit-status.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01: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
unwind-rec.rs
unwind-unique.rs
vec-overrun.rs
while-body-panics.rs
while-panic.rs