[Python-checkins] cpython (3.2): remove gdb noise about linux-vdso

benjamin.peterson python-checkins at python.org
Fri Sep 21 05:50:13 CEST 2012


http://hg.python.org/cpython/rev/fe8bd8b621a2
changeset: 79077:fe8bd8b621a2
branch: 3.2
parent: 79075:f17f67f0ec4b
user: Benjamin Peterson <benjamin at python.org>
date: Thu Sep 20 23:48:23 2012 -0400
summary:
 remove gdb noise about linux-vdso
files:
 Lib/test/test_gdb.py | 5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py
--- a/Lib/test/test_gdb.py
+++ b/Lib/test/test_gdb.py
@@ -144,6 +144,11 @@
 err = err.replace("warning: Cannot initialize thread debugging"
 " library: Debugger service failed\n",
 '')
+ err = err.replace('warning: Could not load shared library symbols for '
+ 'linux-vdso.so.1.\n'
+ 'Do you need "set solib-search-path" or '
+ '"set sysroot"?\n',
+ '')
 
 # Ensure no unexpected error messages:
 self.assertEqual(err, '')
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /