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 nascheme
Recipients nascheme
Date 2019-07-29.18:34:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564425247.23.0.845576191882.issue37707@roundup.psfhosted.org>
In-reply-to
Content
Add a new support decorator, @skip_if_pgo_task and then use it to mark test cases.  I suspect the PGO task works well if it can exercise common code paths.  Running long tests likely have rapidly diminishing benefits.  The instrumented PGO executable runs quite a bit slower than a normal build and so it is useful to spend a bit of time to exclude expensive tests.
History
Date User Action Args
2019-07-29 18:34:07naschemesetrecipients: + nascheme
2019-07-29 18:34:07naschemesetmessageid: <1564425247.23.0.845576191882.issue37707@roundup.psfhosted.org>
2019-07-29 18:34:07naschemelinkissue37707 messages
2019-07-29 18:34:07naschemecreate