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
ebf20d66
Commit
ebf20d66
authored
May 15, 2010
by
Mike Kaplinskiy
Committed by
Alexandre Julliard
May 17, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2_32/tests: fix test failures on wine and win98.
parent
2f4c5cf3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
sock.c
dlls/ws2_32/tests/sock.c
+4
-2
No files found.
dlls/ws2_32/tests/sock.c
View file @
ebf20d66
...
...
@@ -3279,7 +3279,7 @@ static void test_events(int useMessages)
ret
=
recv
(
src
,
buffer
,
1
,
0
);
ok
(
ret
==
1
,
"Failed to empty buffer: %d - %d
\n
"
,
ret
,
GetLastError
());
/* want it? it's here, but you can't have it */
broken_seq
[
0
]
=
read_
close_seq
;
/* win9x */
broken_seq
[
0
]
=
close_seq
;
/* win9x */
broken_seq
[
1
]
=
NULL
;
todo_wine
ok_event_seq
(
src
,
hEvent
,
empty_seq
,
/* wine sends FD_CLOSE here */
broken_seq
,
0
);
...
...
@@ -4092,7 +4092,6 @@ START_TEST( sock )
test_dns
();
test_gethostbyname_hack
();
test_send
();
test_WSASendTo
();
test_WSARecv
();
...
...
@@ -4104,5 +4103,8 @@ START_TEST( sock )
test_AcceptEx
();
/* this is a io heavy test, do it at the end so the kernel doesn't start dropping packets */
test_send
();
Exit
();
}
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