The GitHub Actions job "CMake" on subversion.git/xml-schema-validation-improvements has failed. Run started by GitHub user asf-gitbox-commits (triggered by asf-gitbox-commits).
Head commit for run: 44544eb95717c8a239458d6f9dcf0e8c8c789da5 / Ivan Zhakov <[email protected]> On 'xml-schema-validation-improvements' branch: Use builtin XML parser to perform basic XML validation in tests when XML schema validation is disabled. XML parsing produces less verbose, but still useful error messages: [[[ XML: mismatched tag: line 3, column 2 XML: mismatched tag: line 37, column 2 XML: not well-formed (invalid token): line 10, column 11 ]]] With the full XML schema validation error messages are as follows: [[[ XML: Opening and ending tag mismatch: log line 2 and logentry, line 3, column 12 (<string>, line 3) XML: Opening and ending tag mismatch: log line 2 and logentry, line 37, column 12 (<string>, line 37) XML: PCDATA invalid Char value 8, line 10, column 12 (<string>, line 10) ]]] * subversion/tests/cmdline/log_tests.py * subversion/tests/cmdline/prop_tests.py (log_with_merge_history_and_search, log_xml_with_merge_history, xml_unsafe_author2): Update XFail condition. * subversion/tests/cmdline/svntest/verify.py (): Import xml.etree.ElementTree. (validate_xml_schema): Parse XML with xml.etree.ElementTree if XML schema validation is disabled. git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/xml-schema-validation-improvements@1935590 13f79535-47bb-0310-9956-ffa450edef68 Report URL: https://github.com/apache/subversion/actions/runs/28039432834 With regards, GitHub Actions via GitBox
