diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-11-24 17:55:25 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-11-24 17:55:25 (GMT) |
commit | f4a4898c18c9cc5ca6d2747789c6586524daf461 (patch) | |
tree | 3b74778deb6e713bdcccc40bd22b448a3f82118a /Lib/test/test_gdb.py | |
parent | 71196e7f558412ec6465eba9cb8dc147428296d9 (diff) | |
download | cpython-f4a4898c18c9cc5ca6d2747789c6586524daf461.zip cpython-f4a4898c18c9cc5ca6d2747789c6586524daf461.tar.gz cpython-f4a4898c18c9cc5ca6d2747789c6586524daf461.tar.bz2 |
Issue #19753: Try to fix test_gdb on SystemZ buildbot
Diffstat (limited to 'Lib/test/test_gdb.py')
-rw-r--r-- | Lib/test/test_gdb.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index b543889..cc2900f 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): |