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

testsuite: Mark ghci058 as broken on Windows

Due to #16858.
parent d0993a29
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,8 @@ test('T6106', [extra_files(['../shell.hs']),
test('T6105', normal, ghci_script, ['T6105.script'])
test('T7117', normal, ghci_script, ['T7117.script'])
test('ghci058', [extra_files(['../shell.hs']),
cmd_prefix('ghciWayFlags=' + config.ghci_way_flags)],
cmd_prefix('ghciWayFlags=' + config.ghci_way_flags),
when(opsys('mingw32'), expect_broken(16858))],
ghci_script, ['ghci058.script'])
test('T7587', normal, ghci_script, ['T7587.script'])
test('T7688', normal, ghci_script, ['T7688.script'])
......
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