[commit: testsuite] master: bump alloc limit for T3064 (5b5f8e8)
Simon Marlow
marlowsd at gmail.com
Wed Aug 3 14:13:26 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5b5f8e8385980d076b1d4e45bdef58d461def908
>---------------------------------------------------------------
commit 5b5f8e8385980d076b1d4e45bdef58d461def908
Author: Simon Marlow <marlowsd at gmail.com>
Date: Wed Aug 3 13:08:48 2011 +0100
bump alloc limit for T3064
>---------------------------------------------------------------
tests/perf/compiler/all.T | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 01f9360..80b5076 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -117,8 +117,8 @@ test('T3064',
63000000)),
# expected value: 108937496 (amd64/Linux) (28/6/2011):
if_wordsize(64,
- compiler_stats_num_field('bytes allocated', 100000000,
- 123000000)),
+ compiler_stats_num_field('bytes allocated', 110000000,
+ 140000000)),
# expected value: 2247016 (x86/Linux) (28/6/2011):
if_wordsize(32,
compiler_stats_num_field('max_bytes_used', 2000000,
More information about the Cvs-ghc
mailing list