Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
1237ae4f
Commit
1237ae4f
authored
Sep 30, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mmdevapi/tests: Mark some failing tests as flaky.
parent
4c60f67f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
render.c
dlls/mmdevapi/tests/render.c
+3
-0
No files found.
dlls/mmdevapi/tests/render.c
View file @
1237ae4f
...
...
@@ -1037,6 +1037,7 @@ static void test_clock(int share)
ok
(
gbsize
==
bufsize
,
"BufferSize %u at rate %lu
\n
"
,
gbsize
,
pwfx
->
nSamplesPerSec
);
else
flaky
ok
(
gbsize
==
parts
*
fragment
||
gbsize
==
MulDiv
(
bufsize
,
1
,
1024
)
*
1024
,
"BufferSize %u misfits fragment size %u at rate %lu
\n
"
,
gbsize
,
fragment
,
pwfx
->
nSamplesPerSec
);
...
...
@@ -1111,6 +1112,7 @@ static void test_clock(int share)
ok
(
hr
==
S_OK
,
"GetPosition failed: %08lx
\n
"
,
hr
);
ok
(
pos
>
0
,
"Position %u vs. last %u
\n
"
,
(
UINT
)
pos
,
0
);
/* in rare cases is slept*1.1 not enough with dmix */
flaky
ok
(
pos
*
1000
/
freq
<=
slept
*
1
.
4
,
"Position %u too far after playing %ums
\n
"
,
(
UINT
)
pos
,
slept
);
last
=
pos
;
...
...
@@ -2211,6 +2213,7 @@ static void test_worst_case(void)
for
(
i
=
0
;
i
<=
99
;
i
++
){
/* 100 x 10ms = 1 second */
r
=
WaitForSingleObject
(
event
,
60
+
defp
/
10000
);
flaky_wine
ok
(
r
==
WAIT_OBJECT_0
,
"Wait iteration %d gave %lx
\n
"
,
i
,
r
);
/* the app has nearly one period time to feed data */
...
...
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