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 steve.dower
Recipients gregory.p.smith, methane, nascheme, pablogsal, steve.dower, tianon
Date 2019-07-14.08:51:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563094297.88.0.0996886960375.issue36044@roundup.psfhosted.org>
In-reply-to
Content
Looking at PR 14702, I would much rather update what `-m test --pgo` does than make this exclusive to Makefile.

Back when we added the --pgo flag, the intent was always to move toward an equivalently good profile, but for practical reasons we settled at the time for "skip tests that break PGO".

I know that will make the change far more skips throughout the test suite, so perhaps we want to change how --pgo works completely, but it would certainly be better to make --pgo do what it advertises than have multiple lists of PGO profiles.
History
Date User Action Args
2019-07-14 08:51:37steve.dowersetrecipients: + steve.dower, nascheme, gregory.p.smith, methane, pablogsal, tianon
2019-07-14 08:51:37steve.dowersetmessageid: <1563094297.88.0.0996886960375.issue36044@roundup.psfhosted.org>
2019-07-14 08:51:37steve.dowerlinkissue36044 messages
2019-07-14 08:51:37steve.dowercreate