Skip to content
GitLab
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
1ce65803
Commit
1ce65803
authored
Jun 22, 2006
by
Simon Marlow
Browse files
omit conc039 for threaded2
parent
46b4e5c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/concurrent/should_run/all.T
View file @
1ce65803
...
...
@@ -88,7 +88,9 @@ test('conc037', only_ways(['threaded1','threaded2']), compile_and_run, [''])
test
('
conc038
',
only_ways
(['
threaded1
','
threaded2
']),
compile_and_run
,
[''])
# Omit for GHCi, uses foreign export
test
('
conc039
',
omit_ways
(['
ghci
']),
compile_and_run
,
[''])
# Omit for SMP (threaded2), because in this case the main thread is allowed to
# complete, which causes the child thread to be interrupted.
test
('
conc039
',
omit_ways
(['
ghci
','
threaded2
']),
compile_and_run
,
[''])
# Omit for GHCi, uses foreign export
test
('
conc040
',
compose
(
only_compiler_types
(['
ghc
']),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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