[New-bugs-announce] [issue32000] test_undecodable_filename in test_httpservers failed on Mac OS X

Serhiy Storchaka report at bugs.python.org
Fri Nov 10 04:42:08 EST 2017


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

http://buildbot.python.org/all/#/builders/14/builds/160/steps/4/logs/stdio
======================================================================
ERROR: test_undecodable_filename (test.test_httpservers.SimpleHTTPServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/support/__init__.py", line 598, in wrapper
    return func(*args, **kw)
  File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/test_httpservers.py", line 395, in test_undecodable_filename
    with open(os.path.join(self.tempdir, filename), 'wb') as f:
OSError: [Errno 92] Illegal byte sequence: '/var/folders/sy/9hwmqyx14s11577cvgzwf2v40000gt/T/tmp0hrc3ckd/@test_54539_tmp\udce7w\udcf0.txt'
----------------------------------------------------------------------

----------
components: Tests, macOS
messages: 306011
nosy: ned.deily, ronaldoussoren, serhiy.storchaka
priority: normal
severity: normal
status: open
title: test_undecodable_filename in test_httpservers failed on Mac OS X
type: behavior
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32000>
_______________________________________


More information about the New-bugs-announce mailing list