[Python-checkins] cpython: Issue #19753: Try to fix test_gdb on SystemZ buildbot

victor.stinner python-checkins at python.org
Sun Nov 24 18:56:55 CET 2013


http://hg.python.org/cpython/rev/6e5eab3add6c
changeset:   87514:6e5eab3add6c
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Sun Nov 24 18:55:25 2013 +0100
summary:
  Issue #19753: Try to fix test_gdb on SystemZ buildbot

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
@@ -170,6 +170,7 @@
             'Do you need "set solib-search-path" or '
             '"set sysroot"?',
             'warning: Source file is more recent than executable.',
+            'Missing separate debuginfo for ',
             )
         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