From b6b48e637f554c96eec8a2afc20aed450486e335 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 14 Feb 2015 22:44:35 +0200 Subject: Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. Patch by David Edelsohn. --- Lib/test/test_gdb.py | 2 ++ 1 file changed, 2 insertions(+) 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.', -- cgit v0.12