[commit: base] ghc-7.6: Chan002(threaded2) fails on Windows with 7.4.1 and 7.6 branch (4e3ad8e)
Ian Lynagh
igloo at earth.li
Sat Jan 26 00:35:05 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/4e3ad8e77aff75dd9d42f4a29351be53801ef086
>---------------------------------------------------------------
commit 4e3ad8e77aff75dd9d42f4a29351be53801ef086
Author: Ian Lynagh <igloo at earth.li>
Date: Fri Jan 25 22:05:32 2013 +0000
Chan002(threaded2) fails on Windows with 7.4.1 and 7.6 branch
>---------------------------------------------------------------
tests/Concurrent/all.T | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/tests/Concurrent/all.T b/tests/Concurrent/all.T
index 35a7547..afedb06 100644
--- a/tests/Concurrent/all.T
+++ b/tests/Concurrent/all.T
@@ -5,7 +5,12 @@ test('4876', reqlib('random'), compile_and_run, ['']) # another SampleVar test
test('Chan001', reqlib('QuickCheck'), compile_and_run, ['-package QuickCheck'])
-test('Chan002', extra_run_opts('100'), compile_and_run, [''])
+test('Chan002',
+ [extra_run_opts('100'),
+ # This fails on Windows for unknown reasons
+ if_os('mingw32', expect_fail_for(['threaded2']))],
+ compile_and_run,
+ [''])
test('Chan003', extra_run_opts('200'), compile_and_run, [''])
test('MVar001', reqlib('QuickCheck'), compile_and_run, ['-package QuickCheck'])
More information about the ghc-commits
mailing list