From: Victor Stinner Date: Mon, 25 Nov 2013 09:43:59 +0000 (+0100) Subject: Issue #19753: New try to fix test_gdb on System Z buildbot X-Git-Tag: v3.4.0b2~491 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23ed7e3d128d584854146e09ff4c77135deeee67;p=thirdparty%2FPython%2Fcpython.git Issue #19753: New try to fix test_gdb on System Z buildbot --- diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index cc2900fc7af9..0e254a248748 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py @@ -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):