[commit: ghc] wip/fix-integer-simple-ci: testsuite: Enable T11627a on Darwin (3d21120)

git at git.haskell.org git at git.haskell.org
Thu Dec 27 17:00:33 UTC 2018


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

On branch  : wip/fix-integer-simple-ci
Link       : http://ghc.haskell.org/trac/ghc/changeset/3d21120203cef0ce9fddb0f6f2f4a7691f3a5c43/ghc

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

commit 3d21120203cef0ce9fddb0f6f2f4a7691f3a5c43
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Dec 23 12:36:50 2018 -0500

    testsuite: Enable T11627a on Darwin
    
    The retainer profiler no longer uses the C stack for its mark stack (#14758).
    Consequently even the small C stack provided on Darwin should be sufficient to
    run this test. See #11627


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

3d21120203cef0ce9fddb0f6f2f4a7691f3a5c43
 testsuite/tests/profiling/should_run/all.T | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index c3d34af..050287e 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -115,10 +115,7 @@ test('T5363', [], compile_and_run, [''])
 
 test('profinline001', [], compile_and_run, [''])
 
-# Skip T11627a and T11627b on Darwin as it tends to give us a very small stack
-# which the retainer profiler tends to overflow. See #15287 and #11627.
 test('T11627a', [ extra_ways(extra_prof_ways)
-                , when(opsys('darwin'), skip)
                 ],
      compile_and_run, [''])
 



More information about the ghc-commits mailing list