diff -r 335d16d864e1 Lib/test/test_gdb.py --- a/Lib/test/test_gdb.py Thu Oct 09 11:11:49 2014 +0200 +++ b/Lib/test/test_gdb.py Thu Oct 09 13:48:03 2014 +0200 @@ -175,6 +175,8 @@ class DebuggerTests(unittest.TestCase): # Issue #19753: missing symbols on System Z 'Missing separate debuginfo for ', 'Try: zypper install -C ', + # Issue #22327 + "Got object file from memory but can't read symbols: File truncated", ) for line in errlines: if not line.startswith(ignore_patterns):