[commit: base] master: T3307 and environment001 just fail on MSYS (4276c9c)

Ian Lynagh igloo at earth.li
Mon Feb 11 20:24:40 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/4276c9cd82dcbc0ff94c96dc365f822f05f40826

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

commit 4276c9cd82dcbc0ff94c96dc365f822f05f40826
Author: Ian Lynagh <ian at well-typed.com>
Date:   Mon Feb 11 19:11:24 2013 +0000

    T3307 and environment001 just fail on MSYS

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

 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 2f8ddb1..076c817 100644
--- a/tests/IO/all.T
+++ b/tests/IO/all.T
@@ -119,7 +119,7 @@ test('concio002', reqlib('process'), compile_and_run, [''])
 
 test('T2122', extra_clean(['T2122-test']), compile_and_run, [''])
 test('T3307',
-     [when(msys(), expect_broken(5599)),
+     [when(msys(), expect_fail), # Doesn't work on MSYS; see #5599
       extra_clean(['chinese-file-小说', 'chinese-name'])],
      run_command,
      ['$MAKE -s --no-print-directory T3307-test'])
@@ -144,7 +144,7 @@ test('encoding001',
 test('encoding002', normal, compile_and_run, [''])
 
 test('environment001',
-     [when(msys(), expect_broken(5599)),
+     [when(msys(), expect_fail), # Doesn't work on MSYS; see #5599
       extra_clean(['environment001'])],
      run_command,
      ['$MAKE -s --no-print-directory environment001-test'])





More information about the ghc-commits mailing list