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.

classification
Title: test_readline failed on ScientificLinux 6.5
Type: behavior Stage: resolved
Components: Versions: Python 3.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Importing readline produces erroneous output
View: 19884
Assigned To: Nosy List: Steve.P
Priority: normal Keywords:

Created on 2014-10-15 19:35 by Steve.P, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (1)
msg229493 - (view) Author: Steve P (Steve.P) Date: 2014-10-15 19:35
"make test" after clean build got one failure. This was under Python 3.4.2 newly downloaded. Here is the log:

./python -m test -v test_readline
== CPython 3.4.2 (default, Oct 15 2014, 11:08:11) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]
==   Linux-2.6.32-431.29.2.el6.x86_64-x86_64-with-redhat-6.5-Carbon little-endian
==   hash algorithm: siphash24 64bit
==   /home/pothiers/Downloads/Python-3.4.2/build/test_python_19950
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0)
[1/1] test_readline
testHistoryUpdates (test.test_readline.TestHistoryManipulation) ... ok
test_init (test.test_readline.TestReadline) ... FAIL

======================================================================
FAIL: test_init (test.test_readline.TestReadline)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/pothiers/Downloads/Python-3.4.2/Lib/test/test_readline.py", line 53, in test_init
    self.assertEqual(stdout, b'')
AssertionError: b'\x1b[?1034h' != b''

----------------------------------------------------------------------
Ran 2 tests in 0.021s

FAILED (failures=1)
test test_readline failed
1 test failed:
    test_readline
History
Date User Action Args
2022-04-11 14:58:09adminsetgithub: 66837
2014-10-15 19:44:24ned.deilysetstatus: open -> closed
superseder: Importing readline produces erroneous output
resolution: duplicate
stage: resolved
2014-10-15 19:35:38Steve.Pcreate