[commit: testsuite] master: Fix usage of 'expect_fail' in T2507 (bf13df7)

git at git.haskell.org git at git.haskell.org
Sun Sep 15 22:38:02 CEST 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/bf13df776e329c3b9bd2f6d01e79d46f127ffedb/testsuite

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

commit bf13df776e329c3b9bd2f6d01e79d46f127ffedb
Author: Patrick Palka <patrick at parcs.ath.cx>
Date:   Sun Sep 15 16:21:42 2013 -0400

    Fix usage of 'expect_fail' in T2507


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

bf13df776e329c3b9bd2f6d01e79d46f127ffedb
 tests/driver/all.T |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/driver/all.T b/tests/driver/all.T
index a957b74..db021a2 100644
--- a/tests/driver/all.T
+++ b/tests/driver/all.T
@@ -384,7 +384,7 @@ test('T6037', expect_broken(6037), run_command,
      ['$MAKE -s --no-print-directory T6037'])
 test('T2507',
      # The testsuite doesn't know how to set a non-Unicode locale on Windows or Mac OS X
-     [when(opsys('mingw32'), expect_fail), when(opsys('darwin'), expect_fail(2507))],
+     [when(opsys('mingw32'), expect_fail), when(opsys('darwin'), expect_fail)],
      run_command,
      ['$MAKE -s --no-print-directory T2507'])
 




More information about the ghc-commits mailing list