https://bugs.winehq.org/show_bug.cgi?id=53680
Bug ID: 53680 Summary: urlmon:url - test_BindToStorage() fails on Windows <= 8.1 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:url - test_BindToStorage() fails on Windows <= 8.1:
url.c:4082: synchronous https test (invalid CN, dialog) url.c:1654: Test failed: unexpected call OnProgress_CONNECTING url.c:1654: Test failed: unexpected call OnProgress_CONNECTING url.c:1846: Test failed: binding failed: 800c0005, expected 800c0019 url.c:1857: Test failed: res = 00002efd, expected 800c0019 url.c:3176: Test failed: Got 800c0005 url.c:3268: Test failed: expected QueryInterface_IHttpSecurity url.c:3269: Test failed: expected QueryService_IHttpSecurity url.c:3270: Test failed: expected OnSecurityProblem url.c:4089: asynchronous https test (invalid CN, fail) url.c:1654: Test failed: unexpected call OnProgress_CONNECTING url.c:1654: Test failed: unexpected call OnProgress_CONNECTING url.c:1846: Test failed: binding failed: 800c0005, expected 800c0019 url.c:1857: Test failed: res = 00002efd, expected 800c0019 url.c:3268: Test failed: expected QueryInterface_IHttpSecurity url.c:3269: Test failed: expected QueryService_IHttpSecurity url.c:3270: Test failed: expected OnSecurityProblem url.c:4093: asynchronous https test (invalid CN, accept) url.c:1846: Test failed: binding failed: 800c0005, expected 00000000 url.c:1857: Test failed: res = 00002efd, expected 00000000 url.c:3268: Test failed: expected QueryInterface_IHttpSecurity url.c:3269: Test failed: expected QueryService_IHttpSecurity url.c:3270: Test failed: expected OnSecurityProblem url.c:3288: Test failed: expected OnResponse url.c:3292: Test failed: expected OnProgress_MIMETYPEAVAILABLE url.c:3293: Test failed: expected OnProgress_BEGINDOWNLOADDATA url.c:3294: Test failed: expected OnProgress_ENDDOWNLOADDATA url.c:3302: Test failed: expected OnDataAvailable url.c:4097: asynchronous https test (invalid CN, dialog 2) url.c:1654: Test failed: unexpected call OnProgress_CONNECTING url.c:1654: Test failed: unexpected call OnProgress_CONNECTING url.c:1846: Test failed: binding failed: 800c0005, expected 00000000 url.c:1857: Test failed: res = 00002efd, expected 00000000 url.c:3288: Test failed: expected OnResponse url.c:3292: Test failed: expected OnProgress_MIMETYPEAVAILABLE url.c:3293: Test failed: expected OnProgress_BEGINDOWNLOADDATA url.c:3294: Test failed: expected OnProgress_ENDDOWNLOADDATA url.c:3302: Test failed: expected OnDataAvailable url.c:4102: asynchronous https test...
https://test.winehq.org/data/patterns.html#urlmon:url
A bisect shows these failures started with the commit below:
commit 81e91afb36f014956db75d29f0dad334bf0f9e75 Author: Alexandre Julliard julliard@winehq.org Date: Mon Aug 29 15:18:26 2022 +0200
urlmon/tests: Run tests against the gitlab server to avoid redirects.