From: Neal Norwitz Date: Fri, 14 Apr 2006 06:35:46 +0000 (+0000) Subject: Copy note from leakers README here too. We want to keep all test cases. X-Git-Tag: v2.5a2~245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38a76a101796d43fb8cd6c6d5ba54bb811d06f49;p=python Copy note from leakers README here too. We want to keep all test cases. --- diff --git a/Lib/test/crashers/README b/Lib/test/crashers/README index 93692822e3..070c3f122a 100644 --- a/Lib/test/crashers/README +++ b/Lib/test/crashers/README @@ -13,3 +13,8 @@ Each test should have a link to the bug report: Put as much info into a docstring or comments to help determine the cause of the failure. Particularly note if the cause is system or environment dependent and what the variables are. + +Once the crash is fixed, the test case should be moved into an appropriate +test (even if it was originally from the test suite). This ensures the +regression doesn't happen again. And if it does, it should be easier +to track down.