Re: [PR] Enable SurrogatePairLengthTest [xerces-j]
elharo (via GitHub) <[email protected]> Sun, 19 Jul 2026 14:50:56 -0000
| Newsgroups | gmane.text.xml.xerces-j.devel |
|---|---|
| Message-ID | <PR_kwDOLzdO6M7zCP5r-b7680bf4-71f3-420d-bbee-8a1717267ff8@gitbox.apache.org> |
elharo commented on code in PR #116:
URL: https://github.com/apache/xerces-j/pull/116#discussion_r3610771795
##########
build.xml:
##########
@@ -835,24 +835,34 @@ Authors:
<include name="schema/config/IgnoreXSIType_A_C_Test.class"/>
<include name="schema/config/IgnoreXSIType_C_A_Test.class"/>
<include name="schema/config/RootSimpleTypeDefinitionTest.class"/>
- <include name="schema/config/RootTypeDefinitionTest.class"/>
- <include name="schema/config/UseGrammarPoolOnly_False_Test.class"/>
- <!-- These tests are failing. Fix them.
- <include name="schema/config/IgnoreXSIType_C_AC_Test.class"/>
- <include name="schema/config/IgnoreXSIType_C_CA_Test.class"/>
- <include name="schema/config/IgnoreXSIType_C_C_Test.class"/>
- <include name="schema/config/SurrogatePairLengthTest.class"/>
- <include name="schema/config/UseGrammarPoolOnly_True_Test.class"/>
- <include name="schema/config/UnparsedEntityCheckingTest.class"/>
- -->
- <include name="schema/Test.class"/>
+ <include name="schema/config/RootTypeDefinitionTest.class"/>
+ <include name="schema/config/UseGrammarPoolOnly_False_Test.class"/>
+ <!-- These tests are failing. Fix them.
+ <include name="schema/config/IgnoreXSIType_C_AC_Test.class"/>
+ <include name="schema/config/IgnoreXSIType_C_CA_Test.class"/>
+ <include name="schema/config/IgnoreXSIType_C_C_Test.class"/>
+ <include name="schema/config/UseGrammarPoolOnly_True_Test.class"/>
+ <include name="schema/config/UnparsedEntityCheckingTest.class"/>
+ -->
+ <include name="schema/Test.class"/>
<include name="jaxp/JAXPSpecTest.class"/>
<include name="dom/ids/Test.class"/>
- </fileset>
- </batchtest>
+ </fileset>
+ </batchtest>
-
- <formatter type="brief" usefile="false"/>
+ <formatter type="brief" usefile="false"/>
+ </junit>
+
+ <junit fork="yes"
+ haltonfailure="no"
+ haltonerror="yes"
+ failureproperty="test.failed"
+ errorproperty="test.failed"
+ showoutput="yes">
+ <classpath refid="test.classpath"/>
+ <sysproperty key="org.apache.xerces.impl.dv.xs.useCodePointCountForStringLength" value="true"/>
Review Comment:
This is done in the test, not needed here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]