New submission from James G. sack (jim) <[email protected]>:
With -r 76870, on Fedora 11, amd x80_64, regrtest of test_format fails
when the -j option is combined with the -v option. It happens whether
testing everything or just the one test.
./python -Ebb Lib/test/regrtest -j3 -vv
or
./python -Ebb Lib/test/regrtest -j3 -vv test_format
The error report is like
"""
FAILED (errors=1)
test test_format failed -- Traceback (most recent call last):
File "/home/jbase/checkouts/py/py32/Lib/test/test_format.py", line
221, in test_format
testformat("%r", "\u0374", "'\u0374'") # printable
File "/home/jbase/checkouts/py/py32/Lib/test/test_format.py", line 20,
in testformat
(formatstr, args, output), end=' ')
UnicodeEncodeError: 'ascii' codec can't encode character '\u0374' in
position 8: ordinal not in range(128)
1 test failed:
test_format
"""
~jim
----------
components: Tests
messages: 96547
nosy: jgsack
severity: normal
status: open
title: test_format
versions: Python 3.2
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue7537>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com