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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6b48e637f554c96eec8a2afc20aed450486e335;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 0da1c02aa3..b7577de0e5 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.',