From 38a76a101796d43fb8cd6c6d5ba54bb811d06f49 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 14 Apr 2006 06:35:46 +0000 Subject: [PATCH] Copy note from leakers README here too. We want to keep all test cases. --- Lib/test/crashers/README | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.40.0