diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-10 21:32:08 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-10 21:32:08 +0100 |
commit | f20a7a2f8115acf62f9af1ec24711e48470ed07e (patch) | |
tree | e9a2a86bb29ec3cf48dfd1a431f39efb3c044ac4 /testsuite/tests/ghc-regress/lib | |
parent | 93d413331c561a481bdf63d37d529d67bada17fd (diff) | |
download | haskell-f20a7a2f8115acf62f9af1ec24711e48470ed07e.tar.gz |
3307 is broken on Windows (#5253)
Diffstat (limited to 'testsuite/tests/ghc-regress/lib')
-rw-r--r-- | testsuite/tests/ghc-regress/lib/IO/all.T | 6 |
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, ['']) |