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 vlee
Recipients ezio.melotti, josh.r, ned.deily, vlee
Date 2015-02-07.06:52:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423291972.64.0.865903533193.issue23404@psf.upfronthosting.co.za>
In-reply-to
Content
With the supplied patch on CentOS 6 , "make" passes and "make test" passes with the exception of test_readline that is Issue19884.

372 tests OK.
1 test failed:
    test_readline
7 tests altered the execution environment:
    test_calendar test_distutils test_float test_locale test_strptime
    test_types test_warnings
11 tests skipped:
    test_devpoll test_gdb test_kqueue test_msilib test_ossaudiodev
    test_startfile test_tk test_ttk_guionly test_winreg test_winsound
    test_zipfile64
Re-running failed tests in verbose mode
Re-running test 'test_readline' in verbose mode
testHistoryUpdates (test.test_readline.TestHistoryManipulation) ... ok
test_write_read_append (test.test_readline.TestHistoryManipulation) ... ok
test_init (test.test_readline.TestReadline) ... FAIL
History
Date User Action Args
2015-02-07 06:52:52vleesetrecipients: + vlee, ned.deily, ezio.melotti, josh.r
2015-02-07 06:52:52vleesetmessageid: <1423291972.64.0.865903533193.issue23404@psf.upfronthosting.co.za>
2015-02-07 06:52:52vleelinkissue23404 messages
2015-02-07 06:52:52vleecreate