summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | This apparently made no difference before, but it looks like I fixed it in my time overhaul, which made this test suddenly run a lot slower.
* 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
| | | | The fix for #5594 made the output of this test more correct.
* 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