https://bugs.winehq.org/show_bug.cgi?id=54113
Bug ID: 54113 Summary: ws2_32:afd - test_get_events_reset() sometimes gets unexpected flags in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
test_get_events_reset() sometimes gets unexpected flags in Wine:
afd.c:2045: Test failed: got flags 0x44 afd.c:2063: Test failed: got flags 0x4
See https://test.winehq.org/data/patterns.html#ws2_32:afd
Where: 0x04 == AFD_POLL_WRITE 0x44 == AFD_POLL_WRITE | AFD_POLL_CONNECT
In the nightly WineTest runs this mostly happens on my box (fg-deb64, maybe because it's typically more busy), but it also sometimes happens on the debian11 VM and the GitLab CI, impacting some merge requests (for instance MR!1635, MR!1742 and MR!1667).