[commit: ghc] master: testsuite: Bump T10359 allocations (18d94e9)

git at git.haskell.org git at git.haskell.org
Fri Mar 10 22:26:58 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/18d94e9cb6a6ecdbb2e1b1cf9abf1e7f6d14e7ea/ghc

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

commit 18d94e9cb6a6ecdbb2e1b1cf9abf1e7f6d14e7ea
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Mar 10 17:03:08 2017 -0500

    testsuite: Bump T10359 allocations


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

18d94e9cb6a6ecdbb2e1b1cf9abf1e7f6d14e7ea
 testsuite/tests/perf/should_run/all.T | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index 3bc620f..4c023ea 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -22,7 +22,9 @@ test('T12791',
 
 test('T10359',
      [stats_num_field('bytes allocated',
-          [(wordsize(64), 499512, 5),
+          [(wordsize(64), 450920, 5),
+           # previously   499512    (amd64/Linux)
+           # 2017-03-10   450920    (amd64/Linux)  Don't generate wrapper for !Int#
            (wordsize(32), 351508, 5)]),
       only_ways(['normal'])
       ],



More information about the ghc-commits mailing list