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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/19e5dcf08a4316b8b0122ac67b6b760278fcf17e

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

commit 19e5dcf08a4316b8b0122ac67b6b760278fcf17e
Author: Ian Lynagh <[email protected]>
Date:   Thu Jul 14 21:41:40 2011 +0100

    T3064 sometimes uses a little less memory

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

 tests/ghc-regress/perf/compiler/all.T |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/ghc-regress/perf/compiler/all.T 
b/tests/ghc-regress/perf/compiler/all.T
index 7b77b0e..b009d27 100644
--- a/tests/ghc-regress/perf/compiler/all.T
+++ b/tests/ghc-regress/perf/compiler/all.T
@@ -110,7 +110,7 @@ test('T3064',
           compiler_stats_num_field('peak_megabytes_allocated', 8, 11)),
       # expected value: 18 (amd64/Linux):
       if_wordsize(64,
-          compiler_stats_num_field('peak_megabytes_allocated', 12, 16)),
+          compiler_stats_num_field('peak_megabytes_allocated', 11, 16)),
       # expected value: 56380288 (x86/Linux) (28/6/2011)
       if_wordsize(32,
           compiler_stats_num_field('bytes allocated', 50000000,



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

Reply via email to