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
Alex D
GHC
Commits
d9f824e6
Commit
d9f824e6
authored
Jul 11, 2007
by
chak@cse.unsw.edu.au.
Browse files
ffi012: stdcall doesn't work on MacOS #1524
parent
32cd47e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ccall/should_run/all.T
View file @
d9f824e6
...
@@ -70,6 +70,9 @@ test('ffi011', normal, compile_and_run, [''])
...
@@ -70,6 +70,9 @@ test('ffi011', normal, compile_and_run, [''])
# so ffi012 should fail everywhere else.
# so ffi012 should fail everywhere else.
if
config
.
platform
.
startswith
("
i386-
"):
if
config
.
platform
.
startswith
("
i386-
"):
if
config
.
platform
.
startswith
("
i386-apple
"):
f
=
expect_fail
else
:
f
=
normal
f
=
normal
else
:
else
:
f
=
expect_fail
f
=
expect_fail
...
...
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