Searched refs:total_errors (Results 1 – 3 of 3) sorted by relevance
57 total_errors = 065 total_errors += failures70 total_errors += failures75 if total_errors == 0:78 print 'FAIL: %d errors' % total_errors79 return total_errors
265 size_t total_errors = 0; in main() local305 total_errors++; in main()397 if (total_errors) printf("Errors: %d\n", (int) total_errors); in main()406 return total_errors; in main()
274 total_errors = sum(results)275 print "Total errors found: %d" % total_errors277 return total_errors == 0