summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Use makefile_testBen Gamari2019-01-301-6/+3
* Revert "Batch merge"Ben Gamari2019-01-301-3/+6
* Batch mergeBen Gamari2019-01-301-6/+3
* Fix tests for `integer-simple`Alec Theriault2019-01-161-1/+1
* testsuite: Fix a number of GHCi-related failures due to integer-simpleBen Gamari2018-12-121-2/+2
* Correct limb length and assertion for gcdExtIntegerDavidEichamnn2018-08-212-0/+33
* Restore function powModSecIntegerOlivier Chéron2017-09-191-3/+1
* Make function intToSBigNat# preserve sign (fixes #14085)Olivier Chéron2017-08-172-2/+8
* integerConstantFolding: no longer broken with -DDEBUG (#1106)Joachim Breitner2017-03-091-2/+1
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-9/+3
* integer-gmp: Make minusInteger more efficientAlan Mock2016-06-043-1/+38
* integerConstantFolding: when(compiler_debugged(), expect_broken(#11006))Thomas Miedema2015-10-301-1/+2
* Improve TidyPgm.hasCafRefs to account for Integer literals (Trac #8525)Simon Peyton Jones2014-12-171-2/+1
* Reimplement `gcdExtInteger` (#9281)Herbert Valerio Riedel2014-11-291-11/+1
* Re-implement `recipModInteger` (#9281)Herbert Valerio Riedel2014-11-291-10/+1
* Re-implement `powModInteger` (#9281)Herbert Valerio Riedel2014-11-291-12/+1
* Re-activate `integerGmpInternals` test (#9281)Herbert Valerio Riedel2014-11-282-26/+55
* Reimplement im/export primitives for integer-gmp2Herbert Valerio Riedel2014-11-191-19/+17
* Implement new integer-gmp2 from scratch (re #9281)Herbert Valerio Riedel2014-11-121-1/+2
* Set up framework for generalising Data.List to FoldablesHerbert Valerio Riedel2014-09-201-1/+1
* Re-export Word from Prelude (re #9531)Herbert Valerio Riedel2014-08-311-1/+4
* Mark tests as expect_broken when borken with -DDEBUGJoachim Breitner2013-11-221-1/+2
* Add tests for new import/export GMP primitivesHerbert Valerio Riedel2013-11-072-22/+147
* Add tests for new internal GMP primitivesHerbert Valerio Riedel2013-10-282-0/+18
* Skip integerGmpInternals in ghci (no unboxed tuples)Reid Barton2013-10-011-1/+2
* Add tests for new internal GMP primitivesHerbert Valerio Riedel2013-10-013-0/+60
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-08-143-0/+12
* Remove T7041; it doesn't make sense now that we handle gcd differentlyIan Lynagh2012-07-203-16/+0
* Add 32-bit output for gcdIntegerIan Lynagh2012-07-181-0/+1
* Add a couple of tests for gcdIntegerIan Lynagh2012-07-135-0/+35
* Add IntegerConversionRulesIan Lynagh2012-06-273-0/+35
* Add more cases to the integer constant folding testIan Lynagh2012-06-082-0/+16
* Add more tests to integerConstantFoldingIan Lynagh2012-06-062-0/+21
* Move win32 tests to win32 repository.Paolo Capriotti2012-05-094-135/+0
* More Win64 test fixesIan Lynagh2012-05-081-3/+2
* Move base and unix tests to respective packages; part of #1161.Paolo Capriotti2012-03-09299-9683/+0
* Move test array01 into the array packageIan Lynagh2012-02-263-37/+0
* Update tests following OldException removalIan Lynagh2012-02-1810-150/+89
* Remove Regex tests; part of #1161Ian Lynagh2012-02-047-84/+0
* Move lib/Time tests into the old-time packageIan Lynagh2012-02-0310-76/+0
* Text.Printf tests have moved to base; part of #1161Ian Lynagh2012-02-034-18/+0
* Remove the tests/lib/PrettyPrint tests; part of #1161Ian Lynagh2012-02-036-54/+0
* Remove the Data.ByteString tests; part of #1161Ian Lynagh2012-02-0316-5183/+0
* Make posix003 a little more portableIan Lynagh2012-01-302-2/+2
* Generalise the integerToInt_smallInteger test (now fromToInteger)Ian Lynagh2012-01-263-9/+14
* Add a test for the integerToInt/smallInteger ruleIan Lynagh2012-01-263-0/+22
* Update tests after instances are moved out of Control.Monad.InstancesIan Lynagh2012-01-143-31/+0
* Add encodeInteger{Double,Float} to the integerConstantFolding testIan Lynagh2012-01-133-0/+12
* Add {double,float}FromInteger to the integerConstantFolding testIan Lynagh2012-01-133-0/+16
* Fix T5430, make output independent of user timezoneDavid Terei2012-01-121-2/+8