Re: [PR] Enable SurrogatePairLengthTest in a separate forked JVM [xerces-j]
elharo (via GitHub) <[email protected]> Sun, 19 Jul 2026 12:23:03 -0000
| Newsgroups | gmane.text.xml.xerces-j.devel |
|---|---|
| Message-ID | <PR_kwDOLzdO6M7zCP5r-6e8508e1-83c6-4adc-af4f-37a01c830f83@gitbox.apache.org> |
elharo commented on PR #116: URL: https://github.com/apache/xerces-j/pull/116#issuecomment-5015694907 Updated approach: instead of a separate forked JVM, `TypeValidator.getDataLength()` now reads the system property at runtime via `Boolean.getBoolean()`. The test uses `setUp()`/`tearDown()` to set and reset the property. Tests run sequentially within the shared JVM, so this is safe. Comments added to both the test and `build.xml` documenting the sequential-execution dependency. -- 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]