summaryrefslogtreecommitdiff
path: root/libraries/base/tests
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Add test for atomicSwapIORefBen Gamari2023-05-093-0/+14
* base/encoding: add an allocations performance test (#22946)Josh Meredith2023-05-042-0/+39
* testsuite: wasm32-specific fixesCheng Shao2023-04-273-7/+13
* testsuite: add the req_process predicateCheng Shao2023-04-273-7/+9
* JS/base: provide implementation for mkdir (issue 22374)Josh Meredith2023-04-253-1/+12
* JS: fix thread-related primopsSylvain Henry2023-04-193-1/+9
* Add COMPLETE pragmas to TypeRep, SSymbol, SChar, and SNatRyan Scott2023-03-282-0/+24
* No default finalizer exception handlersheaf2023-02-168-13/+41
* Testsuite: mark T13167 as fragile for JS (#22921)Sylvain Henry2023-02-161-1/+2
* Testsuite: decrease length001 timeout for JS (#22921)Sylvain Henry2023-02-101-1/+3
* CI: JavaScript backend runs testsuitedoyougnu2023-02-023-2/+6
* testsuite: Make listThreads more robustBen Gamari2023-01-272-6/+10
* Restore Compose's Read/Show behavior to match Read1/Show1 instancesRyan Scott2023-01-243-0/+34
* testsuite: req_smp --> req_target_smp, req_ghc_smpSylvain Henry2023-01-181-1/+1
* Mark T21336a fragileBryan Richter2022-12-121-1/+4
* Add Javascript backendSylvain Henry2022-11-295-38/+57
* Bump unix submodule to 2.8.0.0Matthew Pickering2022-11-051-2/+1
* Add standard Unicode case predicates isUpperCase and isLowerCase.Pierre Le Marre2022-10-142-17/+59
* Export symbolSing, SSymbol, and friends (CLC#85)wip/clc-85Ryan Scott2022-10-063-0/+35
* Update to Unicode 15.0Pierre Le Marre2022-09-163-69/+69
* Diagnostic codes: acccept test changessheaf2022-09-131-1/+1
* Add inits1 and tails1 to Data.List.NonEmptyHarry Garrood2022-08-252-0/+49
* Print constraints in quotes (#21167)Swann Moreau2022-08-191-1/+1
* Add a primop to query the label of a threadBen Gamari2022-08-062-1/+3
* Add primop to list threadsBen Gamari2022-08-063-0/+24
* testsuite: Skip a few tests as in the nonmoving collectorBen Gamari2022-07-251-1/+5
* typosEric Lindblad2022-07-183-4/+4
* Remove the traces of i386-*-openbsd, long live amd64Greg Steuck2022-06-271-2/+2
* 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