2012-04-13 14:36:12 +00:00
|
|
|
--- Lib/test/test_gdb.py.old 2012-04-11 21:04:01.367073855 -0400
|
|
|
|
+++ Lib/test/test_gdb.py 2012-04-12 08:52:58.320288761 -0400
|
2013-05-16 13:15:46 +00:00
|
|
|
@@ -144,6 +153,10 @@
|
2014-12-11 09:37:25 +00:00
|
|
|
'Missing separate debuginfo for ',
|
|
|
|
'Try: zypper install -C ',
|
2013-05-16 13:15:46 +00:00
|
|
|
)
|
|
|
|
+ ignore_patterns += ('warning: Unable to open',
|
|
|
|
+ 'Missing separate debuginfo for',
|
|
|
|
+ 'Try: yum --disablerepo=',
|
|
|
|
+ 'Undefined set print command')
|
|
|
|
for line in errlines:
|
|
|
|
if not line.startswith(ignore_patterns):
|
|
|
|
unexpected_errlines.append(line)
|