Lines Matching refs:errors
70 errors = { 'bugnospc': [],
109 errors['bugnospc'].append(com)
113 errors['mutant'].append(com)
121 errors['dup'].append(crid)
127 errors['nonexistent'].append(crid)
139 errors['nomatch'].append([crid, synopsis,
147 if errors['dup']:
151 for err in errors['dup']:
154 if errors['bugnospc']:
158 for com in errors['bugnospc']:
161 if errors['mutant']:
164 for com in errors['mutant']:
167 if errors['nonexistent']:
170 for id in errors['nonexistent']:
173 if errors['nomatch']:
177 for err in errors['nomatch']: