Lines Matching refs:issues
3629 # load the dmesg file into memory and fix up any ordering issues
4088 data['issues'], data['sus_worst'], data['sus_worsttime'],
4200 html += td.format(d[7]) # issues
4287 def createHTMLIssuesSummary(testruns, issues, htmlfile, title, extra=''):
4288 multihost = len([e for e in issues if len(e['urls']) > 1]) > 0
4296 subtitle = '%d issues' % len(issues) if len(issues) > 0 else 'no issues'
4305 for e in sorted(issues, key=lambda v:v['count'], reverse=True):
4329 return issues
6049 def data_from_html(file, outpath, issues, fulldetail=False):
6086 sysvals.errorSummary(issues, msg)
6103 match = [i for i in issues if i['match'] == issue]
6111 issues.append({
6154 'issues': ' '.join(ilist),
6202 target, issues, testruns = '', [], []
6208 data = data_from_html(os.path.join(dirname, filename), outpath, issues)
6228 createHTMLIssuesSummary(testruns, issues, os.path.join(outpath, 'summary-issues.html'), title)
6229 pprint(' summary-issues.html - kernel issues found sorted by frequency')