https://bugs.winehq.org/show_bug.cgi?id=55333
Bug ID: 55333 Summary: ws2_32:sock - test_connect_events() sometimes fails in Wine Product: Wine Version: 7.21 Hardware: x86-64 OS: Linux Status: NEW Keywords: source, testcase Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: z.figura12@gmail.com Distribution: ---
It seems to get FD_WRITE *after* FD_CONNECT, resulting in the following failure messages:
sock.c:6408: Test failed: got events 0x10 sock.c:6409: Test failed: expected timeout sock.c:6409: Test failed: got events 0x2
I don't immediately know how this can happen. I'm pretty sure we depend on POLLOUT to trigger both.