[commit: testsuite] ghc-7.6: concprog001(threaded2) fails on Windows with 7.4.1 and 7.6 branch (cc765db)

Ian Lynagh igloo at earth.li
Sat Jan 26 00:37:09 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : ghc-7.6

http://hackage.haskell.org/trac/ghc/changeset/cc765dbe41d41e822ec24ec34d7737c1551f7203

>---------------------------------------------------------------

commit cc765dbe41d41e822ec24ec34d7737c1551f7203
Author: Ian Lynagh <igloo at earth.li>
Date:   Fri Jan 25 21:52:18 2013 +0000

    concprog001(threaded2) fails on Windows with 7.4.1 and 7.6 branch

>---------------------------------------------------------------

 tests/concurrent/prog001/all.T |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/concurrent/prog001/all.T b/tests/concurrent/prog001/all.T
index 70f38dc..9c812bc 100644
--- a/tests/concurrent/prog001/all.T
+++ b/tests/concurrent/prog001/all.T
@@ -14,6 +14,8 @@
 
 test('concprog001',
      [skip_if_fast,
+      # This fails on Windows for unknown reasons
+      if_os('mingw32', expect_fail_for(['threaded2'])),
       only_ways(['threaded2']),
       extra_clean(['Arithmetic.hi', 'Arithmetic.o',
                    'Converter.hi',  'Converter.o',





More information about the ghc-commits mailing list