summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2011-09-11Invoke upcall_failBrian Anderson-0/+6
2011-09-11Run cleanups during unwindingBrian Anderson-0/+10
2011-09-07Child tasks take a ref to their parentsBrian Anderson-0/+14
2011-09-02Reformat. Issue #855Brian Anderson-8/+8
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-1/+1
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-1/+1
2011-09-01Remove std::str. Issue #855Brian Anderson-2/+0
2011-08-31Start paring down std::str. Issue #855Brian Anderson-2/+2
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-1/+1
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-9/+3
2011-08-31Revert "Replace xfail-stageN with simply xfail-test"Marijn Haverbeke-3/+9
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-9/+3
2011-08-30Support istrs as fail argument. Issue #855Brian Anderson-1/+1
2011-08-30Library test cases for vec::zipTim Chevalier-0/+20
2011-08-25Change "pred" to "pure fn" in all libraries and test casesTim Chevalier-2/+2
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-10/+12
2011-08-20ReformatBrian Anderson-49/+35
2011-08-19Add some tests for expression corner cases, mostly involving ret and failBrian Anderson-0/+15
2011-08-17Better type inference for chans and ports.Eric Holk-1/+1
2011-08-17Using move-mode for spawn thunks to avoid race conditions.Eric Holk-1/+2
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-4/+7
2011-08-16Port the tests to the decl foo<T> syntax.Erick Tryzelaar-3/+3
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-10/+10
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...Eric Holk-9/+14
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-1/+1
2011-08-15Removed spawn and task from the parser. Updated all the tests except for the ...Eric Holk-1/+8
2011-08-12Un-XFAIL do-while-body-failsTim Chevalier-3/+0
2011-08-12Convert most working tests to ivecsBrian Anderson-2/+2
2011-08-11XFAIL do-while-body-failsBrian Anderson-0/+3
2011-08-11Handle _|_ - typed things in the bodies of do-while loopsTim Chevalier-0/+4
2011-08-10Use actual type, not declared type, when zeroing move argumentsTim Chevalier-0/+16
2011-08-10Begin valgrinding run-fail testsBrian Anderson-8/+5
2011-08-03Revert "Revert "Handle conditionals on _|_ - typed values correctly""Tim Chevalier-0/+3
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-20/+0
2011-08-03Un-xfail more pretty-printing testsBrian Anderson-1/+0
2011-08-03Revert "Handle conditionals on _|_ - typed values correctly"Brian Anderson-3/+0
2011-08-02Handle _|_ - typed discriminants in alts correctlyTim Chevalier-0/+4
2011-08-02Handle conditionals on _|_ - typed values correctlyTim Chevalier-0/+3
2011-08-02Pretty-print fn constraints more correctishBrian Anderson-1/+0
2011-08-02Un-xfail run-fail/fn-constraint-claimBrian Anderson-2/+0
2011-08-02 In trans, don't assume both sides of a binop have the same typeTim Chevalier-0/+6
2011-08-02Pretty-print test the rfail tests. Issue #789Brian Anderson-0/+2
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-8/+40
2011-07-27Reformat for new syntaxMarijn Haverbeke-145/+57
2011-07-22Add xfail-stage3 directives to testsBrian Anderson-0/+2
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-6/+6
2011-07-11Visit the type argument in a port expressionTim Chevalier-0/+16
2011-07-05Handle fail inside a for-each loop properlyTim Chevalier-0/+16
2011-07-03Un-XFAIL fail-argTim Chevalier-4/+2
2011-07-03Handle fail as an argument; parse fail expressions unambiguouslyTim Chevalier-0/+9