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 berker.peksag, martin.panter, nirs, serhiy.storchaka, twouters, vstinner
Date 2017-07-07.09:44:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499420678.73.0.318307815819.issue29854@psf.upfronthosting.co.za>
In-reply-to
Content
The test fails on AMD64 FreeBSD 10.x Shared 3.x:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.x/builds/551/steps/test/logs/stdio

======================================================================
FAIL: test_history_size (test.test_readline.TestReadline)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_readline.py", line 247, in test_history_size
    self.assertEqual(len(lines), history_size)
AssertionError: 21 != 10
History
Date User Action Args
2017-07-07 09:44:38vstinnersetrecipients: + vstinner, twouters, nirs, berker.peksag, martin.panter, serhiy.storchaka
2017-07-07 09:44:38vstinnersetmessageid: <1499420678.73.0.318307815819.issue29854@psf.upfronthosting.co.za>
2017-07-07 09:44:38vstinnerlinkissue29854 messages
2017-07-07 09:44:38vstinnercreate