reactos/modules/rostests/apitests/ws2_32
Serge Gautherie ffd0ab39b5
[WS2_32_APITEST:WSAASYNC] Fix and improve some tests. ROSTESTS-317 (#1132)
- Add getsockname() addr_con_loc looping case.
Fix intermittent failure on Windows (NT <= 6.0):
"WSAAsync.c:232: Test failed: ERROR: getsockname function wrong addr, expected 100007f returned 0"

ROSTESTS-317

- Improve select() ServerSocket looping case.
Visible on Windows (NT >= 6.1).
2020-05-15 15:45:35 +02:00
..
bind.c
close.c
CMakeLists.txt
getaddrinfo.c [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
gethostname.c [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
getnameinfo.c
getservbyname.c
getservbyport.c
helpers.c [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
ioctlsocket.c
nonblocking.c
nostartup.c
open_osfhandle.c
recv.c
send.c
testlist.c
ws2_32.h
WSAAsync.c [WS2_32_APITEST:WSAASYNC] Fix and improve some tests. ROSTESTS-317 (#1132) 2020-05-15 15:45:35 +02:00
WSAIoctl.c
WSARecv.c [KERNEL32_APITEST][WS2_32_APITEST] Call SetLastError() before checking LastError (#2437) 2020-03-30 12:52:37 +02:00
WSAStartup.c