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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/416c1be8cf61d13dca0eb60787d231aa59e9599f

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

commit 416c1be8cf61d13dca0eb60787d231aa59e9599f
Author: Simon Marlow <marlo...@gmail.com>
Date:   Tue Nov 8 13:35:31 2011 +0000

    ghci038 is expect_broken(5289) on Windows

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

 tests/ghci/linking/all.T |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/tests/ghci/linking/all.T b/tests/ghci/linking/all.T
index 8c2e821..79fa9a3 100644
--- a/tests/ghci/linking/all.T
+++ b/tests/ghci/linking/all.T
@@ -32,6 +32,10 @@ test('ghcilink005',
      ['$MAKE -s --no-print-directory ghcilink005'])
 
 test('ghcilink006',
-     extra_clean(['dir006/*','dir006']),
+     [
+       if_os('mingw32', expect_broken(5289)), # still cannot load libstdc++
+                                              # on Windows.  See also #4468.
+       extra_clean(['dir006/*','dir006'])
+     ],
      run_command,
      ['$MAKE -s --no-print-directory ghcilink006'])



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to