Searched refs:failed_count (Results 1 – 3 of 3) sorted by relevance
44 failed_count = len(failures)45 pass_count = len(test_names) - failed_count46 if failed_count:51 pass_count, len(test_names), failed_count))
347 failed_count = 0392 failed_count += len(failed_subset)465 """ % (' '.join(args), passed_count, failed_count))
271 def failed_count(self): member in _CompilerDispatcher390 return -dispatcher.failed_count