Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/566e092e595c276812b3d60ae26c8d5466cb96fd >--------------------------------------------------------------- commit 566e092e595c276812b3d60ae26c8d5466cb96fd Author: Ian Lynagh <[email protected]> Date: Wed Oct 12 17:42:47 2011 +0100 Reduce T4801 bounds on amd64/Linux Peak megabytes allocated has dropped following the removal of Num's superclasses. >--------------------------------------------------------------- tests/perf/compiler/all.T | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T index b379022..f633286 100644 --- a/tests/perf/compiler/all.T +++ b/tests/perf/compiler/all.T @@ -81,9 +81,9 @@ test('T4801', # expected value: 11 (x86/OSX): if_wordsize(32, compiler_stats_num_field('peak_megabytes_allocated', 30, 40)), - # expected value: 52 (amd64/Linux): + # expected value: 48-49 (amd64/Linux): if_wordsize(64, - compiler_stats_num_field('peak_megabytes_allocated', 50, 54)), + compiler_stats_num_field('peak_megabytes_allocated', 47, 50)), # expected value: 64 (amd64/OS X): if_platform('x86_64-apple-darwin', compiler_stats_num_field('peak_megabytes_allocated', 62, 66)), _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
