Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/61409f053aecc67a88a4ad983c4d8807b9ecf1f2 >--------------------------------------------------------------- commit 61409f053aecc67a88a4ad983c4d8807b9ecf1f2 Author: Ian Lynagh <[email protected]> Date: Sat May 26 16:38:18 2012 +0100 Use expect_broken rather than expect_fail in testsuite driver >--------------------------------------------------------------- tests/IO/all.T | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/IO/all.T b/tests/IO/all.T index 38cdabc..291f90f 100644 --- a/tests/IO/all.T +++ b/tests/IO/all.T @@ -119,7 +119,7 @@ test('concio002', reqlib('process'), compile_and_run, ['']) test('2122', extra_clean(['2122-test']), compile_and_run, ['']) test('3307', - [if_msys(expect_fail), # See trac #5599 + [if_msys(expect_broken(5599)), extra_clean(['chinese-file-å°è¯´', 'chinese-name'])], run_command, ['$MAKE -s --no-print-directory 3307-test']) @@ -144,7 +144,7 @@ test('encoding001', test('encoding002', normal, compile_and_run, ['']) test('environment001', - [if_msys(expect_fail), # See trac #5599 + [if_msys(expect_broken(5599)), extra_clean(['environment001'])], run_command, ['$MAKE -s --no-print-directory environment001-test'])
_______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
