Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/9c6161b8ac531582e06d4620e33a3480e499ba53

>---------------------------------------------------------------

commit 9c6161b8ac531582e06d4620e33a3480e499ba53
Author: Jose Pedro Magalhaes <[email protected]>
Date:   Fri Nov 11 13:49:05 2011 +0000

    Increase allocation limit for T3064 a bit

>---------------------------------------------------------------

 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 1ff54b0..6a5adba 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,
-                                                      150000000)),
+                                                      155000000)),
       # 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

Reply via email to