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 ammar2, vstinner
Date 2017-02-01.15:55:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485964539.01.0.41209188314.issue29362@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch changes libregrtest to handle CHILD_ERROR as a normal result and continue the execution of following tests. As a result, it displays the test summary as usual on such crash.

--

Ammar Askar: Thanks for regrtest_crash.diff, but I prefer to execute other unit tests rather than exiting immediatly.

The --failfast option can be used with my patch to exit at the first crash or failure (with my patch, a crash is handled as a test failure).
History
Date User Action Args
2017-02-01 15:55:39vstinnersetrecipients: + vstinner, ammar2
2017-02-01 15:55:39vstinnersetmessageid: <1485964539.01.0.41209188314.issue29362@psf.upfronthosting.co.za>
2017-02-01 15:55:38vstinnerlinkissue29362 messages
2017-02-01 15:55:38vstinnercreate