[Python-checkins] cpython (2.7): Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.

serhiy.storchaka python-checkins at python.org
Sat Feb 14 21:49:27 CET 2015


https://hg.python.org/cpython/rev/eb3a6243af33
changeset:   94616:eb3a6243af33
branch:      2.7
parent:      94612:687b970c8ba9
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Feb 14 22:44:35 2015 +0200
summary:
  Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.
Patch by David Edelsohn.

files:
  Lib/test/test_gdb.py |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py
--- a/Lib/test/test_gdb.py
+++ b/Lib/test/test_gdb.py
@@ -185,6 +185,8 @@
             'linux-vdso.so',
             'warning: Could not load shared library symbols for '
             'linux-gate.so',
+            'warning: Could not load shared library symbols for '
+            'linux-vdso64.so',
             'Do you need "set solib-search-path" or '
             '"set sysroot"?',
             'warning: Source file is more recent than executable.',

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list