[commit: ghc] master: bump bounds for T6048 (eec0b58)
git at git.haskell.org
git at git.haskell.org
Thu Jan 16 11:11:51 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/eec0b58f6cd9638406d9209aed48486ede4965f5/ghc
>---------------------------------------------------------------
commit eec0b58f6cd9638406d9209aed48486ede4965f5
Author: Simon Marlow <marlowsd at gmail.com>
Date: Thu Jan 16 11:10:01 2014 +0000
bump bounds for T6048
Presumably broken by an earlier change, anyone know which one?
>---------------------------------------------------------------
eec0b58f6cd9638406d9209aed48486ede4965f5
testsuite/tests/perf/compiler/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 19d2b00..3b4b62b 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -392,7 +392,8 @@ test('T6048',
[(wordsize(32), 48887164, 10),
# prev: 38000000 (x86/Linux)
# 2012-10-08: 48887164 (x86/Linux)
- (wordsize(64), 97247032, 10)])
+ (wordsize(64), 108578664, 10)])
# 18/09/2012 97247032 amd64/Linux
+ # 16/01/2014 108578664 amd64/Linux (unknown)
],
compile,[''])
More information about the ghc-commits
mailing list