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 vstinner
Recipients larry, loewis, python-dev, serhiy.storchaka, vstinner
Date 2014-03-18.00:51:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395103897.5.0.07575914565.issue20574@psf.upfronthosting.co.za>
In-reply-to
Content
I removed the test because there were two classes tesing the same codec and that tests were failing. I need to refactor tests, and so I reopen the issue.

http://buildbot.python.org/all/builders/x86%20XP-4%203.x/builds/10291/steps/test/logs/stdio

======================================================================
FAIL: test_lone_surrogates (test.test_codecs.CP65001Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_codecs.py", line 773, in test_lone_surrogates
    super().test_lone_surrogates()
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_codecs.py", line 349, in test_lone_surrogates
    self.assertRaises(UnicodeEncodeError, "\ud800".encode, self.encoding)
AssertionError: UnicodeEncodeError not raised by encode
History
Date User Action Args
2014-03-18 00:51:37vstinnersetrecipients: + vstinner, loewis, larry, python-dev, serhiy.storchaka
2014-03-18 00:51:37vstinnersetmessageid: <1395103897.5.0.07575914565.issue20574@psf.upfronthosting.co.za>
2014-03-18 00:51:37vstinnerlinkissue20574 messages
2014-03-18 00:51:37vstinnercreate