[commit: ghc] wip/mark-fragile-windows-tests: testsuite: Mark T15904 as broken on Windows (35ea2f7)
git at git.haskell.org
git at git.haskell.org
Tue Mar 5 21:43:49 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/mark-fragile-windows-tests
Link : http://ghc.haskell.org/trac/ghc/changeset/35ea2f78348651a91f8738878f156ff93d3f8b60/ghc
>---------------------------------------------------------------
commit 35ea2f78348651a91f8738878f156ff93d3f8b60
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.
>---------------------------------------------------------------
35ea2f78348651a91f8738878f156ff93d3f8b60
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