rust/src/test/run-fail
2013-08-22 00:12:44 -07:00
..
args-fail.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
assert-approx-eq-eps-macro-fail.rs Add assert_approx_eq! macro 2013-05-06 21:51:48 +10:00
assert-approx-eq-macro-fail.rs Add assert_approx_eq! macro 2013-05-06 21:51:48 +10: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 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-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 Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
binop-fail.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02: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 Change 'print(fmt!(...))' to printf!/printfln! in src/test/ 2013-07-24 09:45:20 -04:00
borrowck-wg-one-mut-one-imm-slices.rs Change 'print(fmt!(...))' to printf!/printfln! in src/test/ 2013-07-24 09:45:20 -04:00
borrowck-wg-one-mut-one-imm.rs Change 'print(fmt!(...))' to printf!/printfln! in src/test/ 2013-07-24 09:45:20 -04:00
borrowck-wg-two-array-indices.rs Change 'print(fmt!(...))' to printf!/printfln! in src/test/ 2013-07-24 09:45:20 -04:00
bug-811.rs Fix warnings it tests 2013-08-17 08:42:35 -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 Convert vec::{as_imm_buf, as_mut_buf} to methods. 2013-07-04 00:46:50 +10:00
die-macro-expr.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
die-macro-pure.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
die-macro.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
divide-by-zero.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
doublefail.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
explicit-fail-msg.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
explicit-fail.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
expr-fn-fail.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
expr-if-fail-fn.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
expr-if-fail.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
expr-match-fail-fn.rs Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
expr-match-fail.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
extern-fail.rs Reserve 'yield' keyword 2013-08-16 13:26:50 -07:00
fail-arg.rs Clean-up tests after debug!/std-macros change. 2013-07-17 03:10:13 +10:00
fail-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
fail-macro-fmt.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
fail-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
fail-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
fail-main.rs test: Update tests to use the new syntax. 2013-05-22 21:57:10 -07:00
fail-parens.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
fail.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
fmt-fail.rs test: Update tests to use the new syntax. 2013-05-22 21:57:10 -07:00
for-each-loop-fail.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
if-check-fail.rs Clean-up tests after debug!/std-macros change. 2013-07-17 03:10:13 +10:00
if-cond-bot.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
issue-948.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-2061.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
issue-2156.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-2272.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
issue-2444.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-2761.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
issue-3029.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
linked-failure.rs Disable linked failure tests 2013-08-07 16:32:20 -07:00
linked-failure2.rs Reserve 'yield' keyword 2013-08-16 13:26:50 -07:00
linked-failure3.rs Disable linked failure tests 2013-08-07 16:32:20 -07:00
linked-failure4.rs Disable linked failure tests 2013-08-07 16:32:20 -07:00
match-bot-fail.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
match-disc-bot.rs Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
match-wildcards.rs librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00
mod-zero.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
morestack1.rs test: Disable morestack tests 2013-07-31 18:11:19 -07:00
morestack2.rs test: Disable morestack tests 2013-07-31 18:11:19 -07:00
morestack3.rs test: Disable morestack tests 2013-07-31 18:11:19 -07:00
morestack4.rs test: Disable morestack tests 2013-07-31 18:11:19 -07:00
result-get-fail.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
rhs-type.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
rt-log-trunc.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
rt-set-exit-status-fail.rs librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00
rt-set-exit-status-fail2.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
rt-set-exit-status.rs librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00
run-unexported-tests.rs test: Update tests to use the new syntax. 2013-05-22 21:57:10 -07:00
small-negative-indexing.rs librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00
spawnfail.rs Enabled tests. 2013-08-22 00:12:44 -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 Reserve 'yield' keyword 2013-08-16 13:26:50 -07:00
task-spawn-barefn.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
tls-exit-status.rs Add tests for issues which can be closed 2013-07-19 19:01:46 -07:00
too-much-recursion-unwinding.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
unique-fail.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-assert.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-box-fn-unique.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
unwind-box-fn.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
unwind-box-res.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
unwind-box-str.rs Remove uses of log 2013-03-11 23:19:42 -07:00
unwind-box-trait.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
unwind-box-unique-unique.rs Remove uses of log 2013-03-11 23:19:42 -07:00
unwind-box-unique.rs Remove uses of log 2013-03-11 23:19:42 -07:00
unwind-box-vec.rs Remove uses of log 2013-03-11 23:19:42 -07:00
unwind-box.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-closure.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-fail.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-initializer-indirect.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-initializer.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-interleaved.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-iter.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-iter2.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-lambda.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-match.rs Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
unwind-misc-1.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-move.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
unwind-nested.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-partial-box.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-partial-unique.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-partial-vec.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-rec.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-rec2.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-resource-fail.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-resource-fail2.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
unwind-resource-fail3.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
unwind-stacked.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-tup.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-tup2.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-uninitialized.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-unique.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08: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 Fix warnings it tests 2013-08-17 08:42:35 -07:00
while-fail.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00