[commit: ghc] master: testsuite: Bump expected allocations of T9675 (fd89bb4)

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


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

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

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

commit fd89bb44c1ebe36498c84f5e1ab4e4308a5a594a
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Sep 21 16:24:32 2018 -0400

    testsuite: Bump expected allocations of T9675
    
    This inexplicably started with 989dca6cbd93, which appears to be a bump of the
    `text` submodule. This is very fishy so I've opened #15663 to ensure we
    investigate.


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

fd89bb44c1ebe36498c84f5e1ab4e4308a5a594a
 testsuite/tests/perf/compiler/all.T | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index e7c04ae..082bcdc 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -776,7 +776,7 @@ test('T9020',
 test('T9675',
      [ only_ways(['optasm']),
        compiler_stats_num_field('max_bytes_used', # Note [residency]
-          [(wordsize(64), 17675240, 15),
+          [(wordsize(64), 20499224, 15),
           # 2014-10-13    29596552
           # 2014-10-13    26570896   seq the DmdEnv in seqDmdType as well
           # 2014-10-13    18582472   different machines giving different results..
@@ -787,12 +787,13 @@ test('T9675',
           # 2016-03-14    38776008   Final demand analyzer run
           # 2016-04-01    29871032   Fix leaks in demand analysis
           # 2016-04-30    17675240   Fix leaks in tidy unfoldings
+          # 2018-09-21    20499224   See #15663
            (wordsize(32), 18043224, 15)
           # 2015-07-11    15341228   (x86/Linux, 64-bit machine) use +RTS -G1
           # 2016-04-06    18043224   (x86/Linux, 64-bit machine)
           ]),
        compiler_stats_num_field('peak_megabytes_allocated', # Note [residency]
-          [(wordsize(64), 63, 15),
+          [(wordsize(64), 75, 15),
           # 2014-10-13    66
           # 2014-10-13    58         seq the DmdEnv in seqDmdType as well
           # 2014-10-13    49         different machines giving different results...
@@ -804,6 +805,7 @@ test('T9675',
           # 2016-04-14    144        Final demand analyzer run
           # 2016-07-26    121        Unboxed sums?
           # 2017-04-30    63         Fix leaks in tidy unfoldings
+          # 2018-09-21    75         See #15663
             (wordsize(32), 56, 15)
           # 2015-07-11    56         (x86/Linux, 64-bit machine) use +RTS -G1
           ]),



More information about the ghc-commits mailing list