summaryrefslogtreecommitdiff
path: root/Lib/test/test_gdb.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-14 22:44:35 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-14 22:44:35 +0200
commit6b688d8162bc0629286644ba901dcd40c2d35303 (patch)
tree884d87c4f532b762fa62fbf2df848cea8f4f8b4b /Lib/test/test_gdb.py
parent2476b98acfe303ecc3ed9b38107f75e05dab95c5 (diff)
downloadcpython-git-6b688d8162bc0629286644ba901dcd40c2d35303.tar.gz
Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.
Patch by David Edelsohn.
Diffstat (limited to 'Lib/test/test_gdb.py')
-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 aaa5c69d49..c57875c3dd 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.',