RFR: 8290274: DRT 27 tests fail due to xml not well formed error on window

Kevin Rushforth kcr at openjdk.org
Wed Aug 10 12:48:48 UTC 2022


On Wed, 10 Aug 2022 10:06:21 GMT, Jay Bhaskar <jbhaskar at openjdk.org> wrote:

> Issue: xml not well-formed error occurs at XML document parser.
> Issue: doEnd() call not needed for JAVA platform, as it is making XMLDocumentParserLibxml2 xml not well-formed error.

Can you say why the `doEnd` call is not needed for the Java platform? Have you verified that there is no adverse effect to skipping it?

-------------

PR: https://git.openjdk.org/jfx/pull/866


More information about the openjfx-dev mailing list