Message9245

Author jeff.allen
Recipients jeff.allen
Date 2014-12-15.22:55:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418684133.21.0.314407020027.issue2237@psf.upfronthosting.co.za>
In-reply-to
Content
Ticket opened to cover these aspects of #1861:

[Corrected list]

test_float.py:38:        #FIXME: not raising ValueError on Jython:
test_float.py:221:        #FIXME: Jython fails some mod edge cases.
test_float.py:276:            #FIXME: Jython fails this.
test_float.py:287:            #FIXME: Jython fails these.
test_float.py:292:            #FIXME: Jython fails some of this.
test_float.py:302:            #FIXME: Jython fails some of this.
test_float.py:340:            #FIXME: Jython fails these.
test_float.py:367:            #FIXME: Jython fails this.
test_float.py:375:            #FIXME: Jython fails this.

test_cmath.py:465:        # XXX: though not in Jython, should this be fixed?

test_cmath.py:56:    #FIXME: this is not passing on Jython. Close
test_cmath.py:96:            #FIXME: complex(-0.0, -0.0) does not keep the negative in Jython,
test_cmath.py:130:    #FIXME: this is not passing on Jython. Close
test_cmath.py:132:    @unittest.skipIf(is_jython, "FIXME: not working in Jython")
test_cmath.py:286:                    #FIXME: this is not passing on Jython
test_cmath.py:300:    #FIXME: this is not passing on Jython. Close
test_cmath.py:302:    @unittest.skipIf(is_jython, "FIXME: not working in Jython")
test_cmath.py:386:    #FIXME: complex(-0.0, -0.0) does not keep the negative in Jython, skip
test_cmath.py:435:    #FIXME: complex(-0.0, -0.0) does not keep the negative in Jython, skip

test_complex.py:131:    @unittest.skipIf(test_support.is_jython, "FIXME: not working in Jython")
test_complex.py:144:    @unittest.skipIf(test_support.is_jython, "FIXME: not working in Jython")
test_complex.py:223:    @unittest.skipIf(test_support.is_jython, "FIXME: not working in Jython")
test_complex.py:267:        #FIXME: these are not working in Jython.
test_complex.py:272:        #FIXME: these are not working in Jython.
test_complex.py:278:        #FIXME: this is not working in Jython.
test_complex.py:282:        #FIXME: this is not working in Jython.
test_complex.py:304:        #FIXME: this is not working in Jython.
test_complex.py:343:        #FIXME: these are raising wrong errors in Jython.
test_complex.py:351:        #FIXME: these are raising wrong errors in Jython.
test_complex.py:357:        #FIXME: not working in Jython.
test_complex.py:449:        #FIXME: these are not working in Jython.
test_complex.py:453:        #FIXME: these are not working in Jython.
test_complex.py:458:        #FIXME: this is not working in Jython.
test_complex.py:461:        #FIXME: this is not working in Jython.
test_complex.py:482:        #FIXME: this is not working in Jython.
test_complex.py:520:        #FIXME: these are raising wrong errors in Jython.
test_complex.py:527:        #FIXME: these are raising wrong errors in Jython.
test_complex.py:532:        #FIXME: not working in Jython.
test_complex.py:644:    @unittest.skipIf(test_support.is_jython, "FIXME: str.__complex__ not working in Jython")
test_complex.py:723:                         "FIXME: not working in Jython")
test_complex.py:732:    @unittest.skipIf(test_support.is_jython, "FIXME: not working in Jython")
test_complex.py:740:    @unittest.skipIf(test_support.is_jython, "FIXME: not working in Jython")
History
Date User Action Args
2014-12-16 06:38:59jeff.allenunlinkissue2237 messages
2014-12-15 22:55:33jeff.allensetmessageid: <1418684133.21.0.314407020027.issue2237@psf.upfronthosting.co.za>
2014-12-15 22:55:33jeff.allensetrecipients: + jeff.allen
2014-12-15 22:55:33jeff.allenlinkissue2237 messages
2014-12-15 22:55:33jeff.allencreate