[commit: ghc] master: increase bounds for T3064 (261a97b)

git at git.haskell.org git at git.haskell.org
Thu Mar 27 13:50:17 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/261a97b92611581437d490622e4d727ad8172c9c/ghc

>---------------------------------------------------------------

commit 261a97b92611581437d490622e4d727ad8172c9c
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Thu Mar 27 13:49:36 2014 +0000

    increase bounds for T3064


>---------------------------------------------------------------

261a97b92611581437d490622e4d727ad8172c9c
 testsuite/tests/perf/compiler/all.T |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index b03a48f..647548a 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -207,7 +207,7 @@ test('T3064',
             # expected value: 14 (x86/Linux 28-06-2012):
             # 2013-11-13:     18 (x86/Windows, 64bit machine)
             # 2014-01-22:     23 (x86/Linux)
-           (wordsize(64), 37, 20)]),
+           (wordsize(64), 42, 20)]),
             # (amd64/Linux):            18
             # (amd64/Linux) 2012-02-07: 26
             # (amd64/Linux) 2013-02-12: 23; increased range to 10%



More information about the ghc-commits mailing list