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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ac1b936ef00841e6c5452d1ef360ab539d31dc2;p=thirdparty%2FPython%2Fcpython.git 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 abcb23e7a645..4c037a17df78 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):