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 Rahul Ravindran
Recipients Rahul Ravindran
Date 2018-05-11.18:22:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526062939.54.0.682650639539.issue33467@psf.upfronthosting.co.za>
In-reply-to
Content
make run_profile_task

runs the tests and does not seem to have any mechanism to exclude tests that I could find based on looking at the Makefile.

Previously, on Python 3.6, this test test_poplib was failing(https://bugs.python.org/issue32753) and the profile_task would ignore failing tests. 

Now, with the Python 3.7 build, the test seems to hang and hence profile opt builds cannot be built.
Attached is the trace of the build based on Python-3.7.0b4
History
Date User Action Args
2018-05-11 18:22:22Rahul Ravindransetrecipients: + Rahul Ravindran
2018-05-11 18:22:19Rahul Ravindransetmessageid: <1526062939.54.0.682650639539.issue33467@psf.upfronthosting.co.za>
2018-05-11 18:22:19Rahul Ravindranlinkissue33467 messages
2018-05-11 18:22:19Rahul Ravindrancreate