https://bugs.winehq.org/show_bug.cgi?id=53491
Bug ID: 53491 Summary: urlmon:protocol - The test_https_protocol() download sometimes fails and times out on Windows 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 - The test_https_protocol() download sometimes fails and times out on Windows:
protocol.c:3616: Testing https protocol (from urlmon)... protocol.c:1196: Test failed: hrResult = 800c0008, expected: 00000000 protocol.c:3460: Test failed: wait timed out protocol.c:3462: Test failed: expected Switch urlmon:protocol:0534 done (258) in 120s
https://test.winehq.org/data/patterns.html#urlmon:protocol
Where 0x800c0008 == INET_E_DOWNLOAD_FAILURE
The download failure clearly causes the timeout, probably because the test expects some sort of "download complete" notification.
This failure happened 4 times on Windows 7 and 8: * 2022-06-10 w7u-es (twice) * 2022-05-30 cw-rx460 (Windows 8.1, twice)