Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/03de50380e35e0c990de31411dc88abe14049854 >--------------------------------------------------------------- commit 03de50380e35e0c990de31411dc88abe14049854 Author: Simon Peyton Jones <[email protected]> Date: Fri Aug 5 14:34:13 2011 +0100 Bump 32-bit allocation limit for T3064 (Simon M did this for the 64-bit version) >--------------------------------------------------------------- tests/perf/compiler/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T index f80e100..7b5b4e2 100644 --- a/tests/perf/compiler/all.T +++ b/tests/perf/compiler/all.T @@ -117,7 +117,7 @@ test('T3064', # expected value: 56380288 (x86/Linux) (28/6/2011) if_wordsize(32, compiler_stats_num_field('bytes allocated', 50000000, - 63000000)), + 70000000)), # expected value: 108937496 (amd64/Linux) (28/6/2011): if_wordsize(64, compiler_stats_num_field('bytes allocated', 110000000, _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
