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
18b4b0d9
Commit
18b4b0d9
authored
May 23, 2005
by
simonmar
Browse files
[project @ 2005-05-23 15:30:54 by simonmar]
conc033 is fragile with the threaded RTS; disable it again
parent
2eaf89de
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/concurrent/should_run/all.T
View file @
18b4b0d9
...
...
@@ -60,7 +60,7 @@ test('conc032', only_compiler_types(['ghc']), compile_and_run, [''])
# Omit for GHCi, because it just sits there waiting for you to press ^C
# Also hangs with the threaded RTS
test
('
conc033
',
omit_ways
(['
ghci
']),
compile_and_run
,
[''])
test
('
conc033
',
omit_ways
(['
ghci
'
,
'
threaded
'
]),
compile_and_run
,
[''])
# Omit for GHCi, because it just sits there waiting for you to press ^C
# Also hangs with the threaded RTS
...
...
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