2002bfcd108fcb5027d93428f09985458a71baf2,tests/functional/scripts/pyi_threading_module2.py,,,#,22

Before Change


            out.remove(line)
    // Check output.
    if out != _OUT_EXPECTED:
        raise SystemExit("Subprocess did not print ONE, TWO, THREE in correct order.")

After Change


    if out != _OUT_EXPECTED:
        print(" +++++++ SUBPROCESS ERROR OUTPUT +++++++")
        print(err)
        raise SystemExit("Subprocess did not print ONE, TWO, THREE in correct order. "
                         "(output was %r, return code was %s)" % (out, proc.returncode))
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 6

Instances


Project Name: pyinstaller/pyinstaller
Commit Name: 2002bfcd108fcb5027d93428f09985458a71baf2
Time: 2016-02-26
Author: codewarrior@hawaii.rr.com
File Name: tests/functional/scripts/pyi_threading_module2.py
Class Name:
Method Name:


Project Name: pyinstaller/pyinstaller
Commit Name: 14ba52867f8b88335af2c6a26258becef64992fc
Time: 2015-05-06
Author: h.goebel@crazy-compilers.com
File Name: tests/basic/test_stderr_encoding.py
Class Name:
Method Name:


Project Name: pyinstaller/pyinstaller
Commit Name: 14ba52867f8b88335af2c6a26258becef64992fc
Time: 2015-05-06
Author: h.goebel@crazy-compilers.com
File Name: tests/basic/test_getfilesystemencoding.py
Class Name:
Method Name:


Project Name: pyinstaller/pyinstaller
Commit Name: 14ba52867f8b88335af2c6a26258becef64992fc
Time: 2015-05-06
Author: h.goebel@crazy-compilers.com
File Name: tests/basic/test_stdout_encoding.py
Class Name:
Method Name: