Stefan Krah added the comment:

Some of the buildbots are failing with the new test:

======================================================================
FAIL: test_non_utf8 (test.test_cmd_line_script.CmdLineTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test_cmd_line_script.py",
 line 373, in test_non_utf8
    importlib.machinery.SourceFileLoader)
  File 
"/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test_cmd_line_script.py",
 line 126, in _check_script
    rc, out, err = assert_python_ok(*run_args)
  File 
"/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/script_helper.py",
 line 54, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
  File 
"/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/script_helper.py",
 line 46, in _assert_python
    "stderr follows:\n%s" % (rc, err.decode('ascii', 'ignore')))
AssertionError: Process return code is 1, stderr follows:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 15-20: 
ordinal not in range(128)

----------------------------------------------------------------------
Ran 23 tests in 8.959s

----------
nosy: +skrah

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16218>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to