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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/836e5b805ced80e65da85272a7584db470f52590

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

commit 836e5b805ced80e65da85272a7584db470f52590
Author: Simon Marlow <marlo...@gmail.com>
Date:   Thu Apr 26 16:38:29 2012 +0100

    Update some perf bounds that have improved

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

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

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index f3908e4..b3de02d 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -215,7 +215,7 @@ test('T5321Fun',
           compiler_stats_range_field('bytes allocated', 341591280, 10)),
       # expected value: 669165280 (amd64/Linux):
       if_wordsize(64,
-          compiler_stats_range_field('bytes allocated', 669165280, 10))
+          compiler_stats_range_field('bytes allocated', 585521080, 10))
       ],
       compile,[''])
 
@@ -226,7 +226,7 @@ test('T5321FD',
           compiler_stats_range_field('bytes allocated', 257175456, 10)),
       # expected value: 500642456 (amd64/Linux):
       if_wordsize(64,
-          compiler_stats_range_field('bytes allocated', 500642456, 10))
+          compiler_stats_range_field('bytes allocated', 418306336, 10))
       ],
       compile,[''])
 
@@ -237,6 +237,6 @@ test('T5642',
 
       # sample: 3926235424 (amd64/Linux, 15/2/2012)
       if_wordsize(64,
-          compiler_stats_range_field('bytes allocated', 3926235424, 10))
+          compiler_stats_range_field('bytes allocated', 3361296144, 10))
       ],
       compile,['-O'])



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to