From: Serhiy Storchaka Date: Sat, 14 Feb 2015 20:44:35 +0000 (+0200) Subject: Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. X-Git-Tag: v3.5.0a2~151^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b688d8162bc0629286644ba901dcd40c2d35303;p=python Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. Patch by David Edelsohn. --- 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.',