[New-bugs-announce] [issue28997] test_readline.test_nonascii fails on Android

Xavier de Gaye report at bugs.python.org
Sat Dec 17 04:02:49 EST 2016


New submission from Xavier de Gaye:

test_nonascii has been implemented in issue 16182.

The error message:
======================================================================
FAIL: test_nonascii (test.test_readline.TestReadline)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_readline.py", line 203, in test_nonascii
    self.assertIn(b"text 't\\xeb'\r\n", output)
AssertionError: b"text 't\\xeb'\r\n" not found in bytearray(b"^A^B^B^B^B^B^B^B\t\tx\t\r\n[\\303\\257nserted]|t\x07\x08\x08\x08\x08\x08\x08\x08\x07\x07xrted]|t\x08\x08\x08\x08\x08\x08\x08\x07\r\nresult \'[\\xefnsexrted]|t\'\r\nhistory \'[\\xefnsexrted]|t\'\r\n")

----------------------------------------------------------------------

----------
assignee: xdegaye
components: Tests
messages: 283476
nosy: xdegaye
priority: normal
severity: normal
stage: needs patch
status: open
title: test_readline.test_nonascii fails on Android
type: behavior
versions: Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list