[commit: testsuite] master: objc-hi and objcpp-hi fail the ghci way (92068cc)
Ian Lynagh
igloo at earth.li
Sun Jan 29 22:25:39 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/92068cc7a8a3a0970f28a02bc478ee6a0c02da79
>---------------------------------------------------------------
commit 92068cc7a8a3a0970f28a02bc478ee6a0c02da79
Author: Ian Lynagh <igloo at earth.li>
Date: Sun Jan 29 20:20:09 2012 +0000
objc-hi and objcpp-hi fail the ghci way
>---------------------------------------------------------------
tests/driver/objc/all.T | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/tests/driver/objc/all.T b/tests/driver/objc/all.T
index eb472a4..68b7628 100644
--- a/tests/driver/objc/all.T
+++ b/tests/driver/objc/all.T
@@ -6,8 +6,14 @@ def if_not_platform(platforms, f):
skip_if_not_osx = if_not_platform(['i386-apple-darwin','x86_64-apple-darwin'], skip)
-test('objc-hi', [ skip_if_not_osx, objc_src ],
+test('objc-hi',
+ [ skip_if_not_osx,
+ objc_src,
+ expect_fail_for(['ghci']) ],
compile_and_run, ['-framework Foundation'])
-test('objcpp-hi', [ skip_if_not_osx, objcpp_src ],
+test('objcpp-hi',
+ [ skip_if_not_osx,
+ objcpp_src,
+ expect_fail_for(['ghci']) ],
compile_and_run, ['-framework Foundation -lstdc++'])
More information about the Cvs-ghc
mailing list