Message10252

Author adamburke
Recipients adamburke
Date 2015-09-13.02:48:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442112505.3.0.694134916851.issue2396@psf.upfronthosting.co.za>
In-reply-to
Content
Jeff Allen also reported by mail

 jython -m test.regrtest -e
...
17 fails unexpected:
     test___all__ test_classpathimporter test_file2k test_httpservers
     test_jython_initializer test_netrc test_os_jy test_runpy
     test_select test_shutil test_sys test_sys_jy test_tarfile
     test_threading test_urllib2 test_zipfile test_zipimport_jy

Three of these are expected failures excluded by the suggested fix for regression tests in http://bugs.jython.org/issue2393

so I get 


14 tests failed:
    test_cmd_line test_codecs_jy test_compile_jy test_import_jy
    test_java_visibility test_json test_jython_launcher test_pdb
    test_quopri test_site test_site_jy test_threading test_warnings
    test_zipimport_support
14 fails unexpected:
    test_cmd_line test_codecs_jy test_compile_jy test_import_jy
    test_java_visibility test_json test_jython_launcher test_pdb
    test_quopri test_site test_site_jy test_threading test_warnings
    test_zipimport_support
History
Date User Action Args
2015-09-13 02:48:25adamburkesetmessageid: <1442112505.3.0.694134916851.issue2396@psf.upfronthosting.co.za>
2015-09-13 02:48:25adamburkesetrecipients: + adamburke
2015-09-13 02:48:25adamburkelinkissue2396 messages
2015-09-13 02:48:24adamburkecreate