Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Lib/test/crashers/README

    r2 r391  
    1 This directory only contains tests for outstanding bugs that cause
    2 the interpreter to segfault.  Ideally this directory should always
    3 be empty.  Sometimes it may not be easy to fix the underlying cause.
     1This directory only contains tests for outstanding bugs that cause the
     2interpreter to segfault.  Ideally this directory should always be empty, but
     3sometimes it may not be easy to fix the underlying cause and the bug is deemed
     4too obscure to invest the effort.
    45
    56Each test should fail when run from the command line:
     
    78        ./python Lib/test/crashers/weakref_in_del.py
    89
    9 Each test should have a link to the bug report:
     10Put as much info into a docstring or comments to help determine the cause of the
     11failure, as well as a bugs.python.org issue number if it exists.  Particularly
     12note if the cause is system or environment dependent and what the variables are.
    1013
    11         # http://python.org/sf/BUG#
    12 
    13 Put as much info into a docstring or comments to help determine
    14 the cause of the failure.  Particularly note if the cause is
    15 system or environment dependent and what the variables are.
    16 
    17 Once the crash is fixed, the test case should be moved into an appropriate
    18 test (even if it was originally from the test suite).  This ensures the
    19 regression doesn't happen again.  And if it does, it should be easier
    20 to track down.
     14Once the crash is fixed, the test case should be moved into an appropriate test
     15(even if it was originally from the test suite).  This ensures the regression
     16doesn't happen again.  And if it does, it should be easier to track down.
Note: See TracChangeset for help on using the changeset viewer.