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
fb609cf3
Commit
fb609cf3
authored
Jun 22, 2006
by
Simon Marlow
Browse files
omit conc036 for GHCi
parent
d5d62e54
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/concurrent/should_run/all.T
View file @
fb609cf3
...
...
@@ -77,10 +77,12 @@ test('conc034', compose(only_compiler_types(['ghc']),
test
('
conc035
',
only_compiler_types
(['
ghc
']),
compile_and_run
,
[''])
# Omit for GHCi: the main thread never gets the deadlock exception, because
# it is waiting for a ^C interrupt.
# Omit for GHCi: firstly GHCi doesn't have unsafe FFI calls, and secondly
# the main thread cannot receive the deadlock exception because it can be
# woken up by ^C.
test
('
conc036
',
compose
(
skip_if_fast
,
only_compiler_types
(['
ghc
'])),
compile_and_run
,
[''])
compose
(
omit_ways
(['
ghci
']),
only_compiler_types
(['
ghc
']))),
compile_and_run
,
[''])
test
('
conc037
',
only_ways
(['
threaded1
','
threaded2
']),
compile_and_run
,
[''])
test
('
conc038
',
only_ways
(['
threaded1
','
threaded2
']),
compile_and_run
,
[''])
...
...
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