[commit: ghc] ghc-8.0: testsuite: Accept T12227 allocations (d5518f7)
git at git.haskell.org
git at git.haskell.org
Fri Nov 11 20:45:57 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/d5518f72f3033ceaadc9b56a5d9012425b3a8956/ghc
>---------------------------------------------------------------
commit d5518f72f3033ceaadc9b56a5d9012425b3a8956
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Nov 11 14:31:52 2016 -0500
testsuite: Accept T12227 allocations
Sadly I was not able to track down the source of this but there is
really no more time. Looks like we'll just need to accept it.
>---------------------------------------------------------------
d5518f72f3033ceaadc9b56a5d9012425b3a8956
testsuite/tests/perf/compiler/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index a33291f..0bd70c6 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -815,9 +815,10 @@ test('T10547',
test('T12227',
[ only_ways(['normal']),
compiler_stats_num_field('bytes allocated',
- [(wordsize(64), 1822822016, 5),
+ [(wordsize(64), 9257533640, 5),
# 2016-07-11 5650186880 (Windows) before fix for #12227
# 2016-07-11 1822822016 (Windows) after fix for #12227
+ # 2016-11-11 9257533640 Pretty: remove a harmful $!
]),
],
compile,
More information about the ghc-commits
mailing list