[commit: ghc] master: testsuite: Fix creep of T4029 (cb16890)

git at git.haskell.org git at git.haskell.org
Mon Nov 14 15:31:07 UTC 2016


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

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

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

commit cb168900f88564e7d2e084c5ccd131d4109be795
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Nov 14 09:20:14 2016 -0500

    testsuite: Fix creep of T4029
    
    Ostensibly due to IfaceType rework, but I have my doubts.


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

cb168900f88564e7d2e084c5ccd131d4109be795
 testsuite/tests/perf/space_leaks/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/perf/space_leaks/all.T b/testsuite/tests/perf/space_leaks/all.T
index 092bc1b..9acd157 100644
--- a/testsuite/tests/perf/space_leaks/all.T
+++ b/testsuite/tests/perf/space_leaks/all.T
@@ -64,7 +64,7 @@ test('T4029',
             # 2016-07-13: 92 (amd64/Linux)           Changes to tidyType
             # 2016-09-01: 71 (amd64/Linux)           Restore w/w limit (#11565)
       stats_num_field('max_bytes_used',
-          [(wordsize(64), 20325248, 5)]),
+          [(wordsize(64), 21387048 , 5)]),
             # 2016-02-26: 24071720 (amd64/Linux)     INITIAL
             # 2016-04-21: 25542832 (amd64/Linux)
             # 2016-05-23: 25247216 (amd64/Linux)     Use -G1
@@ -72,6 +72,7 @@ test('T4029',
             # 2016-07-20: 22920616 (amd64/Linux)     Fix laziness of instance matching
             # 2016-09-01: 21648488 (amd64/Linux)     Restore w/w limit (#11565)
             # 2016-10-13: 20325248 (amd64/Linux)     Creep (downwards, yay!)
+            # 2016-11-14: 21387048 (amd64/Linux)     Creep back upwards :(
       extra_hc_opts('+RTS -G1 -RTS' ),
       ],
      ghci_script,



More information about the ghc-commits mailing list