summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorHE, Tao <sighingnow@gmail.com>2018-05-16 12:13:16 -0400
committerBen Gamari <ben@smart-cactus.org>2018-05-16 12:58:29 -0400
commit4ffaf4b67773af4c72d92bb8b6c87b1a7d34ac0f (patch)
treec3d42ecb1e5d85363bb5070af2f54299de7551ae /testsuite
parent99f8cc84a5b23878b3b0732955cb651bc973e9f2 (diff)
downloadhaskell-4ffaf4b67773af4c72d92bb8b6c87b1a7d34ac0f.tar.gz
Improve numeric stability of numericEnumFrom for floating numbers
Fixes #15081. Test Plan: cd libraries/base && make test TEST="enumNumeric" Reviewers: hvr, bgamari Reviewed By: bgamari Subscribers: dfeuer, simonpj, thomie, carter GHC Trac Issues: #15081 Differential Revision: https://phabricator.haskell.org/D4650
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/perf/should_run/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index 27405b0019..f47d8e0961 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -384,8 +384,9 @@ test('T7954',
[(wordsize(32), 920045264, 10),
# some date: 1380051408 (64-bit Windows machine)
# 2014-04-04: 920045264 (64-bit Windows machine)
- (wordsize(64), 1680051336, 10)]),
+ (wordsize(64), 1280051632, 10)]),
# 2014-02-10: 1680051336 (x86_64/Linux), call arity analysis
+ # 2018-05-03: 1280051632 (x86_64/Linux), refactor numericEnumFrom
only_ways(['normal'])
],
compile_and_run,