This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jgsack
Recipients jgsack
Date 2009-12-18.03:42:12
SpamBayes Score 9.464863e-08
Marked as misclassified No
Message-id <1261107735.71.0.830554169199.issue7537@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-12-18 03:42:15jgsacksetrecipients: + jgsack
2009-12-18 03:42:15jgsacksetmessageid: <1261107735.71.0.830554169199.issue7537@psf.upfronthosting.co.za>
2009-12-18 03:42:13jgsacklinkissue7537 messages
2009-12-18 03:42:12jgsackcreate