summaryrefslogtreecommitdiff
path: root/libraries/base/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* T4006, environment001, T3307 all work on msys2Simon Peyton Jones2014-05-282-5/+4
* Update 32-bit perf numbersSimon Peyton Jones2014-04-281-2/+4
* Normalize GHC Trac URLsHerbert Valerio Riedel2014-04-191-1/+1
* Wrong bug numberJoachim Breitner2014-02-143-1/+1
* Test case for #8374Joachim Breitner2014-02-143-0/+14
* Fix up test topHandler03 by ignoring unhelpful shell outputDuncan Coutts2013-11-151-2/+17
* Add tests for the top level exception handlerDuncan Coutts2013-11-145-0/+37
* Run length001 test with +RTS -K8mAustin Seipp2013-10-251-4/+6
* Port ThreadDelay001 to the "time" libraryReid Barton2013-10-051-7/+4
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-2/+0
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-173-3/+0
* Revert "length001 passes now"Austin Seipp2013-09-081-1/+5
* length001 passes nowAustin Seipp2013-09-081-5/+1
* Add test for #7787Simon Marlow2013-07-193-0/+10
* Fix hSetBuffering004 to work with dynamic ghciIan Lynagh2013-06-162-0/+2
* Add a test for #7653Ian Lynagh2013-06-082-0/+9
* Add tests for kind-polymorphic Control.CategoryAustin Seipp2013-05-313-0/+65
* Omit T7773 on MsysSimon Peyton Jones2013-05-151-1/+3
* Add comprehensive test for codepage encodings+recovery for themMax Bolingbroke2013-05-087-0/+485
* Update parallel IO manager to handle the invalid files in the same way as pre...Andreas Voellmy2013-05-053-0/+12
* Test fix for #7853Max Bolingbroke2013-04-233-0/+40
* add test for #7719Bertram Felgenhauer2013-04-212-1/+11
* Add test for #7522Max Bolingbroke2013-04-103-0/+25
* Remove DEPRECATED pragmas from a couple of testsIan Lynagh2013-02-162-2/+0
* Remove uses of compose(s) in testsIan Lynagh2013-02-141-7/+9
* enable memo001/memo002 when fastSimon Marlow2013-02-141-4/+2
* Only run dynamic004 with optimisationJose Pedro Magalhaes2013-02-121-1/+1
* T3307 and environment001 just fail on MSYSIan Lynagh2013-02-111-2/+2
* Follow changes in testsuiteIan Lynagh2013-02-113-15/+15
* Follow changes in the testsuiteIan Lynagh2013-02-114-6/+6