[commit: ghc] master: testsuite: Expect T13168 to be broken on Windows (2f8e6e7)
git at git.haskell.org
git at git.haskell.org
Tue Sep 26 02:44:44 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2f8e6e7f8696213b95e3461224909c3b2ec4f7aa/ghc
>---------------------------------------------------------------
commit 2f8e6e7f8696213b95e3461224909c3b2ec4f7aa
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Sep 25 20:40:41 2017 -0400
testsuite: Expect T13168 to be broken on Windows
Spurious output pertaining to dynamic linking causes it to fail. See #14276.
>---------------------------------------------------------------
2f8e6e7f8696213b95e3461224909c3b2ec4f7aa
testsuite/tests/typecheck/T13168/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/typecheck/T13168/all.T b/testsuite/tests/typecheck/T13168/all.T
index 43a5e1b..2ca1d0b 100644
--- a/testsuite/tests/typecheck/T13168/all.T
+++ b/testsuite/tests/typecheck/T13168/all.T
@@ -1,4 +1,5 @@
test('T13168',
- extra_files(['package1', 'package2', 'Setup.hs']),
+ [extra_files(['package1', 'package2', 'Setup.hs']),
+ when(opsys('mingw32'), expect_broken(14276))],
run_command,
['$MAKE -s --no-print-directory T13168'])
More information about the ghc-commits
mailing list