summary refs log tree commit diff
path: root/src/test/run-pass/issue-3168.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-06Remove trailing whitespace.Niko Matsakis-2/+2
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-3/+3
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-3/+3
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-3/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-12Make moves explicit in rpass testsTim Chevalier-4/+4
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-4/+4
2012-08-10Xfail-fast, because these tests use failureEric Holk-0/+2
2012-08-10Terminate blocked receive packets on failure. Fixes #3168.Eric Holk-0/+19