diff options
author | Ben Gamari <ben@well-typed.com> | 2019-04-26 00:54:21 -0400 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-04-26 00:54:21 -0400 |
commit | 146f70649b2f64602505ba0122299d00fbaf6eca (patch) | |
tree | d97cf0f66cff8013cbe50e534cf74690bc553a15 | |
parent | 4e22826716dc0d3b4ab8bdd538c569a280cd8083 (diff) | |
download | haskell-146f70649b2f64602505ba0122299d00fbaf6eca.tar.gz |
testsuite: Mark concprog001 as fragilewip/concprog001
Due to #16604.
-rw-r--r-- | testsuite/tests/concurrent/prog001/all.T | 1 |
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', '']) |