This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients markroseman, ned.deily, python-dev, terry.reedy
Date 2016-08-10.19:51:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470858680.82.0.127242951459.issue27714@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-08-10 19:51:20ned.deilysetrecipients: + ned.deily, terry.reedy, markroseman, python-dev
2016-08-10 19:51:20ned.deilysetmessageid: <1470858680.82.0.127242951459.issue27714@psf.upfronthosting.co.za>
2016-08-10 19:51:20ned.deilylinkissue27714 messages
2016-08-10 19:51:20ned.deilycreate