mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
remove gdb noise about linux-vdso
This commit is contained in:
parent
57caede470
commit
f8a9a837c4
1 changed files with 5 additions and 0 deletions
|
@ -144,6 +144,11 @@ class DebuggerTests(unittest.TestCase):
|
|||
err = err.replace("warning: Cannot initialize thread debugging"
|
||||
" library: Debugger service failed\n",
|
||||
'')
|
||||
err = err.replace('warning: Could not load shared library symbols for '
|
||||
'linux-vdso.so.1.\n'
|
||||
'Do you need "set solib-search-path" or '
|
||||
'"set sysroot"?\n',
|
||||
'')
|
||||
|
||||
# Ensure no unexpected error messages:
|
||||
self.assertEqual(err, '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue