summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-14 20:44:35 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-14 20:44:35 (GMT)
commitb6b48e637f554c96eec8a2afc20aed450486e335 (patch)
tree386e4be034fb6779eaf701d4c8ec77174e5c3a37
parent4cc93db9b3793688acf08ad78913b5a0228b5923 (diff)
downloadcpython-b6b48e637f554c96eec8a2afc20aed450486e335.zip
cpython-b6b48e637f554c96eec8a2afc20aed450486e335.tar.gz
cpython-b6b48e637f554c96eec8a2afc20aed450486e335.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 0da1c02..b7577de 100644
--- a/Lib/test/test_gdb.py
+++ b/Lib/test/test_gdb.py
@@ -185,6 +185,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.',