Skip to content
Snippets Groups Projects
Commit 22e721c1 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Mark T5611 as broken in ghci way

As described in #16845.
parent 8f8fc31b
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,10 @@ test('T5558', ...@@ -74,7 +74,10 @@ test('T5558',
compile_and_run, ['']) compile_and_run, [''])
test('T5421', normal, 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('T5238', normal, compile_and_run, [''])
test('T5866', exit_code(1), compile_and_run, ['']) test('T5866', exit_code(1), compile_and_run, [''])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment