From 22e721c10e3790dac6113cdcb33c62c07db54cb0 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Wed, 19 Jun 2019 11:56:49 -0400 Subject: [PATCH] testsuite: Mark T5611 as broken in ghci way As described in #16845. --- testsuite/tests/concurrent/should_run/all.T | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T index b548f57f5a0..706cd68ed48 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, ['']) -- GitLab