Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py
index f2c3c90..2208eb3 100644
--- a/Lib/test/test_gdb.py
+++ b/Lib/test/test_gdb.py
@@ -163,6 +163,10 @@
             '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):