Message252686
| 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 |
|