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
2cec5487
Commit
2cec5487
authored
Feb 21, 2007
by
Simon Marlow
Browse files
temp: omit conc063 on Windows to avoid hanging the build
parent
4feb38f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/concurrent/should_run/all.T
View file @
2cec5487
...
...
@@ -140,7 +140,16 @@ clean(['conc059_c.o'])
test
('
conc060
',
normal
,
compile_and_run
,
['
-package stm
'])
test
('
conc061
',
normal
,
compile_and_run
,
['
-package stm
'])
test
('
conc062
',
normal
,
compile_and_run
,
['
-package stm
'])
test
('
conc063
',
exit_code
(
1
),
compile_and_run
,
['
-package stm
'])
# omit conc063(ghci) on Windows for now; it hangs and doesn't get killed by
# the timeout program, and it holds up the entire run.
if
config
.
platform
==
"
i386-unknown-mingw32
":
config063
=
omit_ways
(['
ghci
'])
else
:
config063
=
normal
test
('
conc063
',
compose
(
exit_code
(
1
),
config063
),
compile_and_run
,
['
-package stm
'])
test
('
conc064
',
exit_code
(
1
),
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