Differences between revisions 10 and 11
Revision 10 as of 2009-05-28 06:14:24
Size: 924
Editor: PhilipJenvey
Comment:
Revision 11 as of 2009-05-29 06:06:17
Size: 768
Editor: PhilipJenvey
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
6 tests failed:
    test_classpathimporter test_java_integration test_marshal
    test_
old_mailbox test_popen test_shutil
5 tests failed:
    test_classpathimporter test_java_integration test_old_mailbox
   
test_popen test_shutil
Line 12: Line 12:
* test_marshal - recursion tests blow out stack. jython.bat sets Xss512k (and posix sets Xss1024k) but windows seems to need Xss1280k to pass

Windows regrtest failures

5 tests failed:
test_classpathimporter test_java_integration test_old_mailbox test_popen test_shutil
  • test_classpathimporter - file handles, though not a straightforward fix, org.python.core.ClasspathPyImporter is the culprit
  • 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
  • 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???

Also test_mailbox fails horribly and is temporarily disabled from regrtest --expected

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