Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a9bac00b4f4330b14dd6f1c7dd7cb8f0d2a5b782 >--------------------------------------------------------------- commit a9bac00b4f4330b14dd6f1c7dd7cb8f0d2a5b782 Author: Simon Marlow <[email protected]> Date: Wed Nov 16 10:50:37 2011 +0000 T5373 is now expected to pass on mingw32/darwin >--------------------------------------------------------------- tests/dynlibs/all.T | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/dynlibs/all.T b/tests/dynlibs/all.T index df0113b..cb39476 100644 --- a/tests/dynlibs/all.T +++ b/tests/dynlibs/all.T @@ -22,9 +22,8 @@ test('T5373', [extra_clean(['T5373A.hi', 'T5373B.hi', 'T5373C.hi', 'T5373D.hi', 'T5373A.o', 'T5373B.o', 'T5373C.o', 'T5373D.o', 'T5373A', 'T5373B', 'T5373C', 'T5373D', - 'T5373A.exe', 'T5373B.exe', 'T5373C.exe', 'T5373D.exe']), - if_os('mingw32', expect_broken(5373)), - if_os('darwin', expect_broken(5373))], + 'T5373A.exe', 'T5373B.exe', 'T5373C.exe', 'T5373D.exe']) + ], run_command, ['$MAKE --no-print-directory -s T5373']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
