Differences between revisions 6 and 7
Revision 6 as of 2009-05-27 03:25:02
Size: 1133
Editor: PhilipJenvey
Comment: catalog windows failures
Revision 7 as of 2009-05-27 03:27:48
Size: 1184
Editor: PhilipJenvey
Comment: updates
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
* test_classpathimporter - file handles * test_classpathimporter - file handles, though not a straightforward fix, org.python.core.ClasspathPyImporter is the culprit
Line 13: Line 13:
* test_java_integration - jython.bat file needs (doesn't 'need' to but seems the only way around this as there's nothing subprocess can do about it) to strip surrounding quotes from command line arguments * 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

Windows regrtest failures

11 fails unexpected:
test_classpathimporter test_gettext test_java_integration test_marshal test_netrc test_old_mailbox test_pkgimport test_popen test_shutil test_tarfile test_urllib2
  • test_classpathimporter - file handles, though not a straightforward fix, org.python.core.ClasspathPyImporter is the culprit
  • test_gettext - ?
  • 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_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_tarfile - mostly fixed but still flakey I guess
  • test_urllib2 - ?

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

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