summaryrefslogtreecommitdiff
path: root/libraries/base/tests/Concurrent
Commit message (Collapse)AuthorAgeFilesLines
* Add linting of `base` to the CIHécate2020-10-091-1/+4
|
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-231-1/+1
|
* base/testsuite: Add missing LANGUAGE pragma in ThreadDelay001Ben Gamari2020-09-201-0/+1
| | | | Only affected the Windows codepath.
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-1/+1
|
* winio: Fix ThreadDelay001 CPPAndreas Klebinger2020-07-151-1/+1
|
* winio: ThreadDelay001: Use higher resolution timer.Andreas Klebinger2020-07-151-4/+21
|
* Testsuite: fixup lots of testsThomas Miedema2016-04-264-11/+11
| | | | | | | | | These aren't run very often, because they require external libraries. https://ghc.haskell.org/trac/ghc/wiki/Building/RunningTests/Running#AdditionalPackages maessen-hashtab still doesn't compile, QuickCheck api changed. Update submodule hpc.
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-232-257/+257
|
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-141-2/+0
| | | | | No point in pretending other compilers can use the GHC testsuite. This makes the *.T files a bit shorter.
* Simplify .gitignore filesHerbert Valerio Riedel2014-06-281-5/+0
| | | | | | | | | It's a bit confusing to have .gitignore files spread all over the filesystem. This commit tries to consolidate those into one .gitignore file per component. Moreover, we try to describe files to be ignored which happen to have a common identifying pattern by glob patterns. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Add .gitignore for autogenerated test files.Edward Z. Yang2014-05-291-0/+5
| | | | | | | | I used this shell command to automatically generate the lists: for i in `git ls-files -o --exclude-standard --directory`; do echo "`basename $i`" >> "`dirname "$i"`/.gitignore"; done Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* Port ThreadDelay001 to the "time" libraryReid Barton2013-10-051-7/+4
| | | | | | | | ... as "old-time" isn't built when cross-compiling. Issue #8395. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Remove tests for removed modulesIan Lynagh2012-07-208-355/+0
|
* add tests for deadlocks in readChan & writeChanSimon Marlow2012-06-115-0/+42
|
* Use RTS version of getMonotonicNSec on Windows (#6061)Paolo Capriotti2012-05-081-1/+1
|
* Tidy up the ThreadDelay001 test codeIan Lynagh2012-05-011-2/+6
|
* Copy tests from GHC testsuite; part of #1161.Paolo Capriotti2012-03-0915-0/+660