[Python-checkins] r45378 - python/trunk/Lib/test/crashers/README

neal.norwitz python-checkins at python.org
Fri Apr 14 08:35:47 CEST 2006


Author: neal.norwitz
Date: Fri Apr 14 08:35:46 2006
New Revision: 45378

Modified:
   python/trunk/Lib/test/crashers/README
Log:
Copy note from leakers README here too.  We want to keep all test cases.

Modified: python/trunk/Lib/test/crashers/README
==============================================================================
--- python/trunk/Lib/test/crashers/README	(original)
+++ python/trunk/Lib/test/crashers/README	Fri Apr 14 08:35:46 2006
@@ -13,3 +13,8 @@
 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.


More information about the Python-checkins mailing list