summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a test for #6037Ian Lynagh2013-02-234-0/+16
|
* Add a test for #7671Ian Lynagh2013-02-232-0/+9
|
* Test #7710Jose Pedro Magalhaes2013-02-212-0/+22
|
* The "unblock" was important hereSimon Marlow2013-02-201-3/+3
| | | | Because catch implicitly masks the exception handler.
* small tidyupSimon Marlow2013-02-201-2/+2
|
* use unsafeUnmask instead of an IORef containing restoreSimon Marlow2013-02-201-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 Marlow2013-02-201-14/+8
| | | | This reverts commit a6d80ce5fb2211af8dafc425705fefb316702802.
* Follow the removal of blocked in baseIan Lynagh2013-02-192-5/+5
|
* Update a few more tests to use mask rather than block/unblockIan Lynagh2013-02-193-8/+8
|
* Update a couple of tests to use mask rather than block/unblockIan Lynagh2013-02-192-4/+4
|
* Update T3279 to use mask rather than blockIan Lynagh2013-02-191-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 #7689Jan Stolarek2013-02-193-0/+117
| | | | | Tests primitive bitwise `andI#`, `orI#`, `notI#`, `xorI#` operations on Int#
* accept outputSimon Marlow2013-02-191-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 movedSimon Marlow2013-02-191-0/+1
|
* update T3064 max_bytes_used (up a little)Simon Marlow2013-02-191-1/+2
|
* Revert "Significant (15%) bytes-allocated reduction in haddock.Cabal and ↵Simon Marlow2013-02-191-4/+2
| | | | | | haddock.base" This reverts commit c3c9babf10990ccc36451b3758d6f19d749b879d.
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuiteIan Lynagh2013-02-191-1/+1
|\
| * Fixed dph-classesManuel M T Chakravarty2013-02-181-1/+1
| |
* | Remove composeIan Lynagh2013-02-171-3/+0
|/
* Fix T6145; MatchGroup was renamed to MG and alteredIan Lynagh2013-02-171-1/+1
|
* Fix T4891 following GHC API changesIan Lynagh2013-02-171-1/+1
|
* Fix prog003 after forkOnIO was removedIan Lynagh2013-02-171-4/+4
|
* Follow the unsafePerformIO change in baseIan Lynagh2013-02-172-0/+2
|
* Add extra cleaning for print035Ian Lynagh2013-02-161-1/+2
|
* Add extra cleaning for ccfail004Ian Lynagh2013-02-161-1/+5
|
* Update GoodImport03Ian Lynagh2013-02-161-1/+0
|
* Remove Dep0{3,4}Ian Lynagh2013-02-165-26/+0
| | | | I'm not sure what they're supposed to test
* Remove BadImport04 and BadImport09Ian Lynagh2013-02-165-33/+0
| | | | They are now redundant
* BadImport04: Follow changes in baseIan Lynagh2013-02-162-3/+3
|
* T4978: Follow changes in baseIan Lynagh2013-02-161-0/+1
|
* mask002: Follow changes in baseIan Lynagh2013-02-161-3/+5
|
* Fix T7688Ian Lynagh2013-02-151-2/+2
| | | | We need to use Haskell "--" comments in ghci scripts, not '#' comments.
* Don't use deprecated System.CmdIan Lynagh2013-02-151-1/+1
|
* unixify line endingsIan Lynagh2013-02-151-9/+9
|
* Test Trac #7688Simon Peyton Jones2013-02-154-0/+11
|
* Merge branch 'master' of http://darcs.haskell.org/testsuiteSimon Peyton Jones2013-02-154-0/+50
|\
| * DPH: test tidying when unvectorised version of an exported variable disappearsManuel M T Chakravarty2013-02-154-0/+50
| |
* | Test Trac #2354Simon Peyton Jones2013-02-153-0/+14
|/
* Merge branch 'master' of http://darcs.haskell.org/testsuiteSimon Peyton Jones2013-02-1414-101/+106
|\
| * Remove uses of compose(s) in tests, and change how composition is handledIan Lynagh2013-02-1413-100/+104
| | | | | | | | The driver now also supports nested lists of setup functions
| * Improve a commentIan Lynagh2013-02-141-1/+2
| |
* | Test Trac #7645Simon Peyton Jones2013-02-143-0/+15
|/
* Merge branch 'master' of http://darcs.haskell.org/testsuiteSimon Peyton Jones2013-02-144-1/+20
|\
| * fix T3064 boundsSimon Marlow2013-02-141-1/+2
| |
| * add a StableName testSimon Marlow2013-02-143-0/+18
| |
* | Add tests for OverloadedListsSimon Peyton Jones2013-02-1427-0/+236
| |
* | Error message wibbles when adding overloaded listsSimon Peyton Jones2013-02-1418-67/+68
|/
* Wibbles because of length-is-good-consumer changeSimon Peyton Jones2013-02-141-14/+27
|
* Wibbles because of exprStats changeSimon Peyton Jones2013-02-145-5/+5
|
* Change T3064's peak-megabytes again. It just bounces aroundSimon Peyton Jones2013-02-141-3/+2
|