commit | cee36555683b4fa47c335beb6dfc2b487ad6af86 | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Wed Mar 16 01:33:16 2011 +0100 |
committer | Jesus Cea <jcea@jcea.es> | Wed Mar 16 01:33:16 2011 +0100 |
tree | 3458cf3993572891a8d43e64be7de3a7052b5600 | |
parent | dcebe0f2dca40a22654c5f09ce1bd141419ea8d3 [diff] [blame] |
Close issue #8600: test_gdb failures because innocuous warnings
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index 5127a6f..17b44ea 100644 --- 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, '')