https://bugs.winehq.org/show_bug.cgi?id=40254
Bug ID: 40254 Summary: mshtml:script test regression (timeout) 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
Since the commit below, the test times out on some Windows XP machines:
script.c:632: Test failed: L"XMLHttpRequest not found in window object\n" script.c:632: Test failed: L"typeof(XMLHttpRequest) = undefined" script.c:632: Test failed: L"got exception 'XMLHttpRequest' is undefined" test failed: timed out
Looking at the test.winehq.org results this seems to specifically affect pre-Internet Explorer 7 Windows XP configurations such as fgtb-fgtbwinxp, fg-winxp-1sp and fg-winxp-2sp (for instance none of the fg-winxp-2spie7 and up VMs is affected).
mshtml:script results on test.winehq.org: https://test.winehq.org/data/tests/mshtml:script.html
commit c0fda9824e213e5a779bddfba6052dfc20b9c8d3 Author: Jacek Caban jacek@codeweavers.com Date: Wed Feb 24 15:21:24 2016 +0100
mshtml: Expose XMLHttpRequest constructor to scripts.