[Python-checkins] cpython (merge 3.2 -> default): merge 3.2

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


http://hg.python.org/cpython/rev/24136a775943
changeset:   79078:24136a775943
parent:      79076:9be7289dca60
parent:      79077:fe8bd8b621a2
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Sep 20 23:49:33 2012 -0400
summary:
  merge 3.2

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
@@ -154,6 +154,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