Lines Matching refs:run_count
858 test->stats->run_count++; in z_ztest_run_test_suite_ptr()
879 test->stats->run_count++; in z_ztest_run_test_suite_ptr()
929 test->stats->run_count = 0; in __ztest_init_unit_test_result_for_suite()
967 if (test->stats->skip_count == test->stats->run_count) { in __ztest_show_suite_summary_oneline()
969 } else if (test->stats->pass_count == test->stats->run_count) { in __ztest_show_suite_summary_oneline()
1011 if (test->stats->skip_count == test->stats->run_count) { in __ztest_show_suite_summary_verbose()
1013 } else if (test->stats->pass_count == test->stats->run_count) { in __ztest_show_suite_summary_verbose()
1026 test->stats->run_count - test->stats->pass_count, in __ztest_show_suite_summary_verbose()
1027 test->stats->run_count, test->stats->duration_worst_ms / 1000, in __ztest_show_suite_summary_verbose()
1079 stats->run_count++; in __ztest_run_test_suite()
1172 if (suite->stats->run_count < 1) { in ztest_verify_all_test_suites_ran()
1196 test->stats->run_count) { in ztest_verify_all_test_suites_ran()