summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-12-23 12:36:50 -0500
committerBen Gamari <ben@smart-cactus.org>2018-12-24 22:23:10 -0500
commit6d9d6f9ab545eb11b4a1b72ea903a0f804109f16 (patch)
tree782e30e695a611d9fbec01e6f50b0caf3694fb18
parent8a664967375cc872549b21695ee3cc2b5263f3e7 (diff)
downloadhaskell-6d9d6f9ab545eb11b4a1b72ea903a0f804109f16.tar.gz
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
-rw-r--r--testsuite/tests/profiling/should_run/all.T3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index c3d34af2bf..050287e813 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, [''])