Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0bde104b72e99f65efeb30952db1a90b846fc4b3 >--------------------------------------------------------------- commit 0bde104b72e99f65efeb30952db1a90b846fc4b3 Author: Simon Peyton Jones <[email protected]> Date: Thu Nov 17 09:01:11 2011 +0000 Reduce allocation bound for T5030 >--------------------------------------------------------------- tests/perf/compiler/all.T | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T index 6a5adba..ca41486 100644 --- a/tests/perf/compiler/all.T +++ b/tests/perf/compiler/all.T @@ -155,12 +155,12 @@ test('T4007', test('T5030', [# expected value: 629864032 (x86/Darwin) if_wordsize(32, - compiler_stats_num_field('bytes allocated', 600000000, - 650000000)), + compiler_stats_num_field('bytes allocated', 450000000, + 550000000)), # expected value: 1255998208 (amd64/Linux): if_wordsize(64, - compiler_stats_num_field('bytes allocated', 1200000000, - 1330000000)), + compiler_stats_num_field('bytes allocated', 90000000, + 110000000)), only_ways(['normal']) ], compile, _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
