[New-bugs-announce] [issue19058] test_ioencoding_nonascii (test_sys) fails on Snow Leopard

Antoine Pitrou report at bugs.python.org
Fri Sep 20 23:29:35 CEST 2013


New submission from Antoine Pitrou:

The test added in issue18818 fails on the new OS X buildbot:

======================================================================
FAIL: test_ioencoding_nonascii (test.test_sys.SysModuleTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/test/test_sys.py", line 581, in test_ioencoding_nonascii
    self.assertEqual(out, os.fsencode(test.support.FS_NONASCII))
AssertionError: b'' != b'\xc3\xa6'

http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/4

----------
components: Tests
messages: 198174
nosy: haypo, pitrou, r.david.murray, serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: test_ioencoding_nonascii (test_sys) fails on Snow Leopard
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19058>
_______________________________________


More information about the New-bugs-announce mailing list