summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-03-04 18:52:59 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-20 18:41:32 -0400
commita1bda08d6cd1fe1cb8d77c552e33f5d48936aa8c (patch)
treed8f2cb199e0ea4c921559b12e8280f42807d45b2 /testsuite
parent23b639fd1b7c558383792c48bd35f457b01b2515 (diff)
downloadhaskell-a1bda08d6cd1fe1cb8d77c552e33f5d48936aa8c.tar.gz
testsuite: Mark T15904 as broken on Windows
It seems to look for some sort of manifest file. See #16388.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/hp2ps/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/hp2ps/all.T b/testsuite/tests/hp2ps/all.T
index b884ecf456..4c652416e7 100644
--- a/testsuite/tests/hp2ps/all.T
+++ b/testsuite/tests/hp2ps/all.T
@@ -1 +1 @@
-test('T15904', [], makefile_test, [])
+test('T15904', when(opsys('mingw32'), expect_broken(16388)), makefile_test, [])