about summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2011-10-21Remove some semicolons after block callsMarijn Haverbeke-1/+1
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-12/+9
2011-10-20Remove temporary fn# syntaxBrian Anderson-5/+5
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-5/+5
2011-10-20Convert tests to use bare-fn spawnBrian Anderson-14/+10
2011-10-10Adjust function signatures to allow for vecs being immediateMarijn Haverbeke-2/+2
2011-10-03XFAIL run-fail/linked-failure4. Deadlocks on macBrian Anderson-0/+1
2011-09-24Handle ~fail. Closes #968Brian Anderson-0/+2
2011-09-23Actually use unique boxes in run-fail/unwind-uniqueBrian Anderson-1/+1
2011-09-23Create a bunch of test cases for unique boxes by copying box testsBrian Anderson-0/+10
2011-09-22XFAIL spawnfail and task-comm-15Brian Anderson-0/+1
2011-09-21Add an unwind test for failure during unique box constructionBrian Anderson-0/+18
2011-09-21Add more unwind tests for failure during construction of allocated thingsBrian Anderson-0/+36
2011-09-20Add another testcase for #910Jesse Ruderman-0/+11
2011-09-20Rehabilitate run-fail/trivial-message2Brian Anderson-13/+19
2011-09-20Remove a bogus comment from run-fail/spawnfailBrian Anderson-1/+0
2011-09-20Rehabilitate task-comm-14Brian Anderson-30/+0
2011-09-20Add an assert to run-fail/unwind-altBrian Anderson-0/+1
2011-09-20Zero locals that are inited via alt expressions. Closes #945Brian Anderson-0/+12
2011-09-19Un-xfail various testsBrian Anderson-1/+0
2011-09-19Build tuples in two phases to avoid cleaning up partial tuplesBrian Anderson-0/+13
2011-09-19Register tuple cleanups after the tuple is builtBrian Anderson-0/+9
2011-09-19Build records in two phases to avoid cleanups on partial recordsBrian Anderson-0/+16
2011-09-19Don't register record cleanups until the record is builtBrian Anderson-0/+11
2011-09-16Make move-mode arguments unwind correctly. Closes #939Brian Anderson-0/+9
2011-09-15Insert omitted semicolons for statementsMarijn Haverbeke-1/+1
2011-09-14Unsupervise tasks before the scheduler kills them. Unblock before yield->failBrian Anderson-3/+2
2011-09-14Make failure propagation to dead parents workBrian Anderson-0/+71
2011-09-14Make linked task failure work againBrian Anderson-1/+0
2011-09-14Add another XFAILed test for failing destructorsBrian Anderson-0/+13
2011-09-14Add another unwind testBrian Anderson-0/+12
2011-09-12Merge branch 'unwind'Brian Anderson-6/+172
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-1/+1
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-1/+1
2011-09-11Add some more unwind testsBrian Anderson-0/+44
2011-09-11Zero locals when the initializer might call a functionBrian Anderson-0/+7
2011-09-11Invoke put functionsBrian Anderson-0/+12
2011-09-11Add an XFAILed test for failing destructorsBrian Anderson-0/+12
2011-09-11Remove the no-valgrind test directive now that unwinding is more workyBrian Anderson-1/+0
2011-09-11XFAIL run-fail/linked-failureBrian Anderson-0/+1
2011-09-11Begin valgrinding some run-fail tests that unwind correctlyBrian Anderson-5/+0
2011-09-11Add a number of unwinding testsBrian Anderson-0/+80
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