summaryrefslogtreecommitdiff
path: root/testsuite/tests/numeric/should_run
Commit message (Expand)AuthorAgeFilesLines
* Add a test for fromInteger :: Integer -> Float/Double (#15926, #17231, #17782)ARATA Mizuki2021-03-173-0/+85
* base: add Numeric.{readBin, showBin} (fix #19036)Artem Pelenitsyn2021-01-021-2/+0
* Bignum: fix BigNat subtraction (#18604)Sylvain Henry2020-08-263-0/+12
* Bignum: fix powMod for gmp backend (#18515)Sylvain Henry2020-07-303-0/+14
* Fix bug in Natural multiplication (fix #18509)Sylvain Henry2020-07-293-0/+9
* Bignum: add support for negative shifts (fix #18499)Sylvain Henry2020-07-283-0/+44
* BigNum: rename BigNat typesSylvain Henry2020-07-071-1/+1
* Fix ghc-bignum exceptionsSylvain Henry2020-06-273-0/+21
* Update testsuiteSylvain Henry2020-06-171-1/+1
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-082-2/+2
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-1/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-044-6/+6
* Fix running of ratio test casetaylorfausak2019-11-011-1/+1
* Add tests for rounding ratiostaylorfausak2019-11-012-0/+42
* testsuite: Add assertions that way lists are in fact listsBen Gamari2019-06-151-1/+1
* Add regression test for old Word32 arithmetic issue (#497)Kevin Buhr2019-05-223-0/+15
* testsuite: Use makefile_testBen Gamari2019-01-301-1/+1
* Revert "Batch merge"Ben Gamari2019-01-301-1/+1
* Batch mergeBen Gamari2019-01-301-1/+1
* arith011 is no longer broken with integer-simpleAlec Theriault2018-12-271-3/+1
* testsuite: Fix a variety of issues when building with integer-simpleBen Gamari2018-12-241-1/+3
* testuite: update more windows tests outputsTamar Christina2018-11-221-1/+2
* Fix integer overflow when encoding doubles (Trac #15271)Fangyi Zhou2018-10-282-0/+9
* fixup! Disable T10962 on llvm for nowKrzysztof Gogolewski2018-07-221-1/+1
* Disable T10962 on llvm for nowKrzysztof Gogolewski2018-07-221-1/+1
* Fix a major copy'n'paste error in LLVM CodeGenKrzysztof Gogolewski2018-07-221-1/+1
* Fix for built-in Natural literals desugaringSylvain Henry2018-07-063-0/+9
* Algebraically simplify add/sub with carry/overflowSebastian Graf2018-05-154-8/+36
* Stable area hyperbolic sine for `Double` and `Float`.Justus Sagemüller2018-05-051-1/+1
* Add hyperbolic functions to test of Float-inversesJustus Sagemüller2018-05-053-1/+16
* Add test for invertability of `Floating` methods.Justus Sagemüller2018-05-053-0/+59
* Enable testing 'Natural' type in TEST=arith011Herbert Valerio Riedel2017-10-163-4/+1341
* base: Update acosh to handle -1::ComplexAlex Bradley2017-09-053-0/+11
* testsuite: Fix double test of +InfinityBen Gamari2017-03-032-4/+4
* testsuite: Add a NaN case to numrun015Ben Gamari2017-03-032-0/+2
* testsuite: Add test for floating-point abs (numrun015)Ben Gamari2017-03-033-0/+31
* Fix the right-shift operation for negative big integers (fixes #12136)Daishi Nakajima2017-01-263-0/+21
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-4/+1
* Testsuite: delete dead code + cleanupThomas Miedema2016-06-201-10/+6
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-2012-164/+164
* Ensure T11702 always runs with optasmBen Gamari2016-03-201-1/+1
* PrelRules: Fix constant folding for WordRemOpBen Gamari2016-03-201-1/+1
* Add regression test for #11702Ben Gamari2016-03-143-0/+12
* Always run test T9407Reid Barton2016-01-211-5/+1
* Add test T9407 (Windows)Rik Steenkamp2016-01-203-0/+61
* Add subWordC# on x86ishNikita Karetnikov2015-10-314-0/+21
* Testsuite: rename *.stderr-ghc to *.stderrThomas Miedema2015-07-142-9/+0
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-141-4/+3
* testsuite: add a regression test for #10011Austin Seipp2015-03-193-0/+16
* Restore exact old semantics of `decodeFloat`Herbert Valerio Riedel2014-11-193-0/+40