[commit: ghc] master: Testsuite: mark encoding005 expect_broken(#10623) on Windows (8906037)

git at git.haskell.org git at git.haskell.org
Sat Aug 15 15:27:23 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/89060374ea0242bc2d38425ba63f33b5189325b4/ghc

>---------------------------------------------------------------

commit 89060374ea0242bc2d38425ba63f33b5189325b4
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Sat Aug 15 16:55:26 2015 +0200

    Testsuite: mark encoding005 expect_broken(#10623) on Windows


>---------------------------------------------------------------

89060374ea0242bc2d38425ba63f33b5189325b4
 libraries/base/tests/IO/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libraries/base/tests/IO/all.T b/libraries/base/tests/IO/all.T
index 2977945..396e9b7 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'])],



More information about the ghc-commits mailing list