summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-08-15 16:55:26 +0200
committerBen Gamari <ben@smart-cactus.org>2015-10-22 14:26:46 +0200
commite9d65641d75ee5b9495d49cc833b1307fd26c0b2 (patch)
tree4b21fdc1460de25bdb68005a61d13da2daa53d40
parent07ac3f8e8b3337ebd5b4e0627a66557676f224c7 (diff)
downloadhaskell-e9d65641d75ee5b9495d49cc833b1307fd26c0b2.tar.gz
Testsuite: mark encoding005 expect_broken(#10623) on Windows
-rw-r--r--libraries/base/tests/IO/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/base/tests/IO/all.T b/libraries/base/tests/IO/all.T
index fe8faa0ce0..61011d2304 100644
--- a/libraries/base/tests/IO/all.T
+++ b/libraries/base/tests/IO/all.T
@@ -145,7 +145,8 @@ test('encoding001',
test('encoding002', normal, compile_and_run, [''])
test('encoding003', normal, compile_and_run, [''])
test('encoding004', normal, compile_and_run, [''])
-test('encoding005', normal, compile_and_run, [''])
+test('encoding005', when(opsys('mingw32'), expect_broken(10623)),
+ compile_and_run, [''])
test('environment001',
[extra_clean(['environment001'])],