[Bug 51366] New: several wine-mono network tests fail with timeout

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jun 30 11:01:12 CDT 2021


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 at winehq.org
          Reporter: madewokherd at 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/3445531d2550157162ba71a5ff460a4d6a8aff3d/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs#L1415
https://github.com/madewokherd/mono/blob/3445531d2550157162ba71a5ff460a4d6a8aff3d/mcs/class/System/Test/System.Net.Sockets/SocketTest.cs#L212
https://github.com/madewokherd/mono/blob/3445531d2550157162ba71a5ff460a4d6a8aff3d/mcs/class/System/Test/System.Net/WebRequestTest.cs#L326

Bisect result:

414b31bc0bbbfe005e90a1946a649082dc303c55 is the first bad commit
commit 414b31bc0bbbfe005e90a1946a649082dc303c55
Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Sun Jun 20 11:05:54 2021 -0500

    ws2_32: Reimplement select() on top of IOCTL_AFD_POLL.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list