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 xiang.zhang
Recipients Keita Kita, berker.peksag, eryksun, martin.panter, pitrou, python-dev, serhiy.storchaka, taleinat, xiang.zhang
Date 2015-10-10.04:52:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444452730.33.0.510106962563.issue24402@psf.upfronthosting.co.za>
In-reply-to
Content
This test also fails on Ubuntu.

[1/1] test_builtin
test test_builtin failed -- Traceback (most recent call last):
  File "/home/angwer/my-cpython/Lib/test/test_builtin.py", line 1588, in test_input_no_stdout_fileno
    self.assertEqual(status, 0, output)
AssertionError: 256 != 0 : quux
Traceback (most recent call last):
  File "/home/angwer/my-cpython/Lib/test/test_builtin.py", line 1593, in test_input_no_stdout_fileno
    input("prompt")
TypeError: bad argument type for built-in operation


1 test failed:
    test_builtin
History
Date User Action Args
2015-10-10 04:52:10xiang.zhangsetrecipients: + xiang.zhang, pitrou, taleinat, python-dev, berker.peksag, martin.panter, serhiy.storchaka, eryksun, Keita Kita
2015-10-10 04:52:10xiang.zhangsetmessageid: <1444452730.33.0.510106962563.issue24402@psf.upfronthosting.co.za>
2015-10-10 04:52:10xiang.zhanglinkissue24402 messages
2015-10-10 04:52:10xiang.zhangcreate