Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/0e35f1554c403f0434723ea440f7ee21a51bf828 >--------------------------------------------------------------- commit 0e35f1554c403f0434723ea440f7ee21a51bf828 Author: Paolo Capriotti <p.caprio...@gmail.com> Date: Thu Nov 1 14:37:11 2012 +0000 Adjust limits for haddock perf tests. >--------------------------------------------------------------- tests/perf/haddock/all.T | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T index 4fa2c03..c106464 100644 --- a/tests/perf/haddock/all.T +++ b/tests/perf/haddock/all.T @@ -3,8 +3,8 @@ test('haddock.base', [unless_in_tree_compiler(skip) ,if_wordsize(64, stats_num_field('peak_megabytes_allocated', 243, - 245)) - # 2012-08-14: 244 (amd64/Linux) + 255)) + # 2012-11-01: 251 (amd64/Linux) ,if_wordsize(32, stats_num_field('peak_megabytes_allocated', 142, 143)) @@ -56,8 +56,8 @@ test('haddock.compiler', [unless_in_tree_compiler(skip) ,if_wordsize(64, stats_num_field('peak_megabytes_allocated', 1197, - 1199)) - # 2012-08-14: 1198 (amd64/Linux) + 1205)) + # 2012-11-01: 1202 (amd64/Linux) ,if_wordsize(32, stats_num_field('peak_megabytes_allocated', 625, 632)) _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc