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 Lita.Cho, gpolo, jesstess, serhiy.storchaka, terry.reedy, zach.ware
Date 2014-08-23.19:49:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408823342.05.0.619722454306.issue21585@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that #22236 should be resolved first.  As for resource guarding the 'wantobjects = 0' tests, do we really need to?  It takes a bit under 20 seconds to run all of the tkinter tests on this machine, and I don't think 40 seconds is an unduly long runtime for such a large set of tests, so I would vote for just loading both sets of tests every time.  Or if others feel the 'wantobjects' test should be guarded, I think we could just reuse the 'cpu' resource (since it's really just time that we're guarding).

And the rearrangement will of course be a separate issue; I only mentioned it here because that patch takes care of moving away from test_main and support.run_unittest, and may have an impact on how this issue can be resolved.
History
Date User Action Args
2014-08-23 19:49:02zach.waresetrecipients: + zach.ware, terry.reedy, gpolo, jesstess, serhiy.storchaka, Lita.Cho
2014-08-23 19:49:02zach.waresetmessageid: <1408823342.05.0.619722454306.issue21585@psf.upfronthosting.co.za>
2014-08-23 19:49:02zach.warelinkissue21585 messages
2014-08-23 19:49:01zach.warecreate