[Python-checkins] cpython: test_gdb.py: ignore also "warning: Source file is more recent than executable."

victor.stinner python-checkins at python.org
Tue Jun 25 21:54:51 CEST 2013


http://hg.python.org/cpython/rev/8aa6439502c4
changeset:   84346:8aa6439502c4
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Jun 25 21:54:32 2013 +0200
summary:
  test_gdb.py: ignore also "warning: Source file is more recent than executable." pattern

files:
  Lib/test/test_gdb.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py
--- a/Lib/test/test_gdb.py
+++ b/Lib/test/test_gdb.py
@@ -164,6 +164,7 @@
             '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):

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list