Issue #19753: Try to fix test_gdb on SystemZ buildbot

This commit is contained in:
Victor Stinner 2013-11-24 18:55:25 +01:00
parent 71196e7f55
commit f4a4898c18

View file

@ -170,6 +170,7 @@ class DebuggerTests(unittest.TestCase):
'Do you need "set solib-search-path" or '
'"set sysroot"?',
'warning: Source file is more recent than executable.',
'Missing separate debuginfo for ',
)
for line in errlines:
if not line.startswith(ignore_patterns):