summaryrefslogtreecommitdiff
path: root/libraries/base/tests
Commit message (Expand)AuthorAgeFilesLines
* Pure Haskell implementation of GHC.UnicodePierre Le Marre2022-06-016-6576/+17802
* testsuite: Add tests for #21336Ben Gamari2022-05-197-0/+47
* base: Introduce [sg]etFinalizerExceptionHandlerBen Gamari2022-05-192-1/+10
* Update test baselines to match new error messages from GHC.IO.Encoding.FailureBodigrim2022-04-224-34/+34
* Add tests for several trace functions.Philip Hazelden2022-04-094-0/+27
* Kill derived constraintsRichard Eisenberg2022-02-231-3/+4
* rts/winio: Fix #18382Ben Gamari2022-01-181-1/+0
* Change ulimit -n in openFile008 back to 1024Greg Steuck2022-01-061-1/+1
* testsuite: Remove reqlib modifierMatthew Pickering2021-12-2217-440/+0
* Revert "Data.List specialization to []"Matthew Pickering2021-12-032-3/+1
* Make openFile more tolerant of async excs (#18832)Kamil Dworakowski2021-12-023-0/+79
* Remove record field from SoloSimon Peyton Jones2021-11-052-10/+0
* base: Update Unicode database to 14.0Ben Gamari2021-10-031-59/+59
* Add a regression test for #17912Kamil Dworakowski2021-09-293-0/+36
* testsuite: Add test for #18382Ben Gamari2021-09-173-0/+16
* testsuite: Mark hDuplicateTo001 as fragile in concurrent waysBen Gamari2021-09-131-2/+1
* Export Solo from Data.TupleDavid Feuer2021-08-273-0/+15
* Check the buffer size *before* calling the continuation in withEncodedCStringMatthew Pickering2021-07-232-0/+12
* base: Update Unicode data to 13.0.0Ben Gamari2021-05-111-13/+13
* Use correct precedence in Complex's Read1/Show1 instancesRyan Scott2021-04-183-0/+43
* Data.List specialization to []Oleg Grenrus2021-04-012-1/+3
* [ci] Skip test's on windows that often fail in CI.wip/angerman/stable-windowsMoritz Angermann2021-03-161-1/+2
* Use GHC2021 as default languageJoachim Breitner2021-03-105-15/+24
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-072-3/+3
* Fix typosBrian Wignall2021-02-062-2/+2
* Fix accidental unsoundness in Data.Typeable.Internal.mkTypeLitFromStringRyan Scott2021-02-013-0/+35
* base: add Numeric.{readBin, showBin} (fix #19036)Artem Pelenitsyn2021-01-024-11/+10
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-152-3/+3
* Implement BoxedRep proposalAndrew Martin2020-12-142-3/+3
* Fix a leak in `transpose`Hécate2020-11-013-0/+31
* winio: fixed bytestring reading interface.Tamar Christina2020-10-093-0/+35
* Add linting of `base` to the CIHécate2020-10-091-1/+4
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-2315-27/+25
* testsuite: Mark tempfiles as broken on Win32 without WinIOGHC GitLab CI2020-09-201-1/+4
* base/testsuite: Add missing LANGUAGE pragma in ThreadDelay001Ben Gamari2020-09-201-0/+1
* Add testsSandy Maguire2020-09-123-0/+41
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-057-10/+13
* Bignum: add backward compat integer-gmp functionsSylvain Henry2020-08-052-5/+13
* testsuite: Normalise WinIO error message differencesBen Gamari2020-07-261-3/+3
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-221-2/+2
* Implement `fullCompilerVersion`Hécate2020-07-183-0/+15
* winio: fix tempfiles test on linuxAndreas Klebinger2020-07-151-1/+1
* winio: Accept T9681 output.Andreas Klebinger2020-07-151-2/+2
* winio: Fix openFile009 merge conflict leftoverAndreas Klebinger2020-07-151-4/+0
* winio: Fix ThreadDelay001 CPPAndreas Klebinger2020-07-151-1/+1
* winio: Update T9681 output, disable T4808 on windows.Andreas Klebinger2020-07-152-4/+4
* winio: ThreadDelay001: Use higher resolution timer.Andreas Klebinger2020-07-151-4/+21
* winio: Fix expected tempfiles output.Andreas Klebinger2020-07-152-13/+1
* winio: Update output of T9681 since we now actually run it.Andreas Klebinger2020-07-151-2/+5
* winio: Fix sqrt and openFile009 test casesAndreas Klebinger2020-07-153-5/+9