Ned Deily added the comment:

Terry, b10a312f6d00 appears to fix most of the issue, that is, if I insert a 
deliberate failure into another IDLE test and use -w without -j, the four 
repeatable errors I identified above no longer occur.  Thanks.  However, the 
fifth, timing-dependent error still occurs during the -w rerun perhaps ever 5th 
run or so.  It might be worth pursuing to help squash other intermittent 
results:

======================================================================
ERROR: setUpClass (idlelib.idle_test.test_autocomplete.AutoCompleteTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/py/dev/3x/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.6/lib/python3.6/idlelib/idle_test/test_autocomplete.py",
 line 34, in setUpClass
    macosx.setupApp(cls.root, None)
  File 
"/py/dev/3x/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.6/lib/python3.6/idlelib/macosx.py",
 line 245, in setupApp
    overrideRootMenu(root, flist)
  File 
"/py/dev/3x/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.6/lib/python3.6/idlelib/macosx.py",
 line 215, in overrideRootMenu
    del mainmenu.menudefs[-1][1][0]
IndexError: list assignment index out of range

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27714>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to