diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-14 22:44:35 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-14 22:44:35 +0200 |
commit | 2c9faa4c4fbd963bec11fb6f87aabca42c6fb549 (patch) | |
tree | a8cddcd198f82efa4bbec3fb187a6bd7afa34ffb /Lib/test | |
parent | 0960a8c08ce3f639e3ee3232e1df017014a31e86 (diff) | |
download | cpython-2c9faa4c4fbd963bec11fb6f87aabca42c6fb549.tar.gz |
Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.
Patch by David Edelsohn.
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_gdb.py | 2 |
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.', |