summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-12-26 17:45:04 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-01-07 13:13:02 -0500
commit7844f3a84fca2a79910f164f5a9d2d44b589bb44 (patch)
treea9c3a230400e297355877c905026f68fc1d81314
parent0805ed7ef32891685109b6cf3461f8adb4ca6981 (diff)
downloadhaskell-7844f3a84fca2a79910f164f5a9d2d44b589bb44.tar.gz
testsuite: Mark T17073 as broken on Windows
Due to #17607.
-rw-r--r--testsuite/tests/hpc/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/hpc/all.T b/testsuite/tests/hpc/all.T
index bd32c64148..74e0e3e2e4 100644
--- a/testsuite/tests/hpc/all.T
+++ b/testsuite/tests/hpc/all.T
@@ -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}'])