Searched refs:runresults (Results 1 – 1 of 1) sorted by relevance
96 Result.runresults['RERAN'] += 199 Result.runresults['KILLED'] += 1102 Result.runresults['PASS'] += 1105 Result.runresults['SKIP'] += 1108 Result.runresults['FAIL'] += 1304 Result.runresults['SKIP'] += 1839 for key in list(Result.runresults.keys()):840 if Result.runresults[key] != 0:850 if Result.runresults['FAIL'] > 0:853 if Result.runresults['KILLED'] > 0:[all …]