Staging
v0.5.1
https://github.com/python/cpython
Revision b48cb343f92372937b82e4ec545d099118f56c16 authored by R. David Murray on 19 October 2009, 15:34:11 UTC, committed by R. David Murray on 19 October 2009, 15:34:11 UTC
........
  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.
........
1 parent 1880f56
History
Tip revision: b48cb343f92372937b82e4ec545d099118f56c16 authored by R. David Murray on 19 October 2009, 15:34:11 UTC
Blocked revisions 75503 via svnmerge
Tip revision: b48cb34
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 673 bytes
.hgignore -rw-r--r-- 866 bytes
.hgtags -rw-r--r-- 4.1 KB
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 38.2 KB
README -rw-r--r-- 53.7 KB
configure -rwxr-xr-x 668.6 KB
configure.in -rw-r--r-- 107.1 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.8 KB
setup.py -rw-r--r-- 81.1 KB

README

back to top