summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent
Commit message (Expand)AuthorAgeFilesLines
* testsuite: performGC requires SMP support for 'qg' optionSergei Trofimovich2015-10-301-7/+2
* base: use Show for ErrorCall in uncaughtExceptionHandlerEric Seidel2015-09-211-0/+2
* Testsuite: comment out `setnumcapabilities001` (#10860)Thomas Miedema2015-09-091-6/+8
* Testsuite: by default run all tests for a single wayThomas Miedema2015-09-021-5/+1
* Testsuite: mark 4 tests expect_broken_for(#10712, opt_ways)Thomas Miedema2015-09-021-4/+5
* Fix identifier parsing in hp2psYuras Shumovich2015-08-291-1/+0
* Make seq-of-cast rule generate a caseSimon Peyton Jones2015-07-211-3/+2
* Testsuite: mark concprog002 expect_broken_for(#10661, ['threaded2_hT'])Thomas Miedema2015-07-201-0/+1
* Testsuite: fix concprog002 (AMP)Thomas Miedema2015-07-201-0/+7
* Testsuite: mark array001 and conc034 expect_broken_for(#10659, ['optasm',...])Thomas Miedema2015-07-181-0/+2
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-141-45/+33
* Fix deadlock (#10545)Simon Marlow2015-06-264-0/+1025
* should_run/allocLimit4: disable ghci waySergei Trofimovich2015-06-192-2/+5
* Testsuite: add function compile_timeout_multiplier (#10345)Thomas Miedema2015-06-131-2/+6
* Testsuite: delete expect_fail setups for ghc < 7.1Thomas Miedema2015-06-091-2/+1
* 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