Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
32cd47e4
Commit
32cd47e4
authored
Jul 11, 2007
by
chak@cse.unsw.edu.au.
Browse files
concio001: account for constant overhead of threadDelay on MacOS
- See also #1523
parent
5cfe1939
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/lib/IO/Makefile
View file @
32cd47e4
...
...
@@ -4,8 +4,8 @@ include $(TOP)/mk/test.mk
test.concio001
:
@
$(TEST_HC)
--make
-fforce-recomp
-v0
concio001
-o
concio001
@
(
sleep
0.
2
;
echo
x
)
| ./concio001
@
(
sleep
0.
4
;
echo
x
)
| ./concio001
test.concio001.thr
:
@
$(TEST_HC)
--make
-fforce-recomp
-v0
-threaded
concio001
-o
concio001
@
(
sleep
0.
2
;
echo
x
)
| ./concio001
@
(
sleep
0.
4
;
echo
x
)
| ./concio001
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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