mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Close issue #8600: test_gdb failures because innocuous warnings
This commit is contained in:
parent
dcebe0f2dc
commit
cee3655568
1 changed files with 3 additions and 0 deletions
|
@ -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, '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue