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 Cornelius Diekmann, cstratak, martin.panter, vstinner, xdegaye
Date 2017-09-28.09:06:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506589601.09.0.466225441844.issue31158@psf.upfronthosting.co.za>
In-reply-to
Content
Failure on x86 Gentoo Refleaks 3.x too:

http://buildbot.python.org/all/builders/x86%20Gentoo%20Refleaks%203.x/builds/104/steps/test/logs/stdio

======================================================================
FAIL: test_basic (test.test_pty.PtyTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/3.x.ware-gentoo-x86.refleak/build/Lib/test/test_pty.py", line 105, in test_basic
    self.assertEqual(b'For my pet fish, Eric.\n', normalize_output(s2))
AssertionError: b'For my pet fish, Eric.\n' != b'For m'
History
Date User Action Args
2017-09-28 09:06:41vstinnersetrecipients: + vstinner, xdegaye, martin.panter, cstratak, Cornelius Diekmann
2017-09-28 09:06:41vstinnersetmessageid: <1506589601.09.0.466225441844.issue31158@psf.upfronthosting.co.za>
2017-09-28 09:06:41vstinnerlinkissue31158 messages
2017-09-28 09:06:40vstinnercreate