[commit: testsuite] ghc-7.6: conc059(threaded2) fails on Windows with 7.4.1 and 7.6 branch (9d9fb54)
Ian Lynagh
igloo at earth.li
Sat Jan 26 00:37:06 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/9d9fb541f5fc13f790fd62d0df8d9e9b658b1940
>---------------------------------------------------------------
commit 9d9fb541f5fc13f790fd62d0df8d9e9b658b1940
Author: Ian Lynagh <igloo at earth.li>
Date: Fri Jan 25 21:42:13 2013 +0000
conc059(threaded2) fails on Windows with 7.4.1 and 7.6 branch
>---------------------------------------------------------------
tests/concurrent/should_run/all.T | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/concurrent/should_run/all.T b/tests/concurrent/should_run/all.T
index 47d2a78..78af7b5 100644
--- a/tests/concurrent/should_run/all.T
+++ b/tests/concurrent/should_run/all.T
@@ -200,6 +200,8 @@ test('conc058', only_compiler_types(['ghc']), compile_and_run, [''])
test('conc059',
[only_compiler_types(['ghc']),
only_ways(['threaded1','threaded2']),
+ # This fails on Windows for unknown reasons
+ if_os('mingw32', expect_fail_for(['threaded2'])),
compile_cmd_prefix('$MAKE conc059_setup && '),
extra_clean(['conc059_c.o'])],
compile_and_run,
More information about the ghc-commits
mailing list