https://bugs.winehq.org/show_bug.cgi?id=39435
Bug ID: 39435 Summary: The 64 bit mshtml:xmlhttprequest fails on Windows 8/10 Product: Wine Version: 1.7.52 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The 64 bit mshtml:xmlhttprequest has six failures on Windows 8/8.1/10:
xmlhttprequest.c:444: Test failed: text == NULL xmlhttprequest.c:445: Test failed: Expect Server: Apache, got (null) xmlhttprequest.c:453: Test failed: AllResponseHeaders(ETag: "33a034e-33-4f1223417ce00" Content-Length: 51 Keep-Alive: timeout=5, max=1000 Content-Type: application/xml Last-Modified: Wed, 29 Jan 2014 20:58:32 GMT ) don't have expected substr(Server: Apache) xmlhttprequest.c:444: Test failed: text == NULL xmlhttprequest.c:445: Test failed: Expect Accept-Ranges: bytes, got (null) xmlhttprequest.c:453: Test failed: AllResponseHeaders(ETag: "33a034e-33-4f1223417ce00" Content-Length: 51 Keep-Alive: timeout=5, max=1000 Content-Type: application/xml Last-Modified: Wed, 29 Jan 2014 20:58:32 GMT ) don't have expected substr(Accept-Ranges: bytes)
This is specific to the 64 bit + Windows 8/8.1/10 combination. Note that these failures don't happen on 64 bit Vista and Windows 7 machines.
Success IE8 wvistau64-64 Success IE9 win7u64-1spie9t64 Success IE11 w7pro64-64 Failure IE?? cw1-hd6800-t64 (Windows 8.1) Failure IE?? cw2-gtx560-t64 (Windows 8.1) Failure IE9 fg-acer64-w8-t64 (Windows 8) Failure IE?? pelzflowin81pronvid Failure IE?? cw1-hd6800-t64 (Windows 10) Failure IE?? cw2-gtx560-t64 (Windows 10)