summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2019-04-26 00:54:21 -0400
committerBen Gamari <ben@well-typed.com>2019-04-26 00:54:21 -0400
commit146f70649b2f64602505ba0122299d00fbaf6eca (patch)
treed97cf0f66cff8013cbe50e534cf74690bc553a15
parent4e22826716dc0d3b4ab8bdd538c569a280cd8083 (diff)
downloadhaskell-wip/concprog001.tar.gz
testsuite: Mark concprog001 as fragilewip/concprog001
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', ''])