mirror of
https://github.com/python/cpython.git
synced 2025-11-16 17:13:19 +00:00
Issue #19753: Try to fix test_gdb on SystemZ buildbot
This commit is contained in:
parent
71196e7f55
commit
f4a4898c18
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ class DebuggerTests(unittest.TestCase):
|
||||||
'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.',
|
'warning: Source file is more recent than executable.',
|
||||||
|
'Missing separate debuginfo for ',
|
||||||
)
|
)
|
||||||
for line in errlines:
|
for line in errlines:
|
||||||
if not line.startswith(ignore_patterns):
|
if not line.startswith(ignore_patterns):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue