[commit: ghc] master: testsuite: Enable T11627a on Darwin (6d9d6f9)

git at git.haskell.org git at git.haskell.org
Tue Dec 25 03:29:05 UTC 2018


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

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

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

commit 6d9d6f9ab545eb11b4a1b72ea903a0f804109f16
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


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

6d9d6f9ab545eb11b4a1b72ea903a0f804109f16
 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