]> granicus.if.org Git - python/commitdiff
Issue #19753: New try to fix test_gdb on System Z buildbot
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 25 Nov 2013 09:43:59 +0000 (10:43 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 25 Nov 2013 09:43:59 +0000 (10:43 +0100)
Lib/test/test_gdb.py

index cc2900fc7af932164c502630eb50ccf64a39ea96..0e254a2487483901ccc3642deca11ce2ea3129e4 100644 (file)
@@ -170,7 +170,9 @@ class DebuggerTests(unittest.TestCase):
             '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):