https://bugs.winehq.org/show_bug.cgi?id=53268
Bug ID: 53268 Summary: urlmon:protocol - test_protocol_terminate() fails on Windows and Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: urlmon Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
urlmon:protocol - test_protocol_terminate() fails on Windows and Wine:
protocol.c:1188: Test failed: unexpected call ReportResult protocol.c:1196: Test failed: hrResult = 00000000, expected: 80004004 protocol.c:3334: Test failed: Read failed: 00000001
https://test.winehq.org/data/patterns.html#urlmon:protocol
Where 80004004 == E_ABORT.
These three failures always happen together. The last one is in test_protocol_terminate() while the first two are in ProtocolSink_ReportResult().
These failures happen on all Windows versions and in Wine too with varying frequency (frequent on Windows 7 and less on 21H1, etc.).