Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,324
Issues
4,324
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
360
Merge Requests
360
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
94d386b8
Commit
94d386b8
authored
May 09, 2008
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skip ffi004, which calls a varargs function via the FFI
parent
fab86ad6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
testsuite/tests/ghc-regress/ffi/should_run/all.T
testsuite/tests/ghc-regress/ffi/should_run/all.T
+3
-1
No files found.
testsuite/tests/ghc-regress/ffi/should_run/all.T
View file @
94d386b8
...
...
@@ -22,7 +22,9 @@ clean(['ffi002_c.o'])
test
('
ffi003
',
normal
,
compile_and_run
,
[''])
test
('
ffi004
',
normal
,
compile_and_run
,
[''])
# ffi004 calls printf, which is not supported (the FFI spec says that
# calling varargs functions is deprecated). It stopped working in GHC 6.9.
test
('
ffi004
',
skip
,
compile_and_run
,
[''])
# skip this test for now: it is non-portable due to the use of literal values
# instead of CPP symbols for the flag arguments to open().
...
...
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