Repository : ssh://[email protected]/testsuite On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/640ab40def4819b1bdd9f9fcc7e842544156f5e0/testsuite
>--------------------------------------------------------------- commit 640ab40def4819b1bdd9f9fcc7e842544156f5e0 Author: Simon Peyton Jones <[email protected]> Date: Wed Aug 28 16:41:18 2013 +0100 Increase peak-megabytes for T4801 Peak-megabytes depends delicately on when GC happens >--------------------------------------------------------------- 640ab40def4819b1bdd9f9fcc7e842544156f5e0 tests/perf/compiler/all.T | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T index 64120fb..d044f61 100644 --- a/tests/perf/compiler/all.T +++ b/tests/perf/compiler/all.T @@ -125,12 +125,14 @@ test('T4801', [(platform('x86_64-apple-darwin'), 58, 1), # expected value: 58 (amd64/OS X) (wordsize(32), 30, 20), - (wordsize(64), 49, 20)]), + (wordsize(64), 60, 20)]), # prev: 50 (amd64/Linux) # 19/10/2012: 64 (amd64/Linux) # (^ REASON UNKNOWN!) # 12/11/2012: 49 (amd64/Linux) # (^ REASON UNKNOWN!) + # 28/8/13: 60 (amd64/Linux) + # (^ REASON UNKNOWN!) compiler_stats_num_field('bytes allocated', [(platform('x86_64-apple-darwin'), 510938976, 5), _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
