[issue20571] test_codecs currently failing on several Windows buildbots

Serhiy Storchaka report at bugs.python.org
Sun Feb 9 11:34:42 CET 2014


Serhiy Storchaka added the comment:

UTF-7 decoder is not related to this test.

The test_readline test was broken from the born, and a part of this test was do nothing. After fixing it in issue20520, new bugs were exposed: issue20538 and this. This bug was hidden until fixing issue20538.

Note that there is no test_partial in CP65001Test. Perhaps it is related.

The simplest solution would be to temporary skip test_readline in CP65001Test:

    test_readline = unittest.expectedFailure(ReadTest.test_readline)

----------

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


More information about the Python-bugs-list mailing list