[commit: testsuite] master: Stop T2507 failing on Windows (4c78884)

Ian Lynagh igloo at earth.li
Tue Mar 12 01:38:33 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/4c7888408916c14090247f537adb1c7e38a1cfbc

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

commit 4c7888408916c14090247f537adb1c7e38a1cfbc
Author: Ian Lynagh <ian at well-typed.com>
Date:   Mon Mar 11 23:42:18 2013 +0000

    Stop T2507 failing on Windows
    
    The testsuite doesn't know how to set a non-Unicode locale on Windows

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

 tests/driver/all.T |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/tests/driver/all.T b/tests/driver/all.T
index 609e8ea..78c80e0 100644
--- a/tests/driver/all.T
+++ b/tests/driver/all.T
@@ -366,5 +366,9 @@ test('T7563', when(unregisterised(), skip), run_command,
      ['$MAKE -s --no-print-directory T7563'])
 test('T6037', expect_broken(6037), run_command,
      ['$MAKE -s --no-print-directory T6037'])
-test('T2507', normal, run_command, ['$MAKE -s --no-print-directory T2507'])
+test('T2507',
+     # The testsuite doesn't know how to set a non-Unicode locale on Windows
+     when(opsys('mingw32'), expect_fail),
+     run_command,
+     ['$MAKE -s --no-print-directory T2507'])
 





More information about the ghc-commits mailing list