[Python-checkins] cpython (merge 3.4 -> default): 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/df696b544b3c
changeset:   94615:df696b544b3c
parent:      94613:ba2da33d2654
parent:      94614:ae5d868513fd
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Feb 14 22:45:15 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
@@ -190,6 +190,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