Message11173

Author jeff.allen
Recipients jeff.allen, stefan.richthofer
Date 2017-03-04.12:35:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488630960.09.0.555645205728.issue2554@psf.upfronthosting.co.za>
In-reply-to
Content
A bit of triage for you of tests failing for me on Windows 10. They deserve a ticket each, but most already have one as noted:

#test___all__ # issue #2308: invalid to expect a pass?
test_classpathimporter # regression in test_bug1126, test_bug1239
test_codecencodings_tw # multibyte invalid characters?
test_io # issue #2563
test_io_jy # similar to issue #2563
test_java_integration # non-portable use of "/"
test_jython_initializer # issue #2313
test_marshal # issue #2559
test_platform # issue #2561
#test_select_new # not repeatable in isolation
#test_sort # issue #2399 - much "unexpected output": failure or not?
test_ssl # "Unable to create OpenSSL" (JAR missing?)or if -v given issue #2561 :(
test_univnewlines # issue #2563
test_zipimport_jy # issue #2318

You can use that text with regrtest -f <file containing that text>

I don't get the time and calendar failures: possibly non-English locale?
History
Date User Action Args
2017-03-04 12:36:00jeff.allensetmessageid: <1488630960.09.0.555645205728.issue2554@psf.upfronthosting.co.za>
2017-03-04 12:36:00jeff.allensetrecipients: + jeff.allen, stefan.richthofer
2017-03-04 12:36:00jeff.allenlinkissue2554 messages
2017-03-04 12:35:59jeff.allencreate