summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib/integer/integerConstantFolding.hs
Commit message (Collapse)AuthorAgeFilesLines
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-08-141-0/+8
| | | | | | This patch adds tests for new primops and fixes the existing ones. For a deatiled discussion of this changes please visit the wiki page: http://hackage.haskell.org/trac/ghc/wiki/PrimBool
* Add more cases to the integer constant folding testIan Lynagh2012-06-081-0/+13
|
* Add more tests to integerConstantFoldingIan Lynagh2012-06-061-0/+17
|
* Add encodeInteger{Double,Float} to the integerConstantFolding testIan Lynagh2012-01-131-0/+8
|
* Add {double,float}FromInteger to the integerConstantFolding testIan Lynagh2012-01-131-0/+12
|
* Add quot and rem to the integerConstantFolding testIan Lynagh2012-01-101-0/+8
|
* Test some more Integer constant foldingsIan Lynagh2011-09-241-0/+16
|
* Fix integerConstantFolding on 32bit platformsIan Lynagh2011-07-291-1/+1
| | | | | Daniel Fischer pointed out that the timesInteger test result doesn't fir into Int on 32bit platforms.
* Add a test for Integer constant foldingIan Lynagh2011-07-231-0/+137