[commit: ghc] ghc-8.2: testsuite: Bump allocations for T4029 (50ff90b)

git at git.haskell.org git at git.haskell.org
Mon Apr 3 02:37:55 UTC 2017


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

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/50ff90b3590940b19dcb7168803a3ab750d2dea2/ghc

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

commit 50ff90b3590940b19dcb7168803a3ab750d2dea2
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Mar 14 10:04:40 2017 -0400

    testsuite: Bump allocations for T4029
    
    Both the OS X build machine and my local builds have been failing.
    Unfortunately, our x86_64 Linux machine has been succeeding.
    
    (cherry picked from commit 34f9172fe456b4125ad527f9386aa23e2dfe98c6)


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

50ff90b3590940b19dcb7168803a3ab750d2dea2
 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 2481b05..3e37bf7 100644
--- a/testsuite/tests/perf/space_leaks/all.T
+++ b/testsuite/tests/perf/space_leaks/all.T
@@ -71,7 +71,7 @@ test('T4029',
             # 2017-03-03: 65 (amd64/Linux)           Share Typeable KindReps or more
             #                                        lazy interface file reading
       stats_num_field('max_bytes_used',
-          [(wordsize(64), 20476360, 5)]),
+          [(wordsize(64), 18208944, 5)]),
             # 2016-02-26: 24071720 (amd64/Linux)     INITIAL
             # 2016-04-21: 25542832 (amd64/Linux)
             # 2016-05-23: 25247216 (amd64/Linux)     Use -G1
@@ -87,6 +87,7 @@ test('T4029',
             # 2017-03-03: 19172360 (amd64/Linux)     Share Typeable KindReps or more
             #                                        lazy interface file reading
             # 2017-03-07: 20476360 (amd64/Linux)     It's not entirely clear
+            # 2017-03-14: 18208944 (amd64/Darwin)    Again, not clear
       extra_hc_opts('+RTS -G1 -RTS' ),
       ],
      ghci_script,



More information about the ghc-commits mailing list