Commit 57b00ed0 authored by Victor Stinner's avatar Victor Stinner

Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings

parent 06c14976
...@@ -163,6 +163,10 @@ class DebuggerTests(unittest.TestCase): ...@@ -163,6 +163,10 @@ class DebuggerTests(unittest.TestCase):
'linux-gate.so', 'linux-gate.so',
'Do you need "set solib-search-path" or ' 'Do you need "set solib-search-path" or '
'"set sysroot"?', '"set sysroot"?',
'warning: Source file is more recent than executable.',
# Issue #19753: missing symbols on System Z
'Missing separate debuginfo for ',
'Try: zypper install -C ',
) )
for line in errlines: for line in errlines:
if not line.startswith(ignore_patterns): if not line.startswith(ignore_patterns):
......
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