Differences between revisions 9 and 12 (spanning 3 versions)
Revision 9 as of 2009-05-28 01:47:30
Size: 1078
Editor: PhilipJenvey
Comment: couple more fixes
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:
9 fails unexpected:
    test_classpathimporter test_java_integration
    test_marshal test_netrc test_old_mailbox test_pkgimport
    test_popen test_shutil test_urllib2
1 tests failed:
    test_java_integration
Line 11: Line 9:
* test_classpathimporter - file handles, though not a straightforward fix, org.python.core.ClasspathPyImporter is the culprit
Line 13: Line 10:
* test_marshal - recursion tests blow out stack. jython.bat sets Xss512k (and posix sets Xss1024k) but windows seems to need Xss1280k to pass
* test_netrc - file handles
* test_old_mailbox - file handles?
* test_pkgimport - file handles? but passes over here..
* test_popen - http://bugs.python.org/issue1559298
* test_shutil - apparently java.io.File.delete completely ignores ntfs permissions set by test_on_error???
* test_urllib2 - ?
Line 21: 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)