New submission from Vinson Lee:
test_readline regressed from Python 2.7.8 to Python 2.7.9 on CentOS 6
Python 2.7.8
$ ./python -m test.regrtest test_readline
test_readline
1 test OK.
Python 2.7.9
$ ./python -m test.regrtest test_readline
[1/1] test_readline
test test_readline failed
Vinson Lee added the comment:
The regression is introduced with this commit.
commit fa06e2bb13a3e67a0641025483efb19ef569dbd9
Author: Victor Stinner
Date: Thu Jul 24 12:22:24 2014 +0200
Issue #19884: readline: Disable the meta modifier key if stdout is not a
terminal to not write the
New submission from Vinson Lee:
Python 2.7.9 test_gdb fails on CentOS 7.
$./python Lib/test/regrtest.py -v test_gdb
== CPython 2.7.9 (default, Dec 22 2014, 10:54:52) [GCC 4.8.2 20140120 (Red Hat
4.8.2-16)]
== Linux-3.10.0-123.13.2.el7.x86_64-x86_64-with-centos-7.0.1406-Core
little-endian
Vinson Lee added the comment:
I downloaded Python 2.7.9 release tarball from
https://www.python.org/downloads/release/python-279.
$ gdb --version
GNU gdb (GDB) Fedora 7.8.2-38.fc21
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.
Vinson Lee added the comment:
Python 2.7.9+ test_gdb passes on Fedora 21 with the latest 2.7 branch.
--
resolution: -> works for me
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
New submission from Vinson Lee:
Python 2.7.9+ test_gdb regressed on Ubuntu 10.04.
063d966b78f0c0b7cf4c937991bf883c563f574e is the first bad commit
commit 063d966b78f0c0b7cf4c937991bf883c563f574e
Author: Serhiy Storchaka
Date: Sat Jan 31 11:48:36 2015 +0200
Issue #22765: Fixed test_gdb
New submission from Vinson Lee:
Python 2.7.9 test_gdb fails on Fedora 21.
$ ./python Lib/test/regrtest.py -v test_gdb
== CPython 2.7.9 (default, Feb 2 2015, 13:43:56) [GCC 4.9.2 20141101 (Red Hat
4.9.2-1)]
== Linux-3.18.3-201.fc21.x86_64-x86_64-with-fedora-21-Twenty_One little-endian
Changes by Vinson Lee :
--
keywords: +patch
Added file:
http://bugs.python.org/file38022/0001-Issue-23881-Only-use-entry-values-with-gdb-7.4.patch
___
Python tracker
<http://bugs.python.org/issue23
Changes by Vinson Lee :
--
nosy: +vlee
___
Python tracker
<http://bugs.python.org/issue19884>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
New submission from Vinson Lee:
Is there a minimum Python requirement to build Python?
Python 3.5 does not build with Python 2.6. Python 3.4, Python 3.3, and Python
2.7 build with Python 2.6 so this is recent change in build requirements.
For example, this build failure occurs on CentOS 6
Vinson Lee added the comment:
I am building from a git copy of the source repository. "make touch" before
"make" does not work for me.
$ make touch
cd .; \
hg --config extensions.touch=Tools/hg/hgtouch.py touch -v
abort: There is no Mercurial repository here (.
Vinson Lee added the comment:
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_
Vinson Lee added the comment:
I tried a hg copy of the repository. "make touch" worked for me.
./configure
make touch
make
--
___
Python tracker
<http://bugs.python.o
New submission from Vinson Lee:
'make test' runs all the network tests.
Some of the tests in test_ssl fail instead of skip if svn.python.org is not
accessible.
$ ./python -m test -v -u all test_ssl
==
Changes by Vinson Lee :
--
versions: +Python 3.3, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issue24841>
___
___
Python-bugs-list mailin
Vinson Lee added the comment:
I tested the attached patch on latest cpython master and it works for me.
test_ciphers (test.test_ssl.NetworkedTests) ... skipped "Resource
'svn.python.org' is not available"
test_connect (test.test_ssl.NetworkedTests) ... skipped "Reso
16 matches
Mail list logo