• R. David Murray's avatar
    Issue #7151: regrtest would generate a JSON failure if there was output · 282396f2
    R. David Murray yazdı
    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.
    282396f2
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...