Differences between revisions 11 and 12
Revision 11 as of 2009-05-29 06:06:17
Size: 768
Editor: PhilipJenvey
Comment:
Revision 12 as of 2009-05-31 00:27:42
Size: 645
Editor: PhilipJenvey
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
5 tests failed:
    test_classpathimporter test_java_integration test_old_mailbox
    test_popen test_shutil
1 tests failed:
    test_java_integration
Line 10: Line 9:
* test_classpathimporter - file handles, though not a straightforward fix, org.python.core.ClasspathPyImporter is the culprit
Line 12: Line 10:
* test_old_mailbox - file handles?
* test_popen - http://bugs.python.org/issue1559298
* test_shutil - apparently java.io.File.delete completely ignores ntfs permissions set by test_on_error???
Line 16: Line 11:
Also test_mailbox fails horribly and is temporarily disabled from regrtest --expected 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

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:

JythonDeveloperGuide/RegressionTestNotes (last edited 2009-05-31 00:27:42 by PhilipJenvey)