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

On branch  : ghc-7.4

http://hackage.haskell.org/trac/ghc/changeset/8993554e04612059798c89f96b723d5593100d3c

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

commit 8993554e04612059798c89f96b723d5593100d3c
Author: Simon Marlow <marlo...@gmail.com>
Date:   Thu May 3 08:52:17 2012 +0100

    fix parsing001 stats on 32-bit

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

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

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 1d0fa12..8068370 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -183,8 +183,8 @@ test('T5631',
 test('parsing001',
      [# expected value: ?
       if_wordsize(32,
-          compiler_stats_num_field('bytes allocated', 280000000,
-                                                      320000000)),
+          compiler_stats_num_field('bytes allocated', 240000000,
+                                                      290000000)),
       # expected value: 587079016 (amd64/Linux):
       if_wordsize(64,
           compiler_stats_num_field('bytes allocated', 500000000, 550000000)),



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to