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 serhiy.storchaka, vstinner
Date 2017-06-27.12:02:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498564944.34.0.15555549015.issue30283@psf.upfronthosting.co.za>
In-reply-to
Content
I backported almost all regrtest features from master to 2.7. It should ease the development on Python 2.7 ;-)

I added a NEWS entry, thanks Serhiy for the reminder. Hopefully, with NEWS.d/ and blurb, we will get much less conflicts on NEWS entries now ;-)

I'm aware of a last bug: "./python -m test -R 3:3 test_regrtest" hangs on Windows, but I'm quite sure that it comes test_crashed() which opens a popup and I'm working on a fix. Anyway, I already opened a specific issue for that: bpo-30705.

It was a long journey (2 months), but I'm now quite happy to get a much features-full regrtest on Python 2.7!

Spoiler: You can also expect my bisect tool in next weeks in Python 2.7 as well ;-)
History
Date User Action Args
2017-06-27 12:02:24vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-06-27 12:02:24vstinnersetmessageid: <1498564944.34.0.15555549015.issue30283@psf.upfronthosting.co.za>
2017-06-27 12:02:24vstinnerlinkissue30283 messages
2017-06-27 12:02:24vstinnercreate