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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/56ba87acd8ad1f9c7b9b7e24eade312e85ee3fb7

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

commit 56ba87acd8ad1f9c7b9b7e24eade312e85ee3fb7
Author: Ian Lynagh <[email protected]>
Date:   Fri Jun 10 21:32:08 2011 +0100

    3307 is broken on Windows (#5253)

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

 tests/ghc-regress/lib/IO/all.T |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/tests/ghc-regress/lib/IO/all.T b/tests/ghc-regress/lib/IO/all.T
index d60446f..2d9393c 100644
--- a/tests/ghc-regress/lib/IO/all.T
+++ b/tests/ghc-regress/lib/IO/all.T
@@ -118,7 +118,11 @@ test('concio001.thr', skip, run_command, ['$MAKE -s 
--no-print-directory test.co
 test('concio002', reqlib('process'), compile_and_run, [''])
 
 test('2122', extra_clean(['2122-test']), compile_and_run, [''])
-test('3307', extra_clean(['chinese-file-小说', 'chinese-name']), 
run_command, ['$MAKE -s --no-print-directory 3307-test'])
+test('3307',
+     [extra_clean(['chinese-file-小说', 'chinese-name']),
+      if_platform('i386-unknown-mingw32', expect_broken(5253))],
+     run_command,
+     ['$MAKE -s --no-print-directory 3307-test'])
 test('4855', normal, compile_and_run, [''])
 
 test('hSetEncoding001',extra_run_opts('hSetEncoding001.in'), compile_and_run, 
[''])



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to