about summary refs log tree commit diff
path: root/src/test/run-fail/fail-parens.rs
AgeCommit message (Collapse)AuthorLines
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
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-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-3/+3
fail Fix merge conflicts - Issue 4524
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-15Update and un-xfail testsTim Chevalier-6/+6
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-3/+1
Closes #799
2011-08-31Revert "Replace xfail-stageN with simply xfail-test"Marijn Haverbeke-1/+3
This reverts commit 574194f6bcfb90b9f8486002b83babc4c21208c0.
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-3/+1
Closes #799
2011-08-19Add some tests for expression corner cases, mostly involving ret and failBrian Anderson-0/+15
Some of these don't actually work.