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
58759ba3
Commit
58759ba3
authored
Jan 16, 2012
by
Simon Marlow
Browse files
foreignInterruptible: expect_fail on Windows
parent
5262d70e
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/concurrent/should_run/all.T
View file @
58759ba3
...
...
@@ -168,9 +168,13 @@ test('conc036', skip, compile_and_run, [''])
# Interrupting foreign calls only makes sense if we are threaded
test
('
foreignInterruptible
',
composes
([
skip_if_fast
,
only_threaded_ways
,
only_compiler_types
(['
ghc
'])]),
compile_and_run
,
[''])
test
('
foreignInterruptible
',
[
skip_if_fast
,
if_os
('
mingw32
',
expect_fail
),
# I don't think we support interrupting Sleep()
# on Windows. --SDM
only_threaded_ways
,
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
.
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