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
6e7f357b
Commit
6e7f357b
authored
Dec 19, 2019
by
Damjan Jovanovic
Committed by
Alexandre Julliard
Dec 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2_32: Remove an unneeded todo_wine.
Signed-off-by:
Damjan Jovanovic
<
damjan.jov@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
1f626b5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
sock.c
dlls/ws2_32/tests/sock.c
+2
-3
No files found.
dlls/ws2_32/tests/sock.c
View file @
6e7f357b
...
...
@@ -3048,9 +3048,8 @@ static void test_WSAEnumNetworkEvents(void)
"Test[%d]: WSAEnumNetworkEvents failed
\n
"
,
i
);
if
(
i
>=
1
&&
j
==
0
)
/* FD_WRITE is SET on first try for UDP and connected TCP */
{
todo_wine_if
(
i
==
0
)
/* Remove when fixed */
ok
(
net_events
.
lNetworkEvents
==
FD_WRITE
,
"Test[%d]: expected 2, got %d
\n
"
,
i
,
net_events
.
lNetworkEvents
);
ok
(
net_events
.
lNetworkEvents
==
FD_WRITE
,
"Test[%d]: expected 2, got %d
\n
"
,
i
,
net_events
.
lNetworkEvents
);
}
else
{
...
...
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