Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1b03240265dd7366a349898b401c52e5e230c44f >--------------------------------------------------------------- commit 1b03240265dd7366a349898b401c52e5e230c44f Author: Simon Marlow <[email protected]> Date: Tue Jun 28 10:50:47 2011 +0100 T3064 is no longer expected_broken(5224), and adjust the ranges (downwards) >--------------------------------------------------------------- tests/ghc-regress/perf/compiler/all.T | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/tests/ghc-regress/perf/compiler/all.T b/tests/ghc-regress/perf/compiler/all.T index 34e6ca4..1a8b7f1 100644 --- a/tests/ghc-regress/perf/compiler/all.T +++ b/tests/ghc-regress/perf/compiler/all.T @@ -104,7 +104,7 @@ test('T4801', ['']) test('T3064', - [expect_broken(5224), + [ # expected value: 9 (x86/Linux 30-03-2011): if_wordsize(32, compiler_stats_num_field('peak_megabytes_allocated', 8, 11)), @@ -115,19 +115,18 @@ test('T3064', if_wordsize(32, compiler_stats_num_field('bytes allocated', 65000000, 75000000)), - # expected value: 145038576 (amd64/Linux): + # expected value: 108937496 (amd64/Linux) (28/6/2011): if_wordsize(64, - compiler_stats_num_field('bytes allocated', 110000000, - 130000000)), + compiler_stats_num_field('bytes allocated', 100000000, + 120000000)), # expected value: 3404504 (x86/OSX): if_wordsize(32, compiler_stats_num_field('max_bytes_used', 3000000, 4000000)), - # expected value: 7001696 (amd64/Linux, bindist) - # expected value: 7189848 (amd64/Linux, intree): + # expected value: 4032024 (amd64/Linux, intree) (28/6/2011): if_wordsize(64, - compiler_stats_num_field('max_bytes_used', 5000000, - 7300000)), + compiler_stats_num_field('max_bytes_used', 3000000, + 5000000)), only_ways(['normal']) ], compile, _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
