https://bugs.winehq.org/show_bug.cgi?id=55720
--- Comment #1 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- The failure of the CI is strange. I'm not able to reproduce it locally or as stated on the Testbox VM's.
The basics are that XSLPattern_to_XPath fails to parse the string (correctly) which returns the original string. The string is then passed in to xmlXPathEvalExpression and for some reason it returns it as a valid query.
Next it attempts to find the first element, which doesn't exist, thus the S_FALSE return value.
The questions. 1. Does the CI build use local libxml or wine builtin? 2. Is the CI using mingw/gcc/clang/other?