summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-14 20:45:15 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-14 20:45:15 (GMT)
commit86a35bcba9e9d5aea51df68683bedc3b333be3bf (patch)
treed1b30110f2f9349372a0beac4071b769cc81eda6
parentf80ccf27cba2d2842ec4b85dc73202534f46b526 (diff)
parent6b688d8162bc0629286644ba901dcd40c2d35303 (diff)
downloadcpython-86a35bcba9e9d5aea51df68683bedc3b333be3bf.zip
cpython-86a35bcba9e9d5aea51df68683bedc3b333be3bf.tar.gz
cpython-86a35bcba9e9d5aea51df68683bedc3b333be3bf.tar.bz2
Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.
Patch by David Edelsohn.
-rw-r--r--Lib/test/test_gdb.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py
index aaa5c69..c57875c 100644
--- a/Lib/test/test_gdb.py
+++ b/Lib/test/test_gdb.py
@@ -190,6 +190,8 @@ class DebuggerTests(unittest.TestCase):
'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.',