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 zach.ware
Recipients Todd.Rovito, amaury.forgeotdarc, ezio.melotti, jkloth, loewis, pitrou, python-dev, roger.serwy, terry.reedy, trent, zach.ware
Date 2013-06-25.16:48:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372178911.72.0.651557811914.issue17883@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I've managed to cobble together a buildbot setup to test the hang myself and have come up with a couple possible solutions.

The first is to change the buildbot service on the slaves to allow desktop interaction.  This way, the tests can actually run.  If that's not possible, it's probably simplest to just pass -u-gui to the buildslaves in question, since there is in fact no gui available.  That should at least fix the test_ttk_guionly problem.

As for the test_tcl problem, how about this patch?  It simply wraps the Popen call in a try/except, and converts to a skip in case of an 'Access is denied' error.
History
Date User Action Args
2013-06-25 16:48:31zach.waresetrecipients: + zach.ware, loewis, terry.reedy, amaury.forgeotdarc, pitrou, jkloth, trent, ezio.melotti, roger.serwy, Todd.Rovito, python-dev
2013-06-25 16:48:31zach.waresetmessageid: <1372178911.72.0.651557811914.issue17883@psf.upfronthosting.co.za>
2013-06-25 16:48:31zach.warelinkissue17883 messages
2013-06-25 16:48:31zach.warecreate