[Python-checkins] r45378 - python/trunk/Lib/test/crashers/README (original) (raw)
neal.norwitz python-checkins at python.org
Fri Apr 14 08:35:47 CEST 2006
- Previous message: [Python-checkins] r45377 - python/trunk/Lib/test/leakers/test_tee.py
- Next message: [Python-checkins] buildbot warnings in g4 osx.4 trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-checkins] r45377 - python/trunk/Lib/test/leakers/test_tee.py
- Next message: [Python-checkins] buildbot warnings in g4 osx.4 trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]