Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/02de5196e22bd714330feb9a702266ab146209f9 >--------------------------------------------------------------- commit 02de5196e22bd714330feb9a702266ab146209f9 Author: Jose Pedro Magalhaes <[email protected]> Date: Tue Nov 29 09:51:06 2011 +0000 Decrease max bytes allocated limit of T3064 Brings the limit back to before 77ad4b3209: 140000000 >--------------------------------------------------------------- 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 0ae23c8..3bb9218 100644 --- a/tests/perf/compiler/all.T +++ b/tests/perf/compiler/all.T @@ -133,7 +133,7 @@ test('T3064', # expected value: 108937496 (amd64/Linux) (28/6/2011): if_wordsize(64, compiler_stats_num_field('bytes allocated', 110000000, - 155000000)), + 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
