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

On branch  : ghc-7.2

http://hackage.haskell.org/trac/ghc/changeset/4966779e3240c6d0418dbbb7d47de733e8af8640

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

commit 4966779e3240c6d0418dbbb7d47de733e8af8640
Author: Simon Marlow <[email protected]>
Date:   Thu Jul 21 15:46:58 2011 +0100

    T3064: widen the expected results again.
    
    These perf results are sensitive to using different build settings.
    There's an implicit assumption here that the tests are run with the
    "standard" settings (i.e. what validate does, and the nightly builds).
    The perf tests might well fail if your build settings are different.

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

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

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 74f596f..caad36b 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -110,7 +110,7 @@ test('T3064',
           compiler_stats_num_field('peak_megabytes_allocated', 8, 11)),
       # expected value: 18 (amd64/Linux):
       if_wordsize(64,
-          compiler_stats_num_field('peak_megabytes_allocated', 9, 13)),
+          compiler_stats_num_field('peak_megabytes_allocated', 9, 16)),
       # expected value: 56380288 (x86/Linux) (28/6/2011)
       if_wordsize(32,
           compiler_stats_num_field('bytes allocated', 50000000,



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

Reply via email to