[Python-checkins] cpython: Issue #19753: New try to fix test_gdb on System Z buildbot

victor.stinner python-checkins at python.org
Mon Nov 25 10:44:48 CET 2013


http://hg.python.org/cpython/rev/6ec6facb69ca
changeset:   87553:6ec6facb69ca
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Mon Nov 25 10:43:59 2013 +0100
summary:
  Issue #19753: New try to fix test_gdb on System Z buildbot

files:
  Lib/test/test_gdb.py |  2 ++
  1 files changed, 2 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,7 +170,9 @@
             'Do you need "set solib-search-path" or '
             '"set sysroot"?',
             'warning: Source file is more recent than executable.',
+            # Issue #19753: missing symbols on System Z
             'Missing separate debuginfo for ',
+            'Try: zypper install -C ',
             )
         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