[commit: testsuite] master: Bump bounds slightly (6cb1a76)

Simon Peyton Jones simonpj at microsoft.com
Tue Feb 12 19:08:59 CET 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/6cb1a76f061ad18950b7f6fba04fa40c229fdf2d

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

commit 6cb1a76f061ad18950b7f6fba04fa40c229fdf2d
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Feb 12 18:08:42 2013 +0000

    Bump bounds slightly

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

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

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 93b2c7d..50c1521 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -160,9 +160,10 @@ test('T3064',
       compiler_stats_num_field('peak_megabytes_allocated',
           [(wordsize(32), 14, 1),
         # expected value: 14 (x86/Linux 28-06-2012):
-           (wordsize(64), 26, 1)]),
+           (wordsize(64), 23, 1)]),
             # (amd64/Linux):            18
             # (amd64/Linux) 2012-02-07: 26
+            # (amd64/Linux) 2013-02-12: 23
 
       compiler_stats_num_field('bytes allocated',
           [(wordsize(32), 111189536, 10),
@@ -175,11 +176,9 @@ test('T3064',
       compiler_stats_num_field('max_bytes_used',
           [(wordsize(32), 5511604, 20),
         # expected value: 2247016 (x86/Linux) (28/6/2011):
-           (wordsize(64), 8945328, 5)]),
+           (wordsize(64), 9819288, 5)]),
             # (amd64/Linux, intree) (28/06/2011):  4032024
             # (amd64/Linux, intree) (07/02/2013):  9819288
-            # (amd64/Linux, intree) (10/02/2013):  8945328 
-            #   apparently courtesy of the b5c18c (Trac #5113)
        only_ways(['normal'])
       ],
      compile,
diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index f8238df..ba25e14 100644
--- a/tests/perf/haddock/all.T
+++ b/tests/perf/haddock/all.T
@@ -25,11 +25,12 @@ test('haddock.base',
           ,(wordsize(32), 52237984, 1)])
             # 2013-02-10: 52237984 (x86/OSX)
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 6064874536, 2)
+          [(wordsize(64), 6282746976, 5)
             # 2012-08-14: 5920822352 (amd64/Linux)
             # 2012-09-20: 5829972376 (amd64/Linux)
             # 2012-10-08: 5902601224 (amd64/Linux)
             # 2013-01-17: 6064874536 (x86_64/Linux)
+            # 2013-02-10: 6282746976 (x86_64/Linux)
           ,(platform('i386-unknown-mingw32'), 3358693084, 1)
             # 2013-02-10:                     3358693084 (x86/Windows)
           ,(wordsize(32), 3146596848, 1)])





More information about the ghc-commits mailing list