[commit: ghc] master, wip/deploy-docs, wip/packaging-fail, wip/run-nofib, wip/windows-32bit: testsuite: Mark T15904 as broken on Windows (a1bda08)
git at git.haskell.org
git at git.haskell.org
Thu Mar 21 17:00:26 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branches: master,wip/deploy-docs,wip/packaging-fail,wip/run-nofib,wip/windows-32bit
Link : http://ghc.haskell.org/trac/ghc/changeset/a1bda08d6cd1fe1cb8d77c552e33f5d48936aa8c/ghc
>---------------------------------------------------------------
commit a1bda08d6cd1fe1cb8d77c552e33f5d48936aa8c
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Mar 4 18:52:59 2019 -0500
testsuite: Mark T15904 as broken on Windows
It seems to look for some sort of manifest file. See #16388.
>---------------------------------------------------------------
a1bda08d6cd1fe1cb8d77c552e33f5d48936aa8c
testsuite/tests/hp2ps/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/hp2ps/all.T b/testsuite/tests/hp2ps/all.T
index b884ecf..4c65241 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, [])
More information about the ghc-commits
mailing list