Commit 607476bf authored by Jesus Cea's avatar Jesus Cea

Merge: Close issue #8600: test_gdb failures because innocuous warnings

parents ed1fce2e cee36555
......@@ -127,6 +127,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, '')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment