[commit: testsuite] ghc-7.6: T6106(ghci) fails on Windows for unknown reasons (a42c862)
Ian Lynagh
igloo at earth.li
Sat Jan 26 15:46:56 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/a42c8621f49b77e644c650ee36463b560f0a332c
>---------------------------------------------------------------
commit a42c8621f49b77e644c650ee36463b560f0a332c
Author: Ian Lynagh <igloo at earth.li>
Date: Sat Jan 26 14:10:54 2013 +0000
T6106(ghci) fails on Windows for unknown reasons
>---------------------------------------------------------------
tests/ghci/scripts/all.T | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/tests/ghci/scripts/all.T b/tests/ghci/scripts/all.T
index d98e5fe..236437f 100755
--- a/tests/ghci/scripts/all.T
+++ b/tests/ghci/scripts/all.T
@@ -128,5 +128,10 @@ test('T6027ghci', normal, ghci_script, ['T6027ghci.script'])
test('T6007', normal, ghci_script, ['T6007.script'])
test('T6091', normal, ghci_script, ['T6091.script'])
-test('T6106', extra_clean(['T6106.hs']), ghci_script, ['T6106.script'])
+test('T6106',
+ [# This test fails on Windows for unknown reasons
+ if_os('mingw32', expect_fail),
+ extra_clean(['T6106.hs'])],
+ ghci_script,
+ ['T6106.script'])
test('T6105', normal, ghci_script, ['T6105.script'])
More information about the ghc-commits
mailing list