Commit fb2f409b authored by Benjamin Peterson's avatar Benjamin Peterson

remove gdb noise about linux-vdso

parent 39e0fb01
......@@ -150,6 +150,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, '')
......
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