Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c90ed070
Commit
c90ed070
authored
Jan 29, 2012
by
Ian Lynagh
Browse files
objc-hi and objcpp-hi fail the ghci way
parent
2555da07
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/driver/objc/all.T
View file @
c90ed070
...
@@ -6,8 +6,14 @@ def if_not_platform(platforms, f):
...
@@ -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
)
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
'])
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++
'])
compile_and_run
,
['
-framework Foundation -lstdc++
'])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment