[commit: ghc] master: Mark T8602 as expect_fail on Windows (769c75a)
git at git.haskell.org
git at git.haskell.org
Tue Jan 14 09:47:17 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/769c75aba2ea688166170eabb5b12390911b60a2/ghc
>---------------------------------------------------------------
commit 769c75aba2ea688166170eabb5b12390911b60a2
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Jan 13 12:23:05 2014 -0600
Mark T8602 as expect_fail on Windows
Windows runs the preprocessor using runInteractiveProcess and can't
properly run the generated shell script as a result, since it can't
recognize e.g. a shebang or anything.
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
769c75aba2ea688166170eabb5b12390911b60a2
testsuite/tests/driver/T8602/T8602.T | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/driver/T8602/T8602.T b/testsuite/tests/driver/T8602/T8602.T
index 87fa8b6..7706031 100644
--- a/testsuite/tests/driver/T8602/T8602.T
+++ b/testsuite/tests/driver/T8602/T8602.T
@@ -1 +1,4 @@
-test('T8602', extra_clean(['t8602.sh']), ghci_script, ['T8602.script'])
+test('T8602',
+ [extra_clean(['t8602.sh']),
+ when(opsys('mingw32'), expect_fail)],
+ ghci_script, ['T8602.script'])
More information about the ghc-commits
mailing list