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: v2.7.10rc1~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6b48e637f554c96eec8a2afc20aed450486e335;p=thirdparty%2FPython%2Fcpython.git 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 0da1c02aa34a..b7577de0e5d2 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.',