[Python-checkins] r75514 - python/branches/release31-maint

r.david.murray python-checkins at python.org
Mon Oct 19 17:31:21 CEST 2009


Author: r.david.murray
Date: Mon Oct 19 17:31:21 2009
New Revision: 75514

Log:
Blocked revisions 75513 via svnmerge

................
  r75513 | r.david.murray | 2009-10-19 11:26:16 -0400 (Mon, 19 Oct 2009) | 18 lines
  
  Merged revisions 75503 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r75503 | r.david.murray | 2009-10-18 17:12:37 -0400 (Sun, 18 Oct 2009) | 11 lines
    
    Issue #7151: regrtest would generate a JSON failure if there was output
    to stderr during the test run and it happened to get emitted after the
    worker thread emitted the result JSON.  Now we capture stdout and stderr
    separately, which avoids that problem.  It also means that _all_ stderr
    output is after all stdout output when we print the test results, but
    that seems acceptable, since output ordering is not guaranteed anyway.
    The patch also moves the emit of the test name into the output block
    generated after the test completes.  Otherwise test names and test
    output/errors were mixed in the terminal display, making it difficult
    to determine which test generated the output.
  ........
................


Modified:
   python/branches/release31-maint/   (props changed)


More information about the Python-checkins mailing list