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

testsuite: Mark T17073 as broken on Windows

Due to #17607.
parent 0805ed7e
No related branches found
No related tags found
No related merge requests found
......@@ -22,4 +22,5 @@ test('T2991', [cmd_wrapper(T2991), extra_clean(['T2991LiterateModule.hi',
# Run with 'ghc --main'. Do not list other modules explicitly.
multimod_compile_and_run, ['T2991', ''])
test('T17073', normal, makefile_test, ['T17073 HPC={hpc}'])
test('T17073', when(opsys('mingw32'), expect_broken(17607)),
makefile_test, ['T17073 HPC={hpc}'])
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