summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-08-15 16:55:26 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-08-15 17:22:23 +0200
commit89060374ea0242bc2d38425ba63f33b5189325b4 (patch)
tree2d3c1e5ae293efba774886d1358198d86d32c860
parent185719158137b0cdba32b32e8a8fda8eb6321215 (diff)
downloadhaskell-89060374ea0242bc2d38425ba63f33b5189325b4.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 29779457e4..396e9b7336 100644
--- a/libraries/base/tests/IO/all.T
+++ b/libraries/base/tests/IO/all.T
@@ -138,7 +138,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'])],