[commit: testsuite] master: #5371 is now fixed, re-enable ghcilink{001, 004} on mingw32 (a243e90)
Simon Marlow
marlowsd at gmail.com
Thu Dec 1 14:05:55 CET 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a243e90fd5049d55630c7ed6af0d9ec8e2d90a6a
>---------------------------------------------------------------
commit a243e90fd5049d55630c7ed6af0d9ec8e2d90a6a
Author: Simon Marlow <marlowsd at gmail.com>
Date: Wed Nov 30 15:40:04 2011 +0000
#5371 is now fixed, re-enable ghcilink{001,004} on mingw32
>---------------------------------------------------------------
tests/ghci/linking/all.T | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/tests/ghci/linking/all.T b/tests/ghci/linking/all.T
index 79fa9a3..0428516 100644
--- a/tests/ghci/linking/all.T
+++ b/tests/ghci/linking/all.T
@@ -1,7 +1,5 @@
test('ghcilink001',
- [ if_os('mingw32', skip), # crashes; see #5371
- extra_clean(['dir001/*','dir001'])
- ],
+ extra_clean(['dir001/*','dir001']),
run_command,
['$MAKE -s --no-print-directory ghcilink001'])
@@ -20,9 +18,7 @@ test('ghcilink003',
['$MAKE -s --no-print-directory ghcilink003'])
test('ghcilink004',
- [ if_os('mingw32', skip), # crashes; see #5371
- extra_clean(['dir004/*','dir004'])
- ],
+ extra_clean(['dir004/*','dir004']),
run_command,
['$MAKE -s --no-print-directory ghcilink004'])
More information about the Cvs-ghc
mailing list