Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
db921ef7
Commit
db921ef7
authored
Nov 08, 2009
by
Jörg Höhle
Committed by
Alexandre Julliard
Nov 11, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winmm/tests: Give flaky progress test more time.
parent
8d5e5e74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mci.c
dlls/winmm/tests/mci.c
+2
-2
No files found.
dlls/winmm/tests/mci.c
View file @
db921ef7
...
...
@@ -405,8 +405,8 @@ static void test_asyncWAVE(HWND hwnd)
ok
(
strcmp
(
buf
,
"2000"
),
"mci status position: %s
\n
"
,
buf
);
trace
(
"position after Sleep: %sms
\n
"
,
buf
);
p2
=
atoi
(
buf
);
/*
MS-Windows' 15.625ms timer may return after 93ms?
*/
ok
(
p2
>=
(
WORD
)(((
WORD
)(
100
/
15
.
625
))
*
15
.
625
)
,
"not enough time elapsed %ums
\n
"
,
p2
);
/*
Some machines reach 79ms only during the 100ms sleep.
*/
ok
(
p2
>=
67
,
"not enough time elapsed %ums
\n
"
,
p2
);
test_notification
(
hwnd
,
"play (nowait)"
,
0
);
err
=
mciSendString
(
"pause mysound wait"
,
NULL
,
0
,
hwnd
);
...
...
Write
Preview
Markdown
is supported
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