diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-08 10:35:51 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-12 08:20:25 -0400 |
commit | 264ad286086041f52d841ff4fe7c342a242b033d (patch) | |
tree | 98e10995c578291a9e0588e9b8f1c3de9358e035 /testsuite/tests/concurrent | |
parent | 55b5bb14b9a2487bab80411776ae34c143eddb1a (diff) | |
download | haskell-264ad286086041f52d841ff4fe7c342a242b033d.tar.gz |
testsuite: Mark threadstatus-T9333 as fragile in ghci way
As noted in #16555.
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 2 |
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 10d8424c87..dbeb1a6a49 100644 --- a/testsuite/tests/concurrent/should_run/all.T +++ b/testsuite/tests/concurrent/should_run/all.T @@ -88,7 +88,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, ['']) |