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
fd64cbc0
Commit
fd64cbc0
authored
Oct 01, 2022
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dpnet/tests: Mark the test_enum_hosts*() tests failing randomly on Windows as flaky.
Wine-Bug:
https://bugs.winehq.org//show_bug.cgi?id=53239
parent
b536d578
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
client.c
dlls/dpnet/tests/client.c
+3
-0
No files found.
dlls/dpnet/tests/client.c
View file @
fd64cbc0
...
...
@@ -320,6 +320,7 @@ static void test_enum_hosts(void)
lastAsyncHandle
=
0xdeadbeef
;
hr
=
IDirectPlay8Client_CancelAsyncOperation
(
client
,
async2
,
0
);
ok
(
hr
==
S_OK
,
"IDirectPlay8Client_CancelAsyncOperation failed with 0x%08lx
\n
"
,
hr
);
flaky
todo_wine
ok
(
lastAsyncCode
==
DPNERR_USERCANCEL
,
"got 0x%08lx
\n
"
,
lastAsyncCode
);
todo_wine
ok
(
lastAsyncHandle
==
async2
,
"got 0x%08lx
\n
"
,
async2
);
...
...
@@ -750,7 +751,9 @@ static void test_enum_hosts_peer(void)
lastAsyncHandle
=
0xdeadbeef
;
hr
=
IDirectPlay8Peer_CancelAsyncOperation
(
peer
,
async2
,
0
);
todo_wine
ok
(
hr
==
S_OK
,
"IDirectPlay8Peer_CancelAsyncOperation failed with 0x%08lx
\n
"
,
hr
);
flaky
todo_wine
ok
(
lastAsyncCode
==
DPNERR_USERCANCEL
,
"got 0x%08lx
\n
"
,
lastAsyncCode
);
flaky
todo_wine
ok
(
lastAsyncHandle
==
async2
,
"got 0x%08lx
\n
"
,
async2
);
IDirectPlay8Peer_Release
(
peer2
);
...
...
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