[commit: testsuite] master: fix T3064 bounds (779c4fe)
Simon Marlow
marlowsd at gmail.com
Thu Feb 14 14:36:08 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/779c4fe11ffd64979206ac43314888c1416979f4
>---------------------------------------------------------------
commit 779c4fe11ffd64979206ac43314888c1416979f4
Author: Simon Marlow <marlowsd at gmail.com>
Date: Thu Feb 14 13:35:30 2013 +0000
fix T3064 bounds
>---------------------------------------------------------------
tests/perf/compiler/all.T | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 556a03b..fee07dd 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -177,9 +177,10 @@ test('T3064',
compiler_stats_num_field('max_bytes_used',
[(wordsize(32), 5511604, 20),
# expected value: 2247016 (x86/Linux) (28/6/2011):
- (wordsize(64), 9819288, 5)]),
+ (wordsize(64), 8687360, 5)]),
# (amd64/Linux, intree) (28/06/2011): 4032024
# (amd64/Linux, intree) (07/02/2013): 9819288
+ # (amd64/Linux) (14/02/2013): 8687360
only_ways(['normal'])
],
compile,
More information about the ghc-commits
mailing list