diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-19 11:56:49 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-19 11:56:49 -0400 |
commit | 1a4cb367ab8ecc2cb492ccd28ba0e659f1c82b30 (patch) | |
tree | 35471ffdc11a2058e70ab767120d0504babe7114 | |
parent | 22743f728a55e851bd079511df0812a1275d1fee (diff) | |
download | haskell-wip/T15336.tar.gz |
testsuite: Mark T5611 as broken in ghci waywip/T15336
As described in #16845.
-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, ['']) |