[commit: ghc] master: testsuite: Fix allocations of T10547 (82694e6)

git at git.haskell.org git at git.haskell.org
Tue Feb 21 14:31:36 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/82694e6765da1db4e7596ec410e4c41d3bf1ca94/ghc

>---------------------------------------------------------------

commit 82694e6765da1db4e7596ec410e4c41d3bf1ca94
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Feb 21 09:12:34 2017 -0500

    testsuite: Fix allocations of T10547
    
    Previously the comment was correct, but the expected value itself was never
    updated.


>---------------------------------------------------------------

82694e6765da1db4e7596ec410e4c41d3bf1ca94
 testsuite/tests/perf/compiler/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index f3c318b..c9b5091 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -901,7 +901,7 @@ test('T10370',
 
 test('T10547',
      [ compiler_stats_num_field('bytes allocated',
-          [(wordsize(64), 31041520, 20),
+          [(wordsize(64), 37681360, 20),
           # initial:    39165544
           # 2016-11-25: 31041520 Linux   Around the time of refactoring the constraint solver;
           #                              but I think that only pushed it over the edge



More information about the ghc-commits mailing list