diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-23 12:36:50 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-24 22:23:10 -0500 |
commit | 6d9d6f9ab545eb11b4a1b72ea903a0f804109f16 (patch) | |
tree | 782e30e695a611d9fbec01e6f50b0caf3694fb18 /testsuite/tests/profiling | |
parent | 8a664967375cc872549b21695ee3cc2b5263f3e7 (diff) | |
download | haskell-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
Diffstat (limited to 'testsuite/tests/profiling')
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 3 |
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, ['']) |