summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-25 18:00:29 -0400
committerBen Gamari <ben@well-typed.com>2019-06-26 08:18:25 -0400
commit551b79e4c2685f0c6de16e274efd686f26ca3876 (patch)
tree5a5c0106968debe8a26e65bf4783e9f06865a470
parent12752342228fc60d87c4235c253655a9092388a3 (diff)
downloadhaskell-551b79e4c2685f0c6de16e274efd686f26ca3876.tar.gz
testsuite: Mark T5611 and T5611a as fragile
-rw-r--r--testsuite/tests/concurrent/should_run/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index b8aeb32803..28b701b683 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -74,8 +74,8 @@ test('T5558',
compile_and_run, [''])
test('T5421', normal, compile_and_run, [''])
-test('T5611', when(opsys('darwin'), fragile(12751)) , compile_and_run, [''])
-test('T5611a', when(opsys('darwin'), fragile(12751)) , compile_and_run, [''])
+test('T5611', fragile(12751), compile_and_run, [''])
+test('T5611a', fragile(12751), compile_and_run, [''])
test('T5238', normal, compile_and_run, [''])
test('T5866', exit_code(1), compile_and_run, [''])