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 ned.deily, terry.reedy
Date 2016-06-14.00:49:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465865390.09.0.618470621806.issue27312@psf.upfronthosting.co.za>
In-reply-to
Content
Running tests of 3.6.0a2 with gui enabled on OS X result in various failures of the form:

======================================================================
ERROR: test_setupapp (idlelib.idle_test.test_macosx.SetupTest) (tktype='carbon')
Call setupApp with each possible graphics type.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/idlelib/idle_test/test_macosx.py", line 93, in test_setupapp
    macosx.setupApp(root, flist)
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/idlelib/macosx.py", line 245, in setupApp
    overrideRootMenu(root, flist)
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/idlelib/macosx.py", line 133, in overrideRootMenu
    closeItem = mainmenu.menudefs[0][1][-2]
IndexError: list index out of range

======================================================================
ERROR: test_setupapp (idlelib.idle_test.test_macosx.SetupTest) (tktype='cocoa')
Call setupApp with each possible graphics type.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/idlelib/idle_test/test_macosx.py", line 93, in test_setupapp
    macosx.setupApp(root, flist)
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/idlelib/macosx.py", line 245, in setupApp
    overrideRootMenu(root, flist)
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/idlelib/macosx.py", line 133, in overrideRootMenu
    closeItem = mainmenu.menudefs[0][1][-2]
IndexError: list index out of range
History
Date User Action Args
2016-06-14 00:49:50ned.deilysetrecipients: + ned.deily, terry.reedy
2016-06-14 00:49:50ned.deilysetmessageid: <1465865390.09.0.618470621806.issue27312@psf.upfronthosting.co.za>
2016-06-14 00:49:50ned.deilylinkissue27312 messages
2016-06-14 00:49:49ned.deilycreate