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
3e31e29d
Commit
3e31e29d
authored
Oct 23, 2023
by
Rémi Bernon
Committed by
Alexandre Julliard
Oct 25, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmime/tests: Remove flaky track playing state test.
This fails regularly on Win7.
parent
012f6106
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
dmime.c
dlls/dmime/tests/dmime.c
+0
-5
No files found.
dlls/dmime/tests/dmime.c
View file @
3e31e29d
...
...
@@ -3971,11 +3971,6 @@ static void test_segment_state(void)
ok
(
hr
==
S_OK
,
"got %#lx
\n
"
,
hr
);
/* This might be timing dependent and if PlaySegment is already
* late, the tracks are played synchronously and right away.
*/
todo_wine
check_track_state
(
track
,
playing
,
FALSE
);
ret
=
test_track_wait_playing
(
track
,
50
);
ok
(
ret
==
0
,
"got %#lx
\n
"
,
ret
);
...
...
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