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.
https://bugs.winehq.org/show_bug.cgi?id=53680
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |81e91afb36f014956db75d29f0d | |ad334bf0f9e75 Keywords| |regression, source, | |testcase
https://bugs.winehq.org/show_bug.cgi?id=53680
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jacek@codeweavers.com Fixed by SHA1| |1cd47755763cb2a17a8e48b3cb4 | |f7c838be96aa2 Resolution|--- |FIXED
--- Comment #1 from Jacek Caban jacek@codeweavers.com --- Fixed in git: https://gitlab.winehq.org/wine/wine/-/commit/1cd47755763cb2a17a8e48b3cb4f7c8...
https://bugs.winehq.org/show_bug.cgi?id=53680
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.0-rc3.