summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-09-23 18:23:52 (GMT)
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-09-24 12:51:45 (GMT)
commitb2d475362b0a3d4bc8411835494a6899a8b40f4c (patch)
treef20942982efeb23705f43c01981137a15ad9418c
parent6bca867c52f8ced2258c90c8344a9286aafed2f6 (diff)
downloadghc-b2d475362b0a3d4bc8411835494a6899a8b40f4c.zip
ghc-b2d475362b0a3d4bc8411835494a6899a8b40f4c.tar.gz
ghc-b2d475362b0a3d4bc8411835494a6899a8b40f4c.tar.bz2
testsuite: Mark threadstatus-9333 as fragile in profthreaded
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 28b701b..f9c994b 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, [''])