summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/lib/IO
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-06-10 21:32:08 +0100
committerIan Lynagh <igloo@earth.li>2011-06-10 21:32:08 +0100
commitf20a7a2f8115acf62f9af1ec24711e48470ed07e (patch)
treee9a2a86bb29ec3cf48dfd1a431f39efb3c044ac4 /testsuite/tests/ghc-regress/lib/IO
parent93d413331c561a481bdf63d37d529d67bada17fd (diff)
downloadhaskell-f20a7a2f8115acf62f9af1ec24711e48470ed07e.tar.gz
3307 is broken on Windows (#5253)
Diffstat (limited to 'testsuite/tests/ghc-regress/lib/IO')
-rw-r--r--testsuite/tests/ghc-regress/lib/IO/all.T6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/lib/IO/all.T b/testsuite/tests/ghc-regress/lib/IO/all.T
index d60446fefb..2d9393c6fc 100644
--- a/testsuite/tests/ghc-regress/lib/IO/all.T
+++ b/testsuite/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, [''])