]> granicus.if.org Git - python/commitdiff
Copy note from leakers README here too. We want to keep all test cases.
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 14 Apr 2006 06:35:46 +0000 (06:35 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 14 Apr 2006 06:35:46 +0000 (06:35 +0000)
Lib/test/crashers/README

index 93692822e3f0e0f055deb52aaab0b702c6cf8450..070c3f122ac99a8b389a7344ab6962239a8eb960 100644 (file)
@@ -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.