[commit: testsuite] ghc-7.4: objc-hi and objcpp-hi fail the ghci way (c53ee9e)

Ian Lynagh igloo at earth.li
Sun Jan 29 21:20:43 CET 2012


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

On branch  : ghc-7.4

http://hackage.haskell.org/trac/ghc/changeset/c53ee9e679f4a470fb775bbd65306c623c625c25

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

commit c53ee9e679f4a470fb775bbd65306c623c625c25
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