[Bug 55330] New: vbscript:createobj - The 64-bit test_GetObject() fails on Windows 8 and 10 1507
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(a)winehq.org Reporter: fgouget(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55330 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase --- Comment #1 from François Gouget <fgouget(a)codeweavers.com> --- Note: 800a0046 == MAKE_VBSERROR(VBSE_PERMISSION_DENIED) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55330 Robert Wilhelm <sloper42(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sloper42(a)yahoo.com --- Comment #2 from Robert Wilhelm <sloper42(a)yahoo.com> --- Created attachment 75383 --> https://bugs.winehq.org/attachment.cgi?id=75383 patch Maybe this patch helps. It mimics behavior from a few line above. I could not reproduce this issue on testbot when sending empty (only whitespace) patch. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla