summaryrefslogtreecommitdiff
path: root/libraries/base/tests
Commit message (Expand)AuthorAgeFilesLines
* Windows: fix all failing tests.Tamar Christina2018-01-021-3/+6
* Get rid of some stuttering in comments and docsGabor Greif2017-12-191-1/+1
* base: Fix #14425Ben Gamari2017-11-091-1/+1
* base: Add test for #14425Ben Gamari2017-11-093-0/+8
* Remove the 'legroom' part of the timeout-accurate-pure test.Tom Sydney Kerckhove2017-10-253-31/+0
* Added a test for 'timeout' to be accurate.Tom Sydney Kerckhove2017-10-193-0/+31
* Add strict variant of iterateBen Gamari2017-08-253-0/+10
* Make the Read instance for Proxy (and friends) ignore precedenceRyan Scott2017-08-223-0/+11
* Allow Windows to set blank environment variablesHabib Alamin2017-07-313-0/+45
* Add '<&>' operator to Data.Functor. '<&>' calls '<$>' with flipped arguments.Sven Tennie2017-07-293-0/+55
* nativeGen: Use SSE2 SQRT instructionBen Gamari2017-04-281-0/+5
* Add instances for Data.Ord.DownAdam Sandberg Eriksson2017-04-253-0/+10
* skip T13525 when running on Windows.Tamar Christina2017-04-231-1/+1
* base: Fix hWaitForInput with timeout on POSIXBen Gamari2017-04-212-2/+5
* base: Run num009 with -msse2 on i386Ben Gamari2017-04-061-1/+7
* base: Add test for #8684Ben Gamari2017-04-042-0/+17
* base: Add test for #13525Ben Gamari2017-04-042-0/+8
* testsuite: Note x87 terribleness in num009Ben Gamari2017-03-261-1/+5
* tests: remove extra_files.py (#12223)Reid Barton2017-02-262-7/+12
* Type-indexed TypeableBen Gamari2017-02-185-4/+8
* Generalize kind of the (->) tyconBen Gamari2017-02-181-1/+1
* Add liftA2 to Applicative classDavid Feuer2017-02-053-0/+80
* Attempt to make lazy ST thread safeDavid Feuer2017-02-037-0/+188
* Fix broken testsPhil Ruffwind2017-01-302-5/+1
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-222-62/+31
* Update levity polymorphismRichard Eisenberg2017-01-192-3/+3
* Mark T8089 as unbroken since #7325 is now resolvedBen Gamari2016-12-191-3/+1
* Typos in commentsGabor Greif2016-12-011-1/+1
* Allow to unregister threadWaitReadSTM action.Alexander Vershilov2016-11-223-0/+24
* Fix memory leak from #12664Bartosz Nitka2016-10-072-0/+6
* Bugfix for bug 11632: `readLitChar` should consume null charactersBen Gamari2016-07-172-1/+8
* Testsuite: be less strict about topHandler03's stderrThomas Miedema2016-07-011-1/+4
* Testsuite: use ignore_stderr/stdout instead of ignore_outputThomas Miedema2016-06-292-8/+1
* Double the file descriptor limit for openFile008Bartosz Nitka2016-06-291-1/+1
* Testsuite: mark tests expect_brokenThomas Miedema2016-06-281-6/+5
* Testsuite: open/close stdin/stdout/stderr explicitlyThomas Miedema2016-06-281-4/+3
* Testsuite: delete dead code + cleanupThomas Miedema2016-06-201-1/+1
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-2027-189/+189
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-202-84/+84
* Testsuite: write "\n" instead of "\r\n" when using mingw PythonThomas Miedema2016-06-181-0/+1
* Testsuite: fix enum01/02/03 on Windows (#9399)Thomas Miedema2016-05-256-6/+15
* Always use native-Haskell de/encoders for ASCII and latin1Thomas Miedema2016-05-243-11/+10
* Testsuite: fix T12010 for realThomas Miedema2016-05-223-11/+7
* Fix failing T12010Tamar Christina2016-05-213-5/+6
* Use the correct return type for Windows' send()/recv() (Fix #12010)Tamar Christina2016-05-195-0/+103
* Testsuite: don't skip concio001 and concio001_thrThomas Miedema2016-05-172-4/+4
* Testsuite: fixup lots of testsThomas Miedema2016-04-264-11/+11
* Testsuite: Delete test for deprecated "packedstring"Thomas Miedema2016-04-263-15/+1
* Fix duplicate T11334 testBen Gamari2016-03-203-1/+1
* Make `catch` lazy in the actionBen Gamari2016-03-114-0/+12