[commit: ghc] master: testsuite: Split out Windows allocations numbers for T12234 (8712148)

git at git.haskell.org git at git.haskell.org
Fri Dec 23 22:48:10 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/87121488748c3e7a26fe08a82915ebd42fc49235/ghc

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

commit 87121488748c3e7a26fe08a82915ebd42fc49235
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Dec 21 13:37:59 2016 -0500

    testsuite: Split out Windows allocations numbers for T12234


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

87121488748c3e7a26fe08a82915ebd42fc49235
 testsuite/tests/perf/compiler/all.T | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 75e361d..9c50fa8 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -890,7 +890,9 @@ test('T12425',
 test('T12234',
      [ only_ways(['optasm']),
        compiler_stats_num_field('bytes allocated',
-          [(wordsize(64), 72958288, 5),
+          [(platform('x86_64-unknown-mingw32'), 77949232, 5),
+          # initial:    77949232
+           (wordsize(64), 72958288, 5),
           # initial:    72958288
           ]),
      ],



More information about the ghc-commits mailing list