Close issue #8600: test_gdb failures because innocuous warnings
This commit is contained in:
parent
ab40e4cb95
commit
6905de14fe
|
@ -125,6 +125,9 @@ class DebuggerTests(unittest.TestCase):
|
|||
" 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, '')
|
||||
|
|
Loading…
Reference in New Issue