Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4d6eb507c272fffe47d050edde845fb1ade650b1 >--------------------------------------------------------------- commit 4d6eb507c272fffe47d050edde845fb1ade650b1 Author: Simon Marlow <marlo...@gmail.com> Date: Mon Oct 22 12:29:44 2012 +0100 widen the range of max_bytes_used for T1969, to reduce spurious failures >--------------------------------------------------------------- tests/perf/compiler/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T index 6f9ac47..053248c 100644 --- a/tests/perf/compiler/all.T +++ b/tests/perf/compiler/all.T @@ -26,7 +26,7 @@ test('T1969', # 5717704 (x86/Windows 17/05/10) # 6149572 (x86/Linux, 31/12/09) if_wordsize(64, - compiler_stats_range_field('max_bytes_used', 9000000, 15)), + compiler_stats_range_field('max_bytes_used', 9000000, 20)), # looks like the peak is around 10M, but we're # unlikely to GC exactly on the peak. # varies quite a lot with CLEANUP and BINDIST, _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc