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

On branch  : tc-untouchables

http://hackage.haskell.org/trac/ghc/changeset/2c62b4fafa06942e559ee3757b0ef3b2d0586a1b

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

commit 2c62b4fafa06942e559ee3757b0ef3b2d0586a1b
Author: Simon Peyton Jones <[email protected]>
Date:   Thu Aug 30 14:40:27 2012 +0100

    Update performance figure

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

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

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 2847fb5..5fd5a3c 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -156,14 +156,12 @@ test('T4007',
      ['$MAKE -s --no-print-directory T4007'])
 
 test('T5030',
-     [expect_broken(5030),
-      # expected value: 449368924 (x86/Linux)
+     [# expected value: 449368924 (x86/Linux)
       if_wordsize(32,
           compiler_stats_range_field('bytes allocated', 196457520, 10)),
       # expected value: 346750856 (amd64/Linux):
       if_wordsize(64,
-          compiler_stats_num_field('bytes allocated', 300000000,
-                                                      400000000)),
+          compiler_stats_range_field('bytes allocated', 530000000, 10)),
        only_ways(['normal'])
       ],
      compile,
@@ -211,9 +209,9 @@ test('T5321Fun',
      [ only_ways(['normal']),  # no optimisation for this one
       # sample from x86/Linux
       if_wordsize(32,
-          compiler_stats_range_field('bytes allocated', 296657384, 10)),
+          compiler_stats_range_field('bytes allocated', 300000000, 10)),
       if_wordsize(64,
-          compiler_stats_range_field('bytes allocated', 585521080, 10))
+          compiler_stats_range_field('bytes allocated', 600000000, 10))
       ],
       compile,[''])
 
@@ -230,9 +228,9 @@ test('T5321FD',
 test('T5642',
      [ only_ways(['normal']),
       if_wordsize(32, # sample from x86/Linux
-          compiler_stats_range_field('bytes allocated', 1682508520, 10)),
+          compiler_stats_range_field('bytes allocated',  650000000, 10)),
       if_wordsize(64,
-          compiler_stats_range_field('bytes allocated', 3361296144, 10))
+          compiler_stats_range_field('bytes allocated', 1300000000, 10))
       ],
       compile,['-O'])
 



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

Reply via email to