rust/src/test/run-fail
Marvin Löbel 517298de48 Implemented IntoSendStr on SendStr to allow naming a
task with a `SendStr` directly
2013-10-05 21:28:04 +02:00
..
args-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
assert-approx-eq-eps-macro-fail.rs remove the float type 2013-10-01 14:54:10 -04:00
assert-approx-eq-macro-fail.rs remove the float type 2013-10-01 14:54:10 -04:00
assert-as-macro.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
assert-eq-macro-fail.rs fix test 2013-07-10 13:14:31 -04:00
assert-macro-explicit.rs modified logging function to truncate output and adjusted error output formatting tests to be compatible with both the new and old runtimes 2013-08-03 03:09:04 -04:00
assert-macro-fmt.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
assert-macro-owned.rs modified logging function to truncate output and adjusted error output formatting tests to be compatible with both the new and old runtimes 2013-08-03 03:09:04 -04:00
assert-macro-static.rs modified logging function to truncate output and adjusted error output formatting tests to be compatible with both the new and old runtimes 2013-08-03 03:09:04 -04:00
binop-fail-2.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
binop-fail-3.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
binop-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
borrowck-wg-autoderef-and-autoborrowvec-combined-fail-issue-6272.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
borrowck-wg-fail-2.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
borrowck-wg-fail-3.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
borrowck-wg-fail-object-arg.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
borrowck-wg-fail-object.rs tests: Add new tests for borrowck/objects and update some existing tests 2013-08-11 14:01:23 -04:00
borrowck-wg-fail.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
borrowck-wg-imm-then-mut.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
borrowck-wg-mut-then-imm.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
borrowck-wg-one-mut-one-imm-slice-method.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
borrowck-wg-one-mut-one-imm-slices.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
borrowck-wg-one-mut-one-imm.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
borrowck-wg-two-array-indices.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
bug-811.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
bug-2470-bounds-check-overflow-2.rs test/run-fail: Un-xfail a test, make some other xfailed ones compile (they still don't work). 2013-07-23 18:55:15 +10:00
bug-2470-bounds-check-overflow-3.rs test/run-fail: Un-xfail a test, make some other xfailed ones compile (they still don't work). 2013-07-23 18:55:15 +10:00
bug-2470-bounds-check-overflow.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
die-macro-expr.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
die-macro-pure.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
die-macro.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
divide-by-zero.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
doublefail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
explicit-fail-msg.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
explicit-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
expr-fn-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
expr-if-fail-fn.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
expr-if-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
expr-match-fail-fn.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
expr-match-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
extern-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
fail-arg.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
fail-macro-explicit.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
fail-macro-fmt.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
fail-macro-owned.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
fail-macro-static.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
fail-main.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
fail-parens.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
fail-task-name-none.rs Make a task name use a SendStr, allowing for either 2013-10-05 21:01:58 +02:00
fail-task-name-owned.rs Make a task name use a SendStr, allowing for either 2013-10-05 21:01:58 +02:00
fail-task-name-send-str.rs Implemented IntoSendStr on SendStr to allow naming a 2013-10-05 21:28:04 +02:00
fail-task-name-static.rs Make a task name use a SendStr, allowing for either 2013-10-05 21:01:58 +02:00
fail.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
fmt-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
for-each-loop-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
if-check-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
if-cond-bot.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
issue-948.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
issue-2061.rs switch Drop to &mut self 2013-09-16 22:19:23 -04:00
issue-2156.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
issue-2272.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
issue-2444.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
issue-2761.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
issue-3029.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
linked-failure.rs Disable linked failure tests 2013-08-07 16:32:20 -07:00
linked-failure2.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
linked-failure3.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
linked-failure4.rs Disable linked failure tests 2013-08-07 16:32:20 -07:00
match-bot-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
match-disc-bot.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
match-wildcards.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
mod-zero.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
morestack1.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
morestack2.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
morestack3.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
morestack4.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
result-get-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
rhs-type.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
rt-set-exit-status-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
rt-set-exit-status-fail2.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
rt-set-exit-status.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
run-unexported-tests.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
small-negative-indexing.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
spawnfail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
str-overrun.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
task-comm-recv-block.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
task-spawn-barefn.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
test-tasks-invalid-value.rs extra: error message should reflact that RUST_TEST_TASKS should be strictly positive (zero is illegal). 2013-08-29 22:58:27 +10:00
tls-exit-status.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
too-much-recursion-unwinding.rs switch Drop to &mut self 2013-09-16 22:19:23 -04:00
unique-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-assert.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-box-fn-unique.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-box-res.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-box-str.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-box-trait.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-box-unique-unique.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-box-unique.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-box-vec.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-box.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-initializer-indirect.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-initializer.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-interleaved.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-iter.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-iter2.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-lambda.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-match.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-misc-1.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-move.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-nested.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-partial-box.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-partial-unique.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-partial-vec.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-rec.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-rec2.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-resource-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-resource-fail2.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-resource-fail3.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-stacked.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-tup.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-tup2.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-uninitialized.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
unwind-unique.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
vec-overrun.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
vec-underrun.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
while-body-fails.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
while-fail.rs rfail: Remove usage of fmt! 2013-09-30 23:21:20 -07:00