From: Victor Stinner Date: Tue, 25 Jun 2013 19:54:32 +0000 (+0200) Subject: test_gdb.py: ignore also "warning: Source file is more recent than executable." pattern X-Git-Tag: v3.4.0a1~384 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ac1b936ef00841e6c5452d1ef360ab539d31dc2;p=python test_gdb.py: ignore also "warning: Source file is more recent than executable." pattern --- diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index abcb23e7a6..4c037a17df 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py @@ -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):