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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/33b028b0b8b993470fe7ad6f37919bfa81c2e57b

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

commit 33b028b0b8b993470fe7ad6f37919bfa81c2e57b
Author: Simon Marlow <[email protected]>
Date:   Wed Jan 11 10:57:04 2012 +0000

    widen peak_megablocks_allocated for T4801 (64bit/Linux)
    
    I checked and there's no regression here, just timing of GCs.

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

 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 fc004ce..19c3240 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -82,9 +82,9 @@ test('T4801',
       if_wordsize(32,
       #                                expected value x86/OSX: 27
           compiler_stats_num_field('peak_megabytes_allocated', 25, 29)),
-      # expected value: 48-49 (amd64/Linux):
+      # expected value: 48-54 (amd64/Linux):
       if_wordsize(64,
-          compiler_stats_num_field('peak_megabytes_allocated', 47, 50)),
+          compiler_stats_num_field('peak_megabytes_allocated', 47, 54)),
       # expected value: 58 (amd64/OS X):
       if_platform('x86_64-apple-darwin',
           compiler_stats_num_field('peak_megabytes_allocated', 56, 60)),



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

Reply via email to