From: Victor Stinner Date: Sun, 24 Nov 2013 17:55:25 +0000 (+0100) Subject: Issue #19753: Try to fix test_gdb on SystemZ buildbot X-Git-Tag: v3.4.0b2~507^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4a4898c18c9cc5ca6d2747789c6586524daf461;p=python Issue #19753: Try to fix test_gdb on SystemZ buildbot --- diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index b543889d86..cc2900fc7a 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py @@ -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):