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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/1080a64c2b8e1c167e1fff1e8876b6d818a851d4

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

commit 1080a64c2b8e1c167e1fff1e8876b6d818a851d4
Author: Paolo Capriotti <[email protected]>
Date:   Thu Mar 8 11:29:47 2012 +0000

    Update perf bounds for i386.

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

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

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index ed729ad..12ea136 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -126,7 +126,7 @@ test('T3064',
      [
       # expected value: 9 (x86/Linux 30-03-2011):
       if_wordsize(32,
-          compiler_stats_num_field('peak_megabytes_allocated', 8, 11)),
+          compiler_stats_num_field('peak_megabytes_allocated', 7, 12)),
       # expected value: 18 (amd64/Linux):
       if_wordsize(64,
           compiler_stats_num_field('peak_megabytes_allocated', 9, 16)),
diff --git a/tests/perf/should_run/all.T b/tests/perf/should_run/all.T
index fc1d579..69dffbc 100644
--- a/tests/perf/should_run/all.T
+++ b/tests/perf/should_run/all.T
@@ -220,8 +220,9 @@ test('T5237',
 
 test('T5536',
      [if_wordsize(32,
-          stats_num_field('bytes allocated', 2480000000,
-                                             2510000000)),
+          stats_num_field('bytes allocated', 1150000000,
+                                             1250000000)),
+                           # expected value: 1246287228 (i386/Linux)
       if_wordsize(64,
           stats_num_field('bytes allocated', 2480000000,
                                              2510000000)),



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

Reply via email to