Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/94aa59ad4d44208404318c25bd9f76509fd709f4 >--------------------------------------------------------------- commit 94aa59ad4d44208404318c25bd9f76509fd709f4 Author: Simon Marlow <[email protected]> Date: Mon May 9 10:48:58 2011 +0100 update some 32-bit results (we got better!) >--------------------------------------------------------------- tests/ghc-regress/perf/compiler/all.T | 12 ++++++------ tests/ghc-regress/perf/should_run/all.T | 9 +++++++-- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/tests/ghc-regress/perf/compiler/all.T b/tests/ghc-regress/perf/compiler/all.T index bd615ef..4a859c6 100644 --- a/tests/ghc-regress/perf/compiler/all.T +++ b/tests/ghc-regress/perf/compiler/all.T @@ -50,9 +50,9 @@ else: test('T3294', [if_wordsize(32, - compiler_stats_num_field('max_bytes_used', 14000000, - 19000000)), - # expected value: 17754884 (x86/Linux) + compiler_stats_num_field('max_bytes_used', 12000000, + 17000000)), + # expected value: 13049060 (x86/Linux) if_wordsize(64, compiler_stats_num_field('max_bytes_used', 27000000, 34000000)), @@ -87,10 +87,10 @@ test('T4801', if_wordsize(64, compiler_stats_num_field('bytes allocated', 600000000, 750000000)), - # expected value: 16277524 (x86/Windows) + # expected value: 14181360 (x86/Linux) if_wordsize(32, - compiler_stats_num_field('max_bytes_used', 15000000, - 17000000)), + compiler_stats_num_field('max_bytes_used', 13000000, + 15000000)), # expected value: 7001696 (amd64/Linux, bindist) # expected value: 7189848 (amd64/Linux, intree): if_wordsize(64, diff --git a/tests/ghc-regress/perf/should_run/all.T b/tests/ghc-regress/perf/should_run/all.T index 23ec452..25c157d 100644 --- a/tests/ghc-regress/perf/should_run/all.T +++ b/tests/ghc-regress/perf/should_run/all.T @@ -108,8 +108,13 @@ test('T149', ['$MAKE -s --no-print-directory T149']) test('T5113', - [stats_num_field('bytes allocated', 8000000, - 9000000), + [ + if_wordsize(32, + stats_num_field('bytes allocated', 3000000, + 5000000)), + if_wordsize(64, + stats_num_field('bytes allocated', 8000000, + 9000000)), only_ways(['normal']) ], compile_and_run, _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
