summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2019-04-26 00:54:21 -0400
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2019-05-03 21:54:50 +0300
commit0dde64f28a587f66bc44e591744712004bfff19f (patch)
treedd1b65c4995b487553e1b77674d9621f6c1fe988
parent9047f1844d3f332e15f9e04e74891c771388da3d (diff)
downloadhaskell-0dde64f28a587f66bc44e591744712004bfff19f.tar.gz
testsuite: Mark concprog001 as fragile
Due to #16604.
-rw-r--r--testsuite/tests/concurrent/prog001/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/concurrent/prog001/all.T b/testsuite/tests/concurrent/prog001/all.T
index e3195833a0..39327b0a85 100644
--- a/testsuite/tests/concurrent/prog001/all.T
+++ b/testsuite/tests/concurrent/prog001/all.T
@@ -14,5 +14,6 @@
test('concprog001', [extra_files(['Arithmetic.hs', 'Converter.hs', 'Mult.hs', 'Stream.hs', 'Thread.hs', 'Trit.hs', 'Utilities.hs']),
when(fast(), skip), only_ways(['threaded2']),
+ fragile(16604),
run_timeout_multiplier(2)],
multimod_compile_and_run, ['Mult', ''])