Message11207

Author jamesmudd
Recipients jamesmudd, jeff.allen, stefan.richthofer
Date 2017-03-08.20:53:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489006434.48.0.643107020046.issue2554@psf.upfronthosting.co.za>
In-reply-to
Content
Have just been looking the these test_codecencodings_tw also fails on Linux we just don't see it because its excluded for some reason see line 1366 regrtest.py it appears a bit odd to me that it gets run on Windows as the other tests for these extended encodings are excluded for all see lines 1292-1296 regrtest.py

I'm not really for ignoring failing tests but it seem like moving test_codecencodings_tw to join the other codecencodings tests which fail on all platforms might be ok?

For note here are the fails on Windows with current master and PR61 which fixes test_marshal:

    'test_classpathimporter',
    'test_codecencodings_tw',
    'test_inspect', - Passes in isolation
    'test_java_integration',
    'test_java_visibility', - Passes in isolation
    'test_jython_initializer',
    'test_sort',
    'test_zipimport_jy',
History
Date User Action Args
2017-03-08 20:53:54jamesmuddsetmessageid: <1489006434.48.0.643107020046.issue2554@psf.upfronthosting.co.za>
2017-03-08 20:53:54jamesmuddsetrecipients: + jamesmudd, jeff.allen, stefan.richthofer
2017-03-08 20:53:54jamesmuddlinkissue2554 messages
2017-03-08 20:53:53jamesmuddcreate