summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent
Commit message (Expand)AuthorAgeFilesLines
* The "unblock" was important hereSimon Marlow2013-02-201-3/+3
* small tidyupSimon Marlow2013-02-201-2/+2
* use unsafeUnmask instead of an IORef containing restoreSimon Marlow2013-02-201-2/+3
* Revert "Update T3279 to use mask rather than block"Simon Marlow2013-02-201-14/+8
* 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
* Fix prog003 after forkOnIO was removedIan Lynagh2013-02-171-4/+4
* Follow the unsafePerformIO change in baseIan Lynagh2013-02-172-0/+2
* mask002: Follow changes in baseIan Lynagh2013-02-161-3/+5
* Remove uses of compose(s) in tests, and change how composition is handledIan Lynagh2013-02-141-19/+18
* More helper conversionsIan Lynagh2013-02-115-6/+6
* Convert more helper functionsIan Lynagh2013-02-111-1/+1
* Replace 'if_os' and 'unless_os' with 'opsys'Ian Lynagh2013-02-111-2/+2
* Pass the test name to the test optionsIan Lynagh2013-02-071-1/+1
* Tidy up some testsIan Lynagh2013-02-031-1/+1
* Rename some numeric tests: nnnn -> TnnnnIan Lynagh2013-01-254-2/+2
* Rename some numeric tests: nnnn -> TnnnnIan Lynagh2013-01-2532-23/+23
* Tweak #367 tests to use -fno-omit-yields and expect passes.Edward Z. Yang2012-09-261-2/+2
* Add support for per-test timeout adjustment (timeout_multiplier), and tighten...Edward Z. Yang2012-09-251-2/+2
* Failing (by timeout) tests for #367.Edward Z. Yang2012-09-245-0/+39
* fix this test not to use QSemN (which has gone)Simon Marlow2012-08-231-7/+6
* Make 5558 portable by replacing seq with python code (#5558)Paolo Capriotti2012-07-181-1/+3
* Adapt to removal of catch from PreludeSimon Marlow2012-07-095-2/+15
* Update tests following changes in baseIan Lynagh2012-06-205-5/+0
* enable the ghci way for various tests, now that GHCi detects deadlock properlySimon Marlow2012-04-121-9/+4
* add test for #5866Simon Marlow2012-02-273-0/+12
* foreignInterruptible: expect_fail on WindowsSimon Marlow2012-01-171-3/+7
* Skip conc036 entirely (see comments)Simon Marlow2012-01-171-8/+15
* 3429: We should be using +RTS -C0.001 not +RTS -i0.001Simon Marlow2012-01-171-1/+1
* add reqlib('random')Simon Marlow2012-01-121-1/+1
* Skip setnumcapabilities001 if we don't have SMP supportSimon Marlow2012-01-061-1/+7
* Don't add threaded2_hT unless we have threaded and SMP supportSimon Marlow2012-01-061-2/+7
* setnumcapabilities001 requires the parallel packageSimon Marlow2012-01-061-1/+2
* add a test for setNumCapabilitiesSimon Marlow2011-12-193-0/+39
* Make this test not require the stm packageSimon Marlow2011-11-171-1/+1
* add test for #5238Simon Marlow2011-11-163-0/+14
* push the (now correct) outputSimon Marlow2011-11-141-0/+1
* add test for #5611Simon Marlow2011-11-094-0/+38
* test for #5421Simon Marlow2011-11-072-0/+20
* fix test wrapper for 5558Simon Marlow2011-10-251-1/+1
* add a test for #5558Simon Marlow2011-10-182-1/+31
* make the test fail if the sleep doesn't get interrupted (#5471)Simon Marlow2011-10-101-0/+7
* accept the correct outputSimon Marlow2011-09-011-1/+1
* add a test for #4988Simon Marlow2011-09-013-0/+23
* add some more reqlib('random')sSimon Marlow2011-08-043-0/+3
* fix an unexpected passSimon Marlow2011-08-043-2/+3
* Add InterruptibleFFI extensionSimon Marlow2011-07-211-1/+1
* Move tests from tests/ghc-regress/* to just tests/*David Terei2011-07-20186-0/+5103