mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
test_gdb.py: ignore also "warning: Source file is more recent than executable." pattern
This commit is contained in:
parent
ef8115e5eb
commit
5ac1b936ef
1 changed files with 1 additions and 0 deletions
|
|
@ -164,6 +164,7 @@ class DebuggerTests(unittest.TestCase):
|
|||
'linux-gate.so',
|
||||
'Do you need "set solib-search-path" or '
|
||||
'"set sysroot"?',
|
||||
'warning: Source file is more recent than executable.',
|
||||
)
|
||||
for line in errlines:
|
||||
if not line.startswith(ignore_patterns):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue