https://bugs.winehq.org/show_bug.cgi?id=53459
Bug ID: 53459 Summary: wininet:http - test_security_flags() sometimes fails on Windows due to a security channel error Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: wininet Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
wininet:http - test_security_flags() sometimes fails on Windows due to a security channel error:
http.c:6590: Test failed: req_error = 12157 http.c:6598: Test failed: expected status 30 (INTERNET_STATUS_SENDING_REQUEST) 1 times, received 0 times http.c:6599: Test failed: expected status 31 (INTERNET_STATUS_REQUEST_SENT) 1 times, received 0 times http.c:6600: Test failed: expected status 40 (INTERNET_STATUS_RECEIVING_RESPONSE) 1 times, received 0 times http.c:6601: Test failed: expected status 41 (INTERNET_STATUS_RESPONSE_RECEIVED) 1 times, received 0 times http.c:6606: Test failed: flags = 8, expected 0 http.c:6607: Test failed: INTERNET_OPTION_SECURITY_FLAGS flags = 1180, expected 20001181 http.c:6607: Test failed: INTERNET_OPTION_SECURITY_FLAGS(98) flags = 1180, expected 20001181 http.c:6612: Test failed: size = 0
https://test.winehq.org/data/patterns.html#wininet:http
This failure is quite rare (~1.2%) and seems to only happen on Windows 7 and 8. * 2022-04-27 cw-rx460 (win81) and w864 * 2022-05-18 cw-rx460 (win81) * 2022-05-19 w7u-el * 2022-07-29 w864