[commit: base] master: Omit T7773 on Msys (26ea882)
Simon Peyton Jones
simonpj at microsoft.com
Wed May 15 18:47:00 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
https://github.com/ghc/packages-base/commit/26ea882627608657777288b53f53cd836a24cf11
>---------------------------------------------------------------
commit 26ea882627608657777288b53f53cd836a24cf11
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed May 15 17:46:25 2013 +0100
Omit T7773 on Msys
Patch from Andreas Voellmy
>---------------------------------------------------------------
tests/all.T | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/tests/all.T b/tests/all.T
index 7a56fe6..5d0dd24 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -122,4 +122,6 @@ test('qsem001', normal, compile_and_run, [''])
test('qsemn001', normal, compile_and_run, [''])
test('T7457', normal, compile_and_run, [''])
-test('T7773', normal, compile_and_run, [''])
+
+test('T7773', when(opsys('mingw32'), skip), compile_and_run, [''])
+# Andreas says that T7773 will not (and should not) work on Windows
More information about the ghc-commits
mailing list