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 terry.reedy
Recipients miss-islington, ned.deily, steve.dower, taleinat, terry.reedy
Date 2019-08-05.22:09:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565042990.77.0.890745697071.issue37706@roundup.psfhosted.org>
In-reply-to
Content
I remembered this morning that we need to check test_tkk_guionly or (easier, but less obviously also all gui) test_tk either in test suite output, or run by itself with
  python -m test.test_tk  # or test -ugui test_tk
because idle it has non-gui tests that always run. From a random Azure Mac output:
  test_ttk_guionly skipped -- cannot run without OS X gui process
whereas Azure Ubuntu gives
  [201/419] test_ttk_guionly passed
and ditto for test_tk.  Also, "test_tix test_tk test_ttk_guionly" under 'tests skipped'.

The skips for the only current Mac buildbot I found,
https://buildbot.python.org/all/#/workers/20,
Matt Billenstein <matt@vazor.com> High Sierra 10.13.6,
also include "test_tix test_tk test_ttk_guionly"

Perhaps you can ask him if his machine is suitable for adding gui tests and offer to help.

Tal, when you can build on Mac, are you making framework builds?  Does test_tk run?
History
Date User Action Args
2019-08-05 22:09:51terry.reedysetrecipients: + terry.reedy, taleinat, ned.deily, steve.dower, miss-islington
2019-08-05 22:09:50terry.reedysetmessageid: <1565042990.77.0.890745697071.issue37706@roundup.psfhosted.org>
2019-08-05 22:09:50terry.reedylinkissue37706 messages
2019-08-05 22:09:50terry.reedycreate