diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-14 20:45:15 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-14 20:45:15 (GMT) |
commit | 86a35bcba9e9d5aea51df68683bedc3b333be3bf (patch) | |
tree | d1b30110f2f9349372a0beac4071b769cc81eda6 /Lib | |
parent | f80ccf27cba2d2842ec4b85dc73202534f46b526 (diff) | |
parent | 6b688d8162bc0629286644ba901dcd40c2d35303 (diff) | |
download | cpython-86a35bcba9e9d5aea51df68683bedc3b333be3bf.zip cpython-86a35bcba9e9d5aea51df68683bedc3b333be3bf.tar.gz cpython-86a35bcba9e9d5aea51df68683bedc3b333be3bf.tar.bz2 |
Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.
Patch by David Edelsohn.
Diffstat (limited to 'Lib')
-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 aaa5c69..c57875c 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.', |