commit | 607476bf1d78050c475815acaef840b82275eeea | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Wed Mar 16 01:34:29 2011 +0100 |
committer | Jesus Cea <jcea@jcea.es> | Wed Mar 16 01:34:29 2011 +0100 |
tree | 5de2e926b7a5c9ff26e85b21ce96e1cb47fcffa5 | |
parent | ed1fce2ee5c1e8c44d5c1500962f2f509ffb37d6 [diff] | |
parent | cee36555683b4fa47c335beb6dfc2b487ad6af86 [diff] |
Merge: 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, '')