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 barry, r.david.murray, vstinner
Date 2017-05-15.16:17:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494865032.78.0.389289612669.issue30371@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/436/steps/test/logs/stdio

======================================================================
FAIL: test_long_lines (test.test_email.test_email.TestFeedParsers)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_email\test_email.py", line 3526, in test_long_lines
    self.assertEqual(m.get_payload(), 'x'*M*N)
AssertionError: 'xxxx[17103482 chars]xxxxxzxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx[2896464 chars]xxxx' != 'xxxx[17103482 chars]xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx[2896464 chars]xxxx'


Notice the "z" in "...xxxxxz...".
History
Date User Action Args
2017-05-15 16:17:12vstinnersetrecipients: + vstinner, barry, r.david.murray
2017-05-15 16:17:12vstinnersetmessageid: <1494865032.78.0.389289612669.issue30371@psf.upfronthosting.co.za>
2017-05-15 16:17:12vstinnerlinkissue30371 messages
2017-05-15 16:17:12vstinnercreate