[commit: testsuite] master: Update T4801 bounds (e626744)

Ian Lynagh igloo at earth.li
Sun Sep 18 00:28:55 CEST 2011


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/e6267445dc66b932c54dbb52e0e845fa41f0ad3a

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

commit e6267445dc66b932c54dbb52e0e845fa41f0ad3a
Author: Ian Lynagh <igloo at earth.li>
Date:   Sat Sep 17 23:24:56 2011 +0100

    Update T4801 bounds
    
    Integers now take up less space, so space usage has improved in this
    Integer-heavy test.

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

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

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index b0392b9..7083e77 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -81,28 +81,28 @@ test('T4801',
       # expected value: 11 (x86/OSX):
       if_wordsize(32,
           compiler_stats_num_field('peak_megabytes_allocated', 30, 40)),
-      # expected value: 66 (amd64/Linux):
-      # expected value: 72 (amd64/OS X):
+      # expected value: 52 (amd64/Linux):
+      # expected value: 72 (out of date) (amd64/OS X):
       if_wordsize(64,
-          compiler_stats_num_field('peak_megabytes_allocated', 55, 75)),
+          compiler_stats_num_field('peak_megabytes_allocated', 50, 60)),
       # expected value: 353463196 (x86/Windows)
       if_wordsize(32,
           compiler_stats_num_field('bytes allocated', 330000000,
                                                       370000000)),
-      # expected value: 145038576 (amd64/Linux):  ?? makes no sense -=chak
-      # expected value: 813714032 (amd64/OS X):
+      # expected value: 458700632 (amd64/Linux):
+      # expected value: 813714032 (out of date) (amd64/OS X):
       if_wordsize(64,
-          compiler_stats_num_field('bytes allocated', 600000000,
-                                                      850000000)),
+          compiler_stats_num_field('bytes allocated', 400000000,
+                                                      500000000)),
       # expected value: 14181360 (x86/Linux)
       if_wordsize(32,
           compiler_stats_num_field('max_bytes_used', 11000000,
                                                      14000000)),
-      # expected value: 7001696 (amd64/Linux, bindist)
-      # expected value: 7189848 (amd64/Linux, intree):
+      # expected value: 18188272 (amd64/Linux, bindist)
+      # expected value: 7189848 (wrong?) (amd64/Linux, intree):
       if_wordsize(64,
-          compiler_stats_num_field('max_bytes_used', 20000000,
-                                                     30000000)),
+          compiler_stats_num_field('max_bytes_used', 15000000,
+                                                     20000000)),
        only_ways(['normal'])
       ],
      compile,





More information about the Cvs-ghc mailing list