diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-19 11:56:49 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-06-22 10:06:05 -0400 |
commit | 22e721c10e3790dac6113cdcb33c62c07db54cb0 (patch) | |
tree | 1a8fe154db234a91c755fb127aee3211d620cefe /testsuite | |
parent | 8f8fc31b84919ea40da87eb4607bb2a52b960efe (diff) | |
download | haskell-22e721c10e3790dac6113cdcb33c62c07db54cb0.tar.gz |
testsuite: Mark T5611 as broken in ghci way
As described in #16845.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T index b548f57f5a..706cd68ed4 100644 --- a/testsuite/tests/concurrent/should_run/all.T +++ b/testsuite/tests/concurrent/should_run/all.T @@ -74,7 +74,10 @@ test('T5558', compile_and_run, ['']) test('T5421', normal, compile_and_run, ['']) -test('T5611', when(opsys('darwin'), fragile(12751)) , compile_and_run, ['']) +test('T5611', + [expect_broken_for(16845, ['ghci']), + when(opsys('darwin'), fragile(12751))], + compile_and_run, ['']) test('T5238', normal, compile_and_run, ['']) test('T5866', exit_code(1), compile_and_run, ['']) |