[commit: ghc] ghc-7.10: Testsuite: mark encoding005 expect_broken(#10623) on Windows (e9d6564)

git at git.haskell.org git at git.haskell.org
Thu Oct 22 15:09:06 UTC 2015


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/e9d65641d75ee5b9495d49cc833b1307fd26c0b2/ghc

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

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

    Testsuite: mark encoding005 expect_broken(#10623) on Windows


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

e9d65641d75ee5b9495d49cc833b1307fd26c0b2
 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 fe8faa0..61011d2 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'])],



More information about the ghc-commits mailing list