Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5b5f8e8385980d076b1d4e45bdef58d461def908 >--------------------------------------------------------------- commit 5b5f8e8385980d076b1d4e45bdef58d461def908 Author: Simon Marlow <[email protected]> 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, _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
