Searched refs:total_failed (Results 1 – 4 of 4) sorted by relevance
58 static int total_failed; variable68 total_failed++; in do_one_test()116 printf(" Fail: %d\n", total_failed); in test_copy_exception()
1569 size_t total_failed = 0; in _run_tests() local1625 failed_names[total_failed] = test->name; in _run_tests()1631 total_failed += failed; in _run_tests()1637 total_failed ++; in _run_tests()1648 total_failed ++; in _run_tests()1658 if (total_failed) { in _run_tests()1660 print_error("%d out of %d tests failed!\n", total_failed, in _run_tests()1662 for (i = 0; i < total_failed; i++) { in _run_tests()1672 total_failed = -1; in _run_tests()1679 return (int)total_failed; in _run_tests()
1430 total_failed = 01438 total_failed += 11441 failed_perct = int(float(total_failed)/float(total_executed)*100)
1046 total_failed = len(failed_rows) - n_test_jobs_failed1049 success_rate = 100 - ((total_failed / float(total_executed)) * 100)1054 stats['total_failed'] = total_failed1055 stats['total_passed'] = total_executed - total_failed