https://bugs.winehq.org/show_bug.cgi?id=54531
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
--- Comment #1 from François Gouget fgouget@codeweavers.com --- Microsoft indicates that wininet.InternetGetProxyInfo() is deprecated on Windows 10 and not supported on Windows 11.
This test calls the jsproxy implementation instead and I don't know if that's built on top of wininet or the reverse. But it seems like that implementation is not supported all the same on Windows 11 (we don't have tests of the wininet implementation that could confirm that).
Although Microsoft's documentation does not say so, it seems like the same is true for jsproxy.InternetInitializeAutoProxyDll().
So I sent a merge request to just skip the tests when the function fails and does not set LastError. https://gitlab.winehq.org/wine/wine/-/merge_requests/2233