https://bugs.winehq.org/show_bug.cgi?id=55720
Bug ID: 55720 Summary: msxml3:domdoc - test_domnode() fails in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: msxml3 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
msxml3:domdoc - test_domnode() fails in Wine:
domdoc.c:2521: Test failed: Unexpected hr 0x1.
See https://test.winehq.org/data/patterns.html#msxml3:domdoc
This does not happen in all test configurations. In particular it does not happen on any of the TestBot VMs (or my VMs), but it is systematic on the GitLab CI and Remi's Linux cloud machines.
A look at the commits shows that this failure was introduced by the commit below. The failure even showed up in the GitLab CI's pipeline but MR!4004 got merged anyway.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4004/pipelines
commit 0770ba61ceb81794e5d03b6d6c48597d1b67c7ae Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Tue Oct 3 17:08:16 2023 +1100
msxml3: IXMLDOMElement::selectSingleNode always assign a value to the output parameter.