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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/ce8c4dfce59b0d1b1e92b9c83dc80d093941572e

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

commit ce8c4dfce59b0d1b1e92b9c83dc80d093941572e
Author: Simon Peyton Jones <[email protected]>
Date:   Tue Aug 2 22:05:35 2011 +0100

    Tiny increase in allocation for T3064

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

 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 c3bb174..01f9360 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -114,7 +114,7 @@ test('T3064',
       # expected value: 56380288 (x86/Linux) (28/6/2011)
       if_wordsize(32,
           compiler_stats_num_field('bytes allocated', 50000000,
-                                                      62000000)),
+                                                      63000000)),
       # expected value: 108937496 (amd64/Linux) (28/6/2011):
       if_wordsize(64,
           compiler_stats_num_field('bytes allocated', 100000000,



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to