[commit: testsuite] master: Improve bound for T3064 (080a08c)
Simon Peyton Jones
simonpj at microsoft.com
Mon Feb 11 09:45:49 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/080a08c01b8beb893c3d766f92052745b8fdf74c
>---------------------------------------------------------------
commit 080a08c01b8beb893c3d766f92052745b8fdf74c
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Feb 11 08:43:40 2013 +0000
Improve bound for T3064
>---------------------------------------------------------------
tests/perf/compiler/all.T | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 20b755b..7ba0d9f 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -163,9 +163,11 @@ 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), 8945328, 5)]),
# (amd64/Linux, intree) (28/06/2011): 4032024
# (amd64/Linux, intree) (07/02/2013): 9819288
+ # (amd64/Linux, intree) (10/02/2013): 8945328
+ # apparently courtesy of the b5c18c (Trac #5113)
only_ways(['normal'])
],
compile,
More information about the ghc-commits
mailing list