Message12536

Author adamburke
Recipients adamburke, jamesmudd
Date 2019-05-24.06:19:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558678788.42.0.0247550329249.issue2651@roundup.psfhosted.org>
In-reply-to
Content
Still happening periodically. As before, failure happens in test_builtin.

Have just run a test locally on windows on open JDK 7 without seeing a failure. May be Linux build specific. 

Test run:

REM Try to reproduce test_builtin crash on JDK 7

FOR /L %%A IN (1,1,200) DO (
    echo %%A
    dist\bin\jython.exe  -m test.regrtest --verbose  test_grammar test_opcodes test_dict test_builtin
)
History
Date User Action Args
2019-05-24 06:19:48adamburkesetmessageid: <1558678788.42.0.0247550329249.issue2651@roundup.psfhosted.org>
2019-05-24 06:19:48adamburkesetrecipients: + adamburke, jamesmudd
2019-05-24 06:19:48adamburkelinkissue2651 messages
2019-05-24 06:19:48adamburkecreate