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

On branch  : master

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

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

commit fa458f4de74044313421b5bad51dcf7d19fac71d
Author: Simon Marlow <[email protected]>
Date:   Mon Jun 4 12:35:43 2012 +0100

    fix 6048 (stat too good on 64-bit)

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

 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 373fc5d..ae7f8c4 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -253,6 +253,6 @@ test('T6048',
           compiler_stats_range_field('bytes allocated', 38000000, 10)),
 
       if_wordsize(64,
-          compiler_stats_range_field('bytes allocated', 77000000, 10))
+          compiler_stats_range_field('bytes allocated', 67328320, 10))
       ],
       compile,[''])



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

Reply via email to