https://bugs.winehq.org/show_bug.cgi?id=55952
Bug ID: 55952 Summary: Wine Mono HttpResponseStreamTest and HttpWebResponseTest fail Product: Wine Version: 8.21 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: wineserver Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com Distribution: ---
Regression from 8.20 to 8.21.
To reproduce, download the Wine Mono test suite from https://dl.winehq.org/wine/wine-mono/8.1.0/wine-mono-8.1.0-tests.zip and run: wine run-tests.exe MonoTests.System.Net.HttpResponseStreamTest MonoTests.System.Net.HttpWebResponseTest
In the good case I get 52 tests passed, 4 tests failed (no list of failing tests because these are "expected" failures).
In the bad case I get 2 tests passed and 54 failed, with a list of unexpected failures (I guess one of the tests in HttpWebResponseTest still works).
Bisect showed this:
a866d16ff8f737b864ceee10931aae06c51bed39 is the first bad commit commit a866d16ff8f737b864ceee10931aae06c51bed39 Author: Zebediah Figura zfigura@codeweavers.com Date: Fri Jul 15 20:03:02 2022 -0500
server: Return ERROR_CONNECTION_RESET when trying to recv() on a reset socket.