]> granicus.if.org Git - python/commitdiff
Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 5 Nov 2014 14:07:18 +0000 (15:07 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 5 Nov 2014 14:07:18 +0000 (15:07 +0100)
Lib/test/test_gdb.py

index f2c3c9070cac51b1e5845e8f90d31ae05fb03883..2208eb31d4f484e2b3ef2eeb7ad9ce1626e4483a 100644 (file)
@@ -163,6 +163,10 @@ 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.',
+            # 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):