Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a test for #6037 | Ian Lynagh | 2013-02-23 | 4 | -0/+16 |
| | |||||
* | Add a test for #7671 | Ian Lynagh | 2013-02-23 | 2 | -0/+9 |
| | |||||
* | Test #7710 | Jose Pedro Magalhaes | 2013-02-21 | 2 | -0/+22 |
| | |||||
* | The "unblock" was important here | Simon Marlow | 2013-02-20 | 1 | -3/+3 |
| | | | | Because catch implicitly masks the exception handler. | ||||
* | small tidyup | Simon Marlow | 2013-02-20 | 1 | -2/+2 |
| | |||||
* | use unsafeUnmask instead of an IORef containing restore | Simon Marlow | 2013-02-20 | 1 | -2/+3 |
| | | | | | This is much closer to how the test originally worked, so it's more likely that the test is still testing what it was testing before :-) | ||||
* | Revert "Update T3279 to use mask rather than block" | Simon Marlow | 2013-02-20 | 1 | -14/+8 |
| | | | | This reverts commit a6d80ce5fb2211af8dafc425705fefb316702802. | ||||
* | Follow the removal of blocked in base | Ian Lynagh | 2013-02-19 | 2 | -5/+5 |
| | |||||
* | Update a few more tests to use mask rather than block/unblock | Ian Lynagh | 2013-02-19 | 3 | -8/+8 |
| | |||||
* | Update a couple of tests to use mask rather than block/unblock | Ian Lynagh | 2013-02-19 | 2 | -4/+4 |
| | |||||
* | Update T3279 to use mask rather than block | Ian Lynagh | 2013-02-19 | 1 | -8/+14 |
| | | | | | I'm not 100% sure that this is still testing what it's meant to be testing, but the test still passes. | ||||
* | Test #7689 | Jan Stolarek | 2013-02-19 | 3 | -0/+117 |
| | | | | | Tests primitive bitwise `andI#`, `orI#`, `notI#`, `xorI#` operations on Int# | ||||
* | accept output | Simon Marlow | 2013-02-19 | 1 | -2/+2 |
| | | | | | | I think the change to compile top-level indirections more efficiently removed the "CAF" entries from the stack. That's a surprising side-effect, but it's not really a problem. | ||||
* | unsafePerformIO moved | Simon Marlow | 2013-02-19 | 1 | -0/+1 |
| | |||||
* | update T3064 max_bytes_used (up a little) | Simon Marlow | 2013-02-19 | 1 | -1/+2 |
| | |||||
* | Revert "Significant (15%) bytes-allocated reduction in haddock.Cabal and ↵ | Simon Marlow | 2013-02-19 | 1 | -4/+2 |
| | | | | | | haddock.base" This reverts commit c3c9babf10990ccc36451b3758d6f19d749b879d. | ||||
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite | Ian Lynagh | 2013-02-19 | 1 | -1/+1 |
|\ | |||||
| * | Fixed dph-classes | Manuel M T Chakravarty | 2013-02-18 | 1 | -1/+1 |
| | | |||||
* | | Remove compose | Ian Lynagh | 2013-02-17 | 1 | -3/+0 |
|/ | |||||
* | Fix T6145; MatchGroup was renamed to MG and altered | Ian Lynagh | 2013-02-17 | 1 | -1/+1 |
| | |||||
* | Fix T4891 following GHC API changes | Ian Lynagh | 2013-02-17 | 1 | -1/+1 |
| | |||||
* | Fix prog003 after forkOnIO was removed | Ian Lynagh | 2013-02-17 | 1 | -4/+4 |
| | |||||
* | Follow the unsafePerformIO change in base | Ian Lynagh | 2013-02-17 | 2 | -0/+2 |
| | |||||
* | Add extra cleaning for print035 | Ian Lynagh | 2013-02-16 | 1 | -1/+2 |
| | |||||
* | Add extra cleaning for ccfail004 | Ian Lynagh | 2013-02-16 | 1 | -1/+5 |
| | |||||
* | Update GoodImport03 | Ian Lynagh | 2013-02-16 | 1 | -1/+0 |
| | |||||
* | Remove Dep0{3,4} | Ian Lynagh | 2013-02-16 | 5 | -26/+0 |
| | | | | I'm not sure what they're supposed to test | ||||
* | Remove BadImport04 and BadImport09 | Ian Lynagh | 2013-02-16 | 5 | -33/+0 |
| | | | | They are now redundant | ||||
* | BadImport04: Follow changes in base | Ian Lynagh | 2013-02-16 | 2 | -3/+3 |
| | |||||
* | T4978: Follow changes in base | Ian Lynagh | 2013-02-16 | 1 | -0/+1 |
| | |||||
* | mask002: Follow changes in base | Ian Lynagh | 2013-02-16 | 1 | -3/+5 |
| | |||||
* | Fix T7688 | Ian Lynagh | 2013-02-15 | 1 | -2/+2 |
| | | | | We need to use Haskell "--" comments in ghci scripts, not '#' comments. | ||||
* | Don't use deprecated System.Cmd | Ian Lynagh | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | unixify line endings | Ian Lynagh | 2013-02-15 | 1 | -9/+9 |
| | |||||
* | Test Trac #7688 | Simon Peyton Jones | 2013-02-15 | 4 | -0/+11 |
| | |||||
* | Merge branch 'master' of http://darcs.haskell.org/testsuite | Simon Peyton Jones | 2013-02-15 | 4 | -0/+50 |
|\ | |||||
| * | DPH: test tidying when unvectorised version of an exported variable disappears | Manuel M T Chakravarty | 2013-02-15 | 4 | -0/+50 |
| | | |||||
* | | Test Trac #2354 | Simon Peyton Jones | 2013-02-15 | 3 | -0/+14 |
|/ | |||||
* | Merge branch 'master' of http://darcs.haskell.org/testsuite | Simon Peyton Jones | 2013-02-14 | 14 | -101/+106 |
|\ | |||||
| * | Remove uses of compose(s) in tests, and change how composition is handled | Ian Lynagh | 2013-02-14 | 13 | -100/+104 |
| | | | | | | | | The driver now also supports nested lists of setup functions | ||||
| * | Improve a comment | Ian Lynagh | 2013-02-14 | 1 | -1/+2 |
| | | |||||
* | | Test Trac #7645 | Simon Peyton Jones | 2013-02-14 | 3 | -0/+15 |
|/ | |||||
* | Merge branch 'master' of http://darcs.haskell.org/testsuite | Simon Peyton Jones | 2013-02-14 | 4 | -1/+20 |
|\ | |||||
| * | fix T3064 bounds | Simon Marlow | 2013-02-14 | 1 | -1/+2 |
| | | |||||
| * | add a StableName test | Simon Marlow | 2013-02-14 | 3 | -0/+18 |
| | | |||||
* | | Add tests for OverloadedLists | Simon Peyton Jones | 2013-02-14 | 27 | -0/+236 |
| | | |||||
* | | Error message wibbles when adding overloaded lists | Simon Peyton Jones | 2013-02-14 | 18 | -67/+68 |
|/ | |||||
* | Wibbles because of length-is-good-consumer change | Simon Peyton Jones | 2013-02-14 | 1 | -14/+27 |
| | |||||
* | Wibbles because of exprStats change | Simon Peyton Jones | 2013-02-14 | 5 | -5/+5 |
| | |||||
* | Change T3064's peak-megabytes again. It just bounces around | Simon Peyton Jones | 2013-02-14 | 1 | -3/+2 |
| |