[PATCH] ws2_32: enable a WSAEnumNetworkEvents test that never runs
In test_WSAEnumNetworkEvents(), a test's condition is always false as the preceding "if" requires the opposite condition. The test already passes. Enable it. Signed-off-by: Damjan Jovanovic <damjan.jov(a)gmail.com> --- dlls/ws2_32/tests/sock.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=62335 Your paranoid android. === wvistau64 (32 bit report) === ws2_32: sock.c:11455: Test failed: got 0 sock.c:11456: Test failed: got 00000000 sock.c:11457: Test failed: got 0000 sock.c:11458: Test failed: got 00000000 sock.c:11459: Test failed: got 00000000 === debian10 (32 bit report) === ws2_32: sock.c:3057: Test succeeded inside todo block: Test[1]: expected 0, got 0 === debian10 (32 bit WoW report) === ws2_32: sock.c:3051: Test failed: Test[1]: expected 2, got 0 sock.c:3051: Test failed: Test[2]: expected 2, got 0 sock.c:3051: Test failed: Test[1]: expected 2, got 0 sock.c:3051: Test failed: Test[2]: expected 2, got 0
participants (2)
-
Damjan Jovanovic -
Marvin