rust/src/test/run-fail
Björn Steinbrink bdc182cc41 Use static string with fail!() and remove fail!(fmt!())
fail!() used to require owned strings but can handle static strings
now. Also, it can pass its arguments to fmt!() on its own, no need for
the caller to call fmt!() itself.
2013-05-14 16:36:23 +02:00
..
alt-bot-fail.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
alt-disc-bot.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
alt-wildcards.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
args-fail.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02: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 Made fail! and assert! accept both &'static str and ~str, as well as a fmt! like format list. 2013-04-25 17:32:25 +02:00
assert-macro-explicit.rs Added test cases for all fail message formats 2013-04-26 10:23:12 +02:00
assert-macro-fmt.rs Added test cases for all fail message formats 2013-04-26 10:23:12 +02:00
assert-macro-owned.rs Added test cases for all fail message formats 2013-04-26 10:23:12 +02:00
assert-macro-static.rs Added test cases for all fail message formats 2013-04-26 10:23:12 +02: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 test: Add two tests for issue #6272. 2013-05-09 17:25:17 -04:00
borrowck-wg-fail-2.rs rustc: add rooting, write-guards to slices etc 2013-05-03 16:27:16 -04:00
borrowck-wg-fail-3.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -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 two more write guard failures 2013-05-05 21:05:37 -04:00
borrowck-wg-mut-then-imm.rs Fix two more write guard failures 2013-05-05 21:05:37 -04:00
borrowck-wg-one-mut-one-imm-slice-method.rs rustc: add rooting, write-guards to slices etc 2013-05-03 16:27:16 -04:00
borrowck-wg-one-mut-one-imm-slices.rs rustc: add rooting, write-guards to slices etc 2013-05-03 16:27:16 -04:00
borrowck-wg-one-mut-one-imm.rs rustc: add rooting, write-guards to slices etc 2013-05-03 16:27:16 -04:00
borrowck-wg-two-array-indices.rs rustc: add rooting, write-guards to slices etc 2013-05-03 16:27:16 -04:00
bug-811.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
bug-2470-bounds-check-overflow-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bug-2470-bounds-check-overflow-3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bug-2470-bounds-check-overflow.rs test: Fix comments in pretty-printed test. rs=burningtree 2013-02-23 23:33:50 -08:00
die-macro-expr.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02: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 Revert rename of Div to Quot 2013-05-01 15:40:05 +10:00
doublefail.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
explicit-fail-msg.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
explicit-fail.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
expr-alt-fail-fn.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
expr-alt-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 Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
extern-fail.rs make way for a new iter module 2013-04-28 22:31:39 -04:00
fail-arg.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
fail-macro-explicit.rs Added test cases for all fail message formats 2013-04-26 10:23:12 +02:00
fail-macro-fmt.rs Added test cases for all fail message formats 2013-04-26 10:23:12 +02:00
fail-macro-owned.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
fail-macro-static.rs Added test cases for all fail message formats 2013-04-26 10:23:12 +02:00
fail-main.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02: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 Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
for-each-loop-fail.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
if-check-fail.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02: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 Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
issue-2061.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-2156.rs librustc: Forbid chained imports and fix the logic for one-level renaming imports 2013-03-02 16:49:30 -08: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 Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
issue-2761.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
issue-3029.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
linked-failure.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
linked-failure2.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
linked-failure3.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
linked-failure4.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
mod-zero.rs Improve divide-by-zero error messages 2013-04-24 14:20:00 +10:00
morestack1.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
morestack2.rs librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning 2013-03-07 22:32:52 -08:00
morestack3.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
morestack4.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
result-get-fail.rs Remove uses of log 2013-03-11 23:19:42 -07:00
rhs-type.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02: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 Remove uses of log 2013-03-11 23:19:42 -07:00
rt-set-exit-status-fail2.rs Remove uses of log 2013-03-11 23:19:42 -07:00
rt-set-exit-status.rs Remove uses of log 2013-03-11 23:19:42 -07:00
run-unexported-tests.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
small-negative-indexing.rs Remove uses of log 2013-03-11 23:19:42 -07:00
spawnfail.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
str-overrun.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
task-comm-recv-block.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
task-spawn-barefn.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
too-much-recursion-unwinding.rs Fix typos 2013-05-09 02:34:47 +09:00
unique-fail.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-alt.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
unwind-assert.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
unwind-box-fn-unique.rs Remove uses of log 2013-03-11 23:19:42 -07:00
unwind-box-fn.rs Remove uses of log 2013-03-11 23:19:42 -07:00
unwind-box-res.rs librustc: Rename reinterpret_cast to transmute_copy and remove the intrinsic 2013-04-29 14:30:53 -07: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 test: Remove fn@, fn~, and fn& from the test suite. rs=defun 2013-03-02 18:47:47 -08: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 Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-initializer.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-interleaved.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-iter.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
unwind-iter2.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
unwind-lambda.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
unwind-misc-1.rs rename Linear{Map,Set} => Hash{Map,Set} 2013-04-03 10:30:36 -04:00
unwind-move.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
unwind-nested.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-partial-box.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-partial-unique.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-partial-vec.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-rec.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-rec2.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-resource-fail.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
unwind-resource-fail2.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
unwind-resource-fail3.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
unwind-stacked.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-tup.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-tup2.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-uninitialized.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08: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 librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
vec-underrun.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
while-body-fails.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
while-fail.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
zip-different-lengths.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00