https://bugs.winehq.org/show_bug.cgi?id=51366
Bug ID: 51366 Summary: several wine-mono network tests fail with timeout Product: Wine Version: 6.11 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com Distribution: ---
The following wine-mono test cases fail on the master branch:
MonoTests.System.Net.HttpWebRequestTest:TestTimeoutWithEndpointThatDoesntExistThrowsConnectFailureBeforeTimeout MonoTests.System.Net.Sockets.SocketTest:ConnectFailAsync MonoTests.System.Net.WebRequestTest:TestFailedConnection
These can be run using run-tests.exe from https://dl.winehq.org/wine/wine-mono/6.2.0/wine-mono-6.2.0-tests.zip
Testcase source code: https://github.com/madewokherd/mono/blob/3445531d2550157162ba71a5ff460a4d6a8... https://github.com/madewokherd/mono/blob/3445531d2550157162ba71a5ff460a4d6a8... https://github.com/madewokherd/mono/blob/3445531d2550157162ba71a5ff460a4d6a8...
Bisect result:
414b31bc0bbbfe005e90a1946a649082dc303c55 is the first bad commit commit 414b31bc0bbbfe005e90a1946a649082dc303c55 Author: Zebediah Figura z.figura12@gmail.com Date: Sun Jun 20 11:05:54 2021 -0500
ws2_32: Reimplement select() on top of IOCTL_AFD_POLL.