summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent
Commit message (Expand)AuthorAgeFilesLines
* fix allocLimit3 on WindowsSimon Marlow2014-11-121-1/+6
* Per-thread allocation counters and limitsSimon Marlow2014-11-128-0/+82
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.6.Thomas Miedema2014-10-075-16/+0
* testsuite: disable T367_letnoescape on 'optllvm'Sergei Trofimovich2014-08-281-1/+1
* testsuite/T9379: Use GHC.Conc instead of Control.Concurrent.STMBen Gamari2014-08-181-1/+3
* concurrent/should_run/throwto002: DoRec -> RecursiveDoBen Gamari2014-08-181-1/+1
* interruptible() was not returning true for BlockedOnSTM (#9379)Simon Marlow2014-08-012-0/+19
* use GHC-7.8.3's values for thread block reason (fixes #9333)Jost Berthold2014-07-283-1/+46
* Fix test for fetchNandIntArray#Johan Tibell2014-07-231-7/+18
* Re-add more primops for atomic ops on byte arraysJohan Tibell2014-06-303-0/+253
* Simplify .gitignore filesHerbert Valerio Riedel2014-06-281-6/+0
* Revert "Add more primops for atomic ops on byte arrays"Johan Tibell2014-06-264-254/+0
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-244-0/+254
* Fix missing unlockClosure() call in tryReadMVar (#9148)Simon Marlow2014-05-302-0/+16
* Add .gitignore for autogenerated test files.Edward Z. Yang2014-05-291-0/+6
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-048-82/+0
* Per-thread allocation counters and limitsSimon Marlow2014-05-028-0/+82
* concurrent/conc012: Pass RTS options to executable, not ghcBen Gamari2013-10-091-1/+3
* Mark those tests which depend on libraries not built when cross-compilingReid Barton2013-10-011-1/+1
* Update compareAndSwap for new comparison primopsReid Barton2013-09-301-2/+2
* Deal with failures for T367, T367_letnoescape under ghciReid Barton2013-09-301-2/+2
* Update casArray# test and add simple casMutVar# test.Ryan Newton2013-08-212-2/+44
* Omit hpc for CAS test. HPC breaks CAS currently.Ryan Newton2013-08-211-1/+1
* Add a basic test for casArray#.Ryan Newton2013-08-213-0/+48
* Add output for T7970, make it run when 'fast', and remove bogus fileSimon Marlow2013-07-243-3/+6
* Rename atomicReadMVar and friends to readMVar.Edward Z. Yang2013-07-145-14/+10
* Add simple test for tryAtomicReadMVar.Edward Z. Yang2013-07-102-0/+12
* Tests for atomicReadMVar.Edward Z. Yang2013-07-094-0/+52
* conc031 now deadlocks, due to fix for #7970Simon Marlow2013-07-023-3/+2
* Add test for #7970Simon Marlow2013-07-023-0/+23
* unbreak tests (removal of block/unblock)Simon Marlow2013-05-109-19/+17
* 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