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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/1b338f7d7ad002cbf297c4a59d74ff431ed49f8b

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

commit 1b338f7d7ad002cbf297c4a59d74ff431ed49f8b
Author: Simon Marlow <[email protected]>
Date:   Fri Apr 1 12:20:39 2011 +0100

    T3064: lower the minimum peak_megabytes_allocated to 8 for 32-bit
    (currently 9)

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

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

diff --git a/tests/ghc-regress/perf/compiler/all.T 
b/tests/ghc-regress/perf/compiler/all.T
index ef42867..2c859a3 100644
--- a/tests/ghc-regress/perf/compiler/all.T
+++ b/tests/ghc-regress/perf/compiler/all.T
@@ -102,9 +102,9 @@ test('T4801',
      [''])
 
 test('T3064',
-     [# expected value: 11 (x86/OSX):
+     [# expected value: 9 (x86/Linux 30-03-2011):
       if_wordsize(32,
-          compiler_stats_num_field('peak_megabytes_allocated', 11, 11)),
+          compiler_stats_num_field('peak_megabytes_allocated', 8, 11)),
       # expected value: 18 (amd64/Linux):
       if_wordsize(64,
           compiler_stats_num_field('peak_megabytes_allocated', 14, 18)),



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

Reply via email to