JythonDeveloperGuide/RegressionTestNotes
This wiki is in the process of being archived due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies. Edits are discouraged.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.
Windows regrtest failures
- 1 tests failed:
- test_java_integration
- test_java_integration - jython.bat needs (or 'should' as there's absolutely nothing subprocess can do about it) to strip surrounding quotes from command line arguments
Also still problematic:
- test_mailbox - fails so horribly that it's temporarily disabled from regrtest --expected. Leaves open file handles among other things, see http://fisheye3.atlassian.com/changelog/jython?cs=6427&csize=3 for related fixes done to test_old_mailbox
- test_subprocess - test_communicate_pipe_buf http://bugs.jython.org/issue1356
2026-02-14 16:30