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 berker.peksag
Recipients Nir Soffer, berker.peksag, martin.panter, nirs, serhiy.storchaka, twouters, vstinner
Date 2017-07-07.16:34:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499445289.12.0.0557157163269.issue29854@psf.upfronthosting.co.za>
In-reply-to
Content
> So we have version 0x502 without libedit emulation succeeding on
> FreeBSD 9.x, and failing on 10.x.

test_history_size() fails on FreeBSD 9.x too:

======================================================================
FAIL: test_history_size (test.test_readline.TestReadline)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/test/test_readline.py", line 263, in test_history_size
    self.assertEqual(len(lines), history_size)
AssertionError: 21 != 10

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%203.x/builds/316/steps/test/logs/stdio
History
Date User Action Args
2017-07-07 16:34:49berker.peksagsetrecipients: + berker.peksag, twouters, nirs, vstinner, martin.panter, serhiy.storchaka, Nir Soffer
2017-07-07 16:34:49berker.peksagsetmessageid: <1499445289.12.0.0557157163269.issue29854@psf.upfronthosting.co.za>
2017-07-07 16:34:49berker.peksaglinkissue29854 messages
2017-07-07 16:34:49berker.peksagcreate