https://bugs.winehq.org/show_bug.cgi?id=55330
Bug ID: 55330 Summary: vbscript:createobj - The 64-bit test_GetObject() fails on Windows 8 and 10 1507 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
vbscript:createobj - The 64-bit test_GetObject() fails on Windows 8 and 10 1507:
createobj.c:993: Test failed: hres = 800a0046 createobj.c:994: Test failed: expected QI_IObjectWithSite createobj.c:995: Test failed: expected SetSite createobj.c:996: Test failed: expected reportSuccess createobj.c:1002: Test failed: hres = 800a0046 createobj.c:1003: Test failed: expected QI_IObjectWithSite createobj.c:1004: Test failed: expected SetSite createobj.c:1009: Test failed: ParseScriptText failed: 800a0046 createobj.c:1010: Test failed: expected QI_IObjectWithSite createobj.c:1011: Test failed: expected reportSuccess
See https://test.winehq.org/data/patterns.html#vbscript:createobj
These failures only happen in the 64-bit tests and only on two test configurations: * w1064v1507 - Windows 10 1507 64-bit Started getting the failures on 2023-07-11. If they were related to the GitLab CI switch to Debian 12 one would expect the failures to have started a day earlier. However the failures are not 100% systematic so it's possible they are linked to the switch anyway.
* w864 - Windows 8 64-bit Only gets the failures on line 1002 and greater (for a total of 6). Also the failures started a little bit later, on 2023-07-17, and they have been almost systematic since then.