]> granicus.if.org Git - python/commitdiff
Issue #19753: Try to fix test_gdb on SystemZ buildbot
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 24 Nov 2013 17:55:25 +0000 (18:55 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 24 Nov 2013 17:55:25 +0000 (18:55 +0100)
Lib/test/test_gdb.py

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