diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-14 20:44:35 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-14 20:44:35 (GMT) |
commit | b6b48e637f554c96eec8a2afc20aed450486e335 (patch) | |
tree | 386e4be034fb6779eaf701d4c8ec77174e5c3a37 | |
parent | 4cc93db9b3793688acf08ad78913b5a0228b5923 (diff) | |
download | cpython-b6b48e637f554c96eec8a2afc20aed450486e335.zip cpython-b6b48e637f554c96eec8a2afc20aed450486e335.tar.gz cpython-b6b48e637f554c96eec8a2afc20aed450486e335.tar.bz2 |
Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.
Patch by David Edelsohn.
-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 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.', |