summaryrefslogtreecommitdiff
path: root/libraries/base/tests
Commit message (Expand)AuthorAgeFilesLines
* Show TYPE 'Lifted/TYPE 'Unlifted as */# in Show TypeRep instanceRyanGlScott2016-01-173-1/+16
* Testsuite: mark T7653 with high_memory_usageThomas Miedema2015-12-301-1/+2
* Visible type applicationRichard Eisenberg2015-12-241-1/+1
* Allow CallStacks to be frozenEric Seidel2015-12-231-2/+0
* Testsuite: #10712 is fixedThomas Miedema2015-12-171-1/+1
* Mention "handle is semi-closed" in error messagesThomas Miedema2015-12-151-2/+2
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-1/+1
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-132-3/+2
* base: Have the argument of mask restore the state.Facundo Domínguez2015-10-193-0/+24
* base: use Show for ErrorCall in uncaughtExceptionHandlerEric Seidel2015-09-214-0/+13
* Testsuite: mark enum01-enum03 expect_broken(#9399) on WindowsThomas Miedema2015-09-121-4/+7
* Testsuite: mark 4 tests expect_broken_for(#10712, opt_ways)Thomas Miedema2015-09-021-1/+1
* Use IP based CallStack in error and undefinedEric Seidel2015-09-021-1/+3
* Testsuite: mark encoding005 expect_broken(#10623) on WindowsThomas Miedema2015-08-151-1/+2
* Testsuite: mark T8089 expect_broken(#7325) on WindowsThomas Miedema2015-08-151-1/+5
* Make sure that `all`, `any`, `and`, and `or` fuse (#9848)Takano Akio2015-08-053-0/+23
* Update encoding001 to test the full range of non-surrogate code pointsReid Barton2015-07-231-8/+1
* When iconv is unavailable, use an ASCII encoding to encode ASCIIReid Barton2015-07-214-0/+122
* Testsuite: simplify T8089 (#8089)Thomas Miedema2015-07-202-30/+13
* Testsuite: rename *.stderr-ghc to *.stderrThomas Miedema2015-07-143-59/+4
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-142-3/+1
* Delete the WayPar wayThomas Miedema2015-07-102-12/+0
* Remove all *.stderr/stdout-hugs filesThomas Miedema2015-07-068-553/+0
* Comments onlyReid Barton2015-06-251-0/+4
* Make enum01/enum02/enum03 tests clang-compatibleReid Barton2015-06-165-9/+42
* Testsuite: delete expect_fail setups for hugsThomas Miedema2015-06-091-10/+3
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-072-2/+1
* Debug test case and test suite wayPeter Wortmann2014-12-161-1/+2
* Make `read . show = id` for Data.Fixed (fix #9240)Brian McKenna2014-12-022-0/+9
* Add `Storable` instances for `Complex` and `Ratio`Carter Tazio Schonwald2014-11-233-0/+26
* Hide `Data.OldList` moduleHerbert Valerio Riedel2014-11-201-1/+1
* Improve `Foldable` instance for `Array`David Feuer2014-11-133-0/+143
* Preserve argument order to (==)/eq in nub and nubByThomas Miedema2014-11-074-2/+36
* *Really*, really fix RTS crash due to bad coercion.Merijn Verstraaten2014-11-072-0/+33
* Fixed missing trailing newline bug in pretty printerMateusz Lenik2014-10-303-0/+9
* Improve performance of isSuffixOf (#9676)David Feuer2014-10-273-0/+95
* Update to Unicode version 7.0David Feuer2014-10-211-98/+98
* Make Data.List.Inits fastDavid Feuer2014-10-162-0/+29
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.6.Thomas Miedema2014-10-074-12/+0
* Generalise Data.List/Control.Monad to Foldable/TraversableHerbert Valerio Riedel2014-09-212-0/+9
* Add special stdout for hClose002 on x64 SolarisKjetil Limkjær2014-09-161-0/+4
* Add `FiniteBits(count{Leading,Trailing}Zeros)`Herbert Valerio Riedel2014-08-314-0/+92
* testsuite/base: update .gitignoreAustin Seipp2014-08-111-0/+1
* change topHandler02/topHandler03 tests to use signal_exit_code functionKarel Gardas2014-08-101-3/+2
* Filter out null bytes from trace, and warn accordingly, fixing #9395.Edward Z. Yang2014-08-053-0/+5
* fix topHandler03 execution on Solaris where shell signals SIGTERM correctlyKarel Gardas2014-08-041-1/+2
* fix openFile003 test on Solaris/i386 (platform output is not needed anymore)Karel Gardas2014-08-041-4/+0
* Simplify .gitignore filesHerbert Valerio Riedel2014-06-286-193/+271
* Test #9111.Richard Eisenberg2014-06-112-0/+12
* Add .gitignore for autogenerated test files.Edward Z. Yang2014-05-296-0/+193