Message9226

Author sowmyalakkappa
Recipients sowmyalakkappa
Date 2014-12-11.05:38:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418276308.03.0.871395412569.issue2235@psf.upfronthosting.co.za>
In-reply-to
Content
Jython test import_jy fails with the below error when tested with Oracle java8:

test test_import_jy failed -- Traceback (most recent call last):
  File \'/tmp/results/linux_ppc-64/134756/16890785/jython_testset/jsvt146-jython-m141-20121106-182909/jython_test_material/Lib/test/test_import_jy.py\', line 91, in test_dunder_init
    self.assertEquals(bytecode, read(init_compiled),
AssertionError: bytecode was recompiled

Test works fine if we importing directly the required class instead of *. 

So, please fix the class loading issue while using java8
History
Date User Action Args
2014-12-11 05:38:28sowmyalakkappasetrecipients: + sowmyalakkappa
2014-12-11 05:38:28sowmyalakkappasetmessageid: <1418276308.03.0.871395412569.issue2235@psf.upfronthosting.co.za>
2014-12-11 05:38:27sowmyalakkappalinkissue2235 messages
2014-12-11 05:38:26sowmyalakkappacreate