Searched refs:total_failed (Results 1 – 1 of 1) sorted by relevance
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()