summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-09-23 14:23:52 -0400
committerBen Gamari <ben@smart-cactus.org>2019-09-23 14:24:23 -0400
commit16915ab6eda464ebd5afb499a33c527672d9e610 (patch)
tree01800a3642b21e2eb0cacfaf6cfd81382cdfe2a0
parentfa66e3e5a3a34d1b84c4883d374644079e2ed61f (diff)
downloadhaskell-wip/threadstatus-9333-fragile.tar.gz
testsuite: Mark threadstatus-9333 as fragile in profthreadedwip/threadstatus-9333-fragile
Due to #16555.
-rw-r--r--testsuite/tests/concurrent/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index 28b701b683..f9c994b15d 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -89,7 +89,7 @@ test('T7970', normal, compile_and_run, [''])
test('AtomicPrimops', normal, compile_and_run, [''])
# test uses 2 threads and yield, scheduling can vary with threaded2
-test('threadstatus-9333', [fragile_for(16555, ['ghci']), omit_ways(concurrent_ways)], compile_and_run, [''])
+test('threadstatus-9333', [fragile_for(16555, ['ghci', 'profthreaded']), omit_ways(concurrent_ways)], compile_and_run, [''])
test('T9379', normal, compile_and_run, [''])