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
cfa1651f
Commit
cfa1651f
authored
May 28, 2008
by
Ian Lynagh
Browse files
Omit conc064(threaded2) on the 6.8 branch
parent
0c154195
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/concurrent/should_run/all.T
View file @
cfa1651f
...
...
@@ -127,7 +127,13 @@ test('conc059', compose(only_compiler_types(['ghc']),
compile_and_run
,
['
conc059_c.c
'])
clean
(['
conc059_c.o
'])
test
('
conc064
',
exit_code
(
1
),
compile_and_run
,
[''])
test
('
conc064
',
compose
(
exit_code
(
1
),
# This test sometimes just exits successfully
# when run the threaded2 way. Punting on
# diagnosing/fixing it.
if_compiler_lt
('
ghc
',
'
6.9
',
omit_ways
(['
threaded2
']))),
compile_and_run
,
[''])
test
('
conc065
',
ignore_output
,
compile_and_run
,
[''])
test
('
conc066
',
ignore_output
,
compile_and_run
,
[''])
...
...
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