Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
330f767a
Commit
330f767a
authored
Aug 11, 2006
by
Simon Marlow
Browse files
expect fail for threaded2 way, fork isn't supported in SMP mode (yet)
parent
594a0ac8
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/lib/Posix/all.T
View file @
330f767a
...
...
@@ -7,7 +7,8 @@ test('signals001', conf, compile_and_run, ['-package unix -cpp'])
test
('
signals002
',
compose
(
only_compiler_types
(['
ghc
']),
conf
),
compile_and_run
,
['
-package unix
'])
test
('
fileexist01
',
conf
,
compile_and_run
,
['
-package unix
'])
test
('
forkprocess01
',
compose
(
only_compiler_types
(['
ghc
']),
conf
),
test
('
forkprocess01
',
compose
(
only_compiler_types
(['
ghc
']),
compose
(
expect_fail_for
('
threaded2
'),
conf
)),
compile_and_run
,
['
-package unix
'])
if
config
.
platform
==
'
i386-unknown-freebsd
':
...
...
Write
Preview
Supports
Markdown
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