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
e6687821
Commit
e6687821
authored
Feb 16, 2005
by
simonmar
Browse files
[project @ 2005-02-16 10:15:05 by simonmar]
computers have got a little fast for this test
parent
d2d119d7
Changes
2
Show whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/concurrent/should_run/conc019.hs
View file @
e6687821
...
...
@@ -8,5 +8,5 @@ import Control.Exception
main
=
do
forkIO
(
Control
.
Exception
.
catch
(
do
{
m
<-
newEmptyMVar
;
takeMVar
m
})
(
\
e
->
putStrLn
(
"caught: "
++
show
e
)))
let
x
=
sum
[
1
..
1
00000
]
let
x
=
sum
[
1
..
5
00000
]
x
`
seq
`
print
x
testsuite/tests/ghc-regress/concurrent/should_run/conc019.stdout
View file @
e6687821
caught: thread blocked indefinitely
5000
0
50000
12
5000
2
50000
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