summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-04-08 10:35:51 -0400
committerBen Gamari <ben@smart-cactus.org>2019-06-11 20:07:25 -0400
commit5e6f261aee196eb5984d192dcb01710b070452b3 (patch)
tree5e9c6a2beef83340620dd31c232cfc680310ccf0
parent5993703cd9330f239b5401dca36dc37d60d536f0 (diff)
downloadhaskell-wip/backport-fragile.tar.gz
testsuite: Mark threadstatus-T9333 as fragile in ghci waywip/backport-fragile
As noted in #16555. (cherry picked from commit 64b1684da09ddb3dc480bd0370adc7b002657a39)
-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 99f9b6eddc..33c21e7d3f 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', [omit_ways(['threaded2'])], compile_and_run, [''])
+test('threadstatus-9333', [fragile_for(16555, ['ghci']), omit_ways(['threaded2'])], compile_and_run, [''])
test('T9379', normal, compile_and_run, [''])