diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-08-15 16:55:26 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-08-15 17:22:23 +0200 |
commit | 89060374ea0242bc2d38425ba63f33b5189325b4 (patch) | |
tree | 2d3c1e5ae293efba774886d1358198d86d32c860 /libraries/base/tests | |
parent | 185719158137b0cdba32b32e8a8fda8eb6321215 (diff) | |
download | haskell-89060374ea0242bc2d38425ba63f33b5189325b4.tar.gz |
Testsuite: mark encoding005 expect_broken(#10623) on Windows
Diffstat (limited to 'libraries/base/tests')
-rw-r--r-- | libraries/base/tests/IO/all.T | 3 |
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'])], |