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 vstinner
Recipients vstinner
Date 2017-06-26.12:20:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498479625.99.0.2074468535.issue30764@psf.upfronthosting.co.za>
In-reply-to
Content
I implemented the feature:
https://github.com/python/cpython/pull/2402

My PR changes also the exit code from 1 to 2 (tests failed) or 3 (interrupted), to be able to distinguish how regrtest failed. It should also help to bisect failing tests.
History
Date User Action Args
2017-06-26 12:20:26vstinnersetrecipients: + vstinner
2017-06-26 12:20:25vstinnersetmessageid: <1498479625.99.0.2074468535.issue30764@psf.upfronthosting.co.za>
2017-06-26 12:20:25vstinnerlinkissue30764 messages
2017-06-26 12:20:25vstinnercreate