summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-09-16Remove autoderef for callsMarijn Haverbeke-28/+6
2011-09-16Change convention for specifying referenced argumentMarijn Haverbeke-2/+2
2011-09-15Add parens, as needed, around else-if conditions.Jesse Ruderman-2/+9
2011-09-15Add regression tests for previously ambiguous syntactic formsBrian Anderson-0/+37
2011-09-15Generalize expression roots in alias analysisMarijn Haverbeke-0/+9
2011-09-15Add tests for returning by referenceMarijn Haverbeke-0/+92
2011-09-15Remove maybe_protect_block kludge from pretty-printerMarijn Haverbeke-35/+1
2011-09-15Insert omitted semicolons for statementsMarijn Haverbeke-14/+12
2011-09-14xfail-fast run-pass/linked-failure.rs. Not sure what the problem is.Brian Anderson-1/+1
2011-09-14Unsupervise tasks before the scheduler kills them. Unblock before yield->failBrian Anderson-3/+2
2011-09-14Add a run-pass test for linked failureBrian Anderson-0/+24
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-14Add support for negative literals.Josh Matthews-0/+6
2011-09-13Print something when we can't figure out a tag name. Mitigates #876.Michael Sullivan-1/+1
2011-09-13Ensure that the declared type and actual type of a constant agreeMarijn Haverbeke-0/+4
2011-09-13Be more strict about what constitutes a block expressionMarijn Haverbeke-3/+2
2011-09-13Make for loop alias-safeMarijn Haverbeke-2/+10
2011-09-13Apply implicit copying for unsafe references to alt patternsMarijn Haverbeke-4/+10
2011-09-12Merge branch 'unwind'Brian Anderson-32/+268
2011-09-12Rename alias to reference in docs and error messagesMarijn Haverbeke-4/+4
2011-09-12Properly implement copy expressionsMarijn Haverbeke-1/+12
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-33/+34
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-294/+288
2011-09-12Fix tests for new argument-passing conventionMarijn Haverbeke-27/+33
2011-09-11XFAIL bench/shootout-nbodyBrian Anderson-0/+1
2011-09-11Add an XFAILed test for native "llvm" modulesBrian Anderson-0/+10
2011-09-11Actually fail the process when compiletest has a test failureBrian Anderson-1/+2
2011-09-11Add some more unwind testsBrian Anderson-0/+44
2011-09-11XFAIL run-pass/task-comm-15 on win32 againBrian Anderson-0/+1
2011-09-11XFAIL some run-pass unwinding tests on win32Brian Anderson-0/+3
2011-09-11Add the ability to xfail tests by platformBrian Anderson-0/+5
2011-09-11Zero locals when the initializer might call a functionBrian Anderson-0/+7
2011-09-11Use a unique exit status when the runtime fails normallyBrian Anderson-4/+10
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-16/+5
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/+130
2011-09-11Invoke upcall_failBrian Anderson-0/+6
2011-09-11Run cleanups during unwindingBrian Anderson-0/+10
2011-09-11Change the exit status used for valgrind errors and check for it in testsBrian Anderson-6/+2
2011-09-11Add a waitpid wrapper to std::run that interprets the exit status on unixBrian Anderson-0/+7
2011-09-09Make the pretty printer disambiguatae blocks followed by vec expressions.Jesse Ruderman-0/+2
2011-09-07Child tasks take a ref to their parentsBrian Anderson-0/+14
2011-09-06Forbid blocks from deinitializing upvarsTim Chevalier-5/+8
2011-09-02Print the type of istrs as 'str' in error messages. Issue #855Brian Anderson-3/+3