Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f471c1b2694d96efc9769ab0d25cb967d87ddf5b >--------------------------------------------------------------- commit f471c1b2694d96efc9769ab0d25cb967d87ddf5b Author: Simon Marlow <[email protected]> Date: Mon Jun 6 13:21:44 2011 +0100 adjust values for T4801 on 32-bit >--------------------------------------------------------------- tests/ghc-regress/perf/compiler/all.T | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ghc-regress/perf/compiler/all.T b/tests/ghc-regress/perf/compiler/all.T index 7f955fc..2f15539 100644 --- a/tests/ghc-regress/perf/compiler/all.T +++ b/tests/ghc-regress/perf/compiler/all.T @@ -77,7 +77,7 @@ test('T4801', # temporarily unbroken (#5227) # expected value: 11 (x86/OSX): if_wordsize(32, - compiler_stats_num_field('peak_megabytes_allocated', 35, 45)), + compiler_stats_num_field('peak_megabytes_allocated', 30, 40)), # expected value: 66 (amd64/Linux): if_wordsize(64, compiler_stats_num_field('peak_megabytes_allocated', 60, 70)), @@ -91,8 +91,8 @@ test('T4801', 750000000)), # expected value: 14181360 (x86/Linux) if_wordsize(32, - compiler_stats_num_field('max_bytes_used', 13000000, - 15000000)), + compiler_stats_num_field('max_bytes_used', 11000000, + 14000000)), # expected value: 7001696 (amd64/Linux, bindist) # expected value: 7189848 (amd64/Linux, intree): if_wordsize(64, _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
