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:49:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499420988.75.0.0161286207371.issue29854@psf.upfronthosting.co.za>
In-reply-to
Content
Similar failure on x86 Tiger 3.x.

Maybe we need to skip the test on old macOS and old FreeBSD versions? Maybe it's related to the libncurses version?

http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/908/steps/test/logs/stdio

======================================================================
FAIL: test_history_size (test.test_readline.TestReadline)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/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:49:48vstinnersetrecipients: + vstinner, twouters, nirs, berker.peksag, martin.panter, serhiy.storchaka
2017-07-07 09:49:48vstinnersetmessageid: <1499420988.75.0.0161286207371.issue29854@psf.upfronthosting.co.za>
2017-07-07 09:49:48vstinnerlinkissue29854 messages
2017-07-07 09:49:48vstinnercreate