Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/bea2ea3cc9a6c5ddf3be286b949232c394d6d36e >--------------------------------------------------------------- commit bea2ea3cc9a6c5ddf3be286b949232c394d6d36e Author: Ian Lynagh <[email protected]> Date: Thu Sep 20 12:19:41 2012 +0100 Raise T5837 bounds >--------------------------------------------------------------- tests/perf/compiler/all.T | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T index a2620fa..4a405de 100644 --- a/tests/perf/compiler/all.T +++ b/tests/perf/compiler/all.T @@ -256,7 +256,8 @@ test('T5837', # sample: 3926235424 (amd64/Linux, 15/2/2012) if_wordsize(64, - compiler_stats_range_field('bytes allocated', 79110184, 10)) + compiler_stats_range_field('bytes allocated', 87254264, 10)) + # 2012-09-20 87254264 amd64/Linux ], compile_fail,['-fcontext-stack=50']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
