diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-04-25 16:58:34 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-04-26 10:50:05 +0200 |
commit | dadf82d61f3cced61e9ccc35a5219e0b32cfee9e (patch) | |
tree | 5cedbbc76fcb69f1dda1be2b131fd5be0c64f08c /libraries/base/tests | |
parent | e8c04d4ca5c78c6b68dab840ea53af42eee99364 (diff) | |
download | haskell-dadf82d61f3cced61e9ccc35a5219e0b32cfee9e.tar.gz |
Testsuite: fixup lots of tests
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.
Diffstat (limited to 'libraries/base/tests')
-rw-r--r-- | libraries/base/tests/Concurrent/Chan001.hs | 2 | ||||
-rw-r--r-- | libraries/base/tests/Concurrent/Chan001.stdout | 6 | ||||
-rw-r--r-- | libraries/base/tests/Concurrent/MVar001.hs | 2 | ||||
-rw-r--r-- | libraries/base/tests/Concurrent/MVar001.stdout | 12 |
4 files changed, 11 insertions, 11 deletions
diff --git a/libraries/base/tests/Concurrent/Chan001.hs b/libraries/base/tests/Concurrent/Chan001.hs index ad3b8ff8d6..e1b164e586 100644 --- a/libraries/base/tests/Concurrent/Chan001.hs +++ b/libraries/base/tests/Concurrent/Chan001.hs @@ -1,4 +1,4 @@ -import Debug.QuickCheck +import Test.QuickCheck import System.IO.Unsafe import Control.Concurrent.Chan import Control.Concurrent diff --git a/libraries/base/tests/Concurrent/Chan001.stdout b/libraries/base/tests/Concurrent/Chan001.stdout index 53bfa8a381..ab7b91a0bc 100644 --- a/libraries/base/tests/Concurrent/Chan001.stdout +++ b/libraries/base/tests/Concurrent/Chan001.stdout @@ -1,3 +1,3 @@ -0123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899OK, passed 100 tests. -0123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899OK, passed 100 tests. -0123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899OK, passed 100 tests. ++++ OK, passed 100 tests. ++++ OK, passed 100 tests. ++++ OK, passed 100 tests. diff --git a/libraries/base/tests/Concurrent/MVar001.hs b/libraries/base/tests/Concurrent/MVar001.hs index 5c0c160b18..6062cbfa46 100644 --- a/libraries/base/tests/Concurrent/MVar001.hs +++ b/libraries/base/tests/Concurrent/MVar001.hs @@ -1,4 +1,4 @@ -import Debug.QuickCheck +import Test.QuickCheck import System.IO.Unsafe import Control.Concurrent.MVar import Control.Concurrent diff --git a/libraries/base/tests/Concurrent/MVar001.stdout b/libraries/base/tests/Concurrent/MVar001.stdout index 65be56c733..9430cca9d6 100644 --- a/libraries/base/tests/Concurrent/MVar001.stdout +++ b/libraries/base/tests/Concurrent/MVar001.stdout @@ -1,6 +1,6 @@ -0123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899OK, passed 100 tests. -0123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899OK, passed 100 tests. -0123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899OK, passed 100 tests. -0123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899OK, passed 100 tests. -0123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899OK, passed 100 tests. -0123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899OK, passed 100 tests. ++++ OK, passed 100 tests. ++++ OK, passed 100 tests. ++++ OK, passed 100 tests. ++++ OK, passed 100 tests. ++++ OK, passed 100 tests. ++++ OK, passed 100 tests. |