mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #19753: New try to fix test_gdb on System Z buildbot
This commit is contained in:
parent
d2736affa1
commit
23ed7e3d12
1 changed files with 2 additions and 0 deletions
|
@ -170,7 +170,9 @@ class DebuggerTests(unittest.TestCase):
|
|||
'Do you need "set solib-search-path" or '
|
||||
'"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:
|
||||
if not line.startswith(ignore_patterns):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue