https://bugs.winehq.org/show_bug.cgi?id=54815
Bug ID: 54815 Summary: wininet:internet - test_InternetErrorDlg() fails on Windows 10 1607 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:internet - test_InternetErrorDlg() fails on Windows 10 1607:
internet.c:1593: Test failed: Got 0, expected 1223 (12062) internet.c:1606: Test failed: Got 0, expected 1223 (12062)
See https://test.winehq.org/data/patterns.html#wininet:internet
Where: 0 == ERROR_SUCCESS 1223 == ERROR_CANCELLED 12062 == ERROR_INTERNET_SEC_CERT_WEAK_SIGNATURE
These failures are systematic and only happen on the w1064v1607 VM.
The gist of it is that InternetErrorDlg() does not handle ERROR_INTERNET_SEC_CERT_WEAK_SIGNATURE as expected on Windows 10 1607.
All is fine on 1709+. But if this was a case where old Windows 10 versions were broken, then this test should be failing on Windows 10 1507 too. But that's not the case.
Maybe this should still be a broken() but it would be nice to know what's different with this VM.