diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-25 18:00:29 -0400 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-06-26 08:18:25 -0400 |
commit | 551b79e4c2685f0c6de16e274efd686f26ca3876 (patch) | |
tree | 5a5c0106968debe8a26e65bf4783e9f06865a470 /testsuite | |
parent | 12752342228fc60d87c4235c253655a9092388a3 (diff) | |
download | haskell-551b79e4c2685f0c6de16e274efd686f26ca3876.tar.gz |
testsuite: Mark T5611 and T5611a as fragile
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 4 |
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, ['']) |