[commit: ghc] master: testsuite: Bump expected allocations for T12707 (78beade)

git at git.haskell.org git at git.haskell.org
Sat Sep 22 00:50:30 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/78beadecf4f15fe9223b26f871a5594339f72b12/ghc

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

commit 78beadecf4f15fe9223b26f871a5594339f72b12
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Sep 21 18:51:38 2018 -0400

    testsuite: Bump expected allocations for T12707


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

78beadecf4f15fe9223b26f871a5594339f72b12
 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 082bcdc..66c8309 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1137,7 +1137,7 @@ test('T13056',
 
 test('T12707',
      [ compiler_stats_num_field('bytes allocated',
-          [(wordsize(64), 1141555816, 5),
+          [(wordsize(64), 1201750816, 5),
           # initial:    1271577192
           # 2017-01-22: 1348865648  Allow top-level strings in Core
           # 2017-01-31: 1280336112  Join points (#12988)
@@ -1147,6 +1147,7 @@ test('T12707',
           # 2017-05-14: 1163821528  (amd64/Linux) Two-pass CmmLayoutStack
           # 2018-04-09: 1237898376  Inexplicable, collateral of #14737
           # 2018-04-30: 1141555816  improved simplCast performance #15019
+          # 2018-09-21: 1201750816  (amd64/darwin) Drift
           ]),
      ],
      compile,



More information about the ghc-commits mailing list