summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-12-26 17:45:04 -0500
committerMoritz Angermann <moritz.angermann@gmail.com>2021-03-01 10:34:25 +0800
commit05652d1764eadf26dc209a3a3037ee3e9fa92e17 (patch)
tree4e362a438c88805876bc1364693342c6af35188d
parent288ebf82202b8b4dc534e4553492b0060ee4ebc4 (diff)
downloadhaskell-05652d1764eadf26dc209a3a3037ee3e9fa92e17.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}'])