about summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2011-12-18libcore: Remove task::set_min_stackBrian Anderson-7/+0
2011-12-18test: Enable all morestack testsBrian Anderson-8/+0
2011-12-17rt: Use a DWARF CFI scheme that works on mac in __morestackBrian Anderson-0/+28
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-34/+34
2011-12-11rt: Make unwinding through __morestack work on macBrian Anderson-3/+3
2011-12-06rt: Various tweaks to make __morestack unwinding work on linuxBrian Anderson-2/+2
2011-12-05test: More tests for unwinding + morestackBrian Anderson-3/+43
2011-12-05rt: Make stack unwinding work more correctly with stack growthBrian Anderson-0/+35
2011-11-29rt: Delete the entire stack chain on task destructionBrian Anderson-1/+2
2011-11-29Add --stack-growth to the morestack test compile flagsBrian Anderson-0/+1
2011-11-22rt: Make __morestack (without unwinding) work on 32-bit linuxBrian Anderson-0/+12
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-3/+3
2011-11-11Rehabilitate run-fail/linked-failure4.rsBrian Anderson-10/+6
2011-11-11Fix run-fail/spawnfailBrian Anderson-4/+3
2011-11-03Update some more tests for 1a68a9882Marijn Haverbeke-1/+1
2011-10-28Move to short kind kinds words in test suiteMarijn Haverbeke-3/+3
2011-10-25Properly take mutable object fields into account during alias analysisMarijn Haverbeke-9/+5
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-3/+3
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