https://bugs.winehq.org/show_bug.cgi?id=40113
Bug ID: 40113 Summary: mshtml:xmlhttprequest regression Product: Wine Version: 1.9.3 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The commit below introduced 4 new test failures but only in the Windows XP SP2 + Internet Explorer 7 case (fg-winxp-2spie7 VM).
By very specific I mean that: * Windows XP SP2 + IE 6 has no failure because IE 6 is too old (fg-winxp-2sp). * Windows XP SP2 + IE 7 has the 4 extra failures for a total of 28 (fg-winxp-2spie7). * Windows XP SP3 + IE 7 has the same 24 failures as before the commit (fg-winxp-3sp). * Windows XP SP3 + IE 8 has no failures at all (fg-winxp-3spie8).
All four new failures are identical to the one below, in particular due to the line number being meaningless: xmlhttprequest.c:551: Test failed: Expected enabled: (INTERFACESAFE_FOR_UNTRUSTED_CALLER | INTERFACESAFE_FOR_UNTRUSTED_DATA | INTERFACE_USES_SECURITY_MANAGER), got 0x00000003
Given the existing failures it might make sense to skip all 28 tests on IE < 8.
commit 798b1e06f38328121e0f201a9a44ba020e07e1f2 Author: Zhenbo Li litimetal@gmail.com Date: Fri Dec 25 15:30:06 2015 +0800
mshtml: Add IHTMLXMLHttpRequest::responseXML() method implementation.
Signed-off-by: Zhenbo Li litimetal@gmail.com Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org