[commit: ghc] master: testsuite: Update allocations for T12234 (3d65411)

git at git.haskell.org git at git.haskell.org
Wed Feb 1 20:46:56 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3d654115fc65cfed94f964a456e7c522b5587ea9/ghc

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

commit 3d654115fc65cfed94f964a456e7c522b5587ea9
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Feb 1 15:45:20 2017 -0500

    testsuite: Update allocations for T12234
    
    This has been failing on Darwin since 748b79741652028827b6225c36b8ab55d22bdeb0.


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

3d654115fc65cfed94f964a456e7c522b5587ea9
 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 822ccb0..1ceda50 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -916,9 +916,10 @@ test('T12234',
        compiler_stats_num_field('bytes allocated',
           [(platform('x86_64-unknown-mingw32'), 77949232, 5),
           # initial:      77949232
-           (wordsize(64), 76848856, 5),
+           (wordsize(64), 80882208, 5),
           # initial:      72958288
           # 2016-01-17:   76848856  (x86-64, Linux. drift?)
+          # 2017-02-01:   80882208  (Use superclass instances when solving)
           ]),
      ],
      compile,



More information about the ghc-commits mailing list