test_gdb.py: ignore also "warning: Source file is more recent than executable." pattern

This commit is contained in:
Victor Stinner 2013-06-25 21:54:32 +02:00
parent ef8115e5eb
commit 5ac1b936ef
1 changed files with 1 additions and 0 deletions

View File

@ -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):