Message9244

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

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.

est_compile.py:441:        #FIXME: not working in Jython, should it?:
test_compile.py:462:            #FIXME: Next one not working in Jython:
test_compile.py:478:        #FIXME: raises wrong error in Jython.
test_compile.py:487:        #FIXME: raises NPE in Jython.
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-15 22:55:48jeff.allenunlinkissue2237 messages
2014-12-15 22:50:50jeff.allensetrecipients: + jeff.allen
2014-12-15 22:50:50jeff.allensetmessageid: <1418683850.33.0.747591536782.issue2237@psf.upfronthosting.co.za>
2014-12-15 22:50:50jeff.allenlinkissue2237 messages
2014-12-15 22:50:49jeff.allencreate