[Python-checkins] cpython (merge 3.2 -> default): Merge: Close issue #8600: test_gdb failures because innocuous warnings
jesus.cea
python-checkins at python.org
Wed Mar 16 01:41:11 CET 2011
http://hg.python.org/cpython/rev/bbfc6a6ca017
changeset: 68580:bbfc6a6ca017
parent: 68576:60866549e653
parent: 68579:bca545c0941a
user: Jesus Cea <jcea at jcea.es>
date: Wed Mar 16 01:34:29 2011 +0100
summary:
Merge: Close issue #8600: test_gdb failures because innocuous warnings
files:
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
@@ -127,6 +127,9 @@
" inferior's thread library, thread debugging will"
" not be available.\n",
'')
+ err = err.replace("warning: Cannot initialize thread debugging"
+ " library: Debugger service failed\n",
+ '')
# Ensure no unexpected error messages:
self.assertEqual(err, '')
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list