Lines Matching refs:error_cnt
355 if (test_state->error_cnt) in print_test_result()
411 bool test_failed = test_state->error_cnt > 0; in dump_test_log()
445 subtest_failed = subtest_state->error_cnt; in dump_test_log()
459 test_result(subtest_state->error_cnt, in dump_test_log()
527 if (subtest_state->error_cnt) { in test__end_subtest()
528 test_state->error_cnt++; in test__end_subtest()
539 test_result(subtest_state->error_cnt, in test__end_subtest()
621 env.subtest_state->error_cnt++; in test__fail()
623 env.test_state->error_cnt++; in test__fail()
1271 env.test_state->error_cnt++; in dump_crash_log()
1496 subtest_state->error_cnt = msg.subtest_done.error_cnt; in dispatch_thread_send_subtests()
1567 state->error_cnt = msg.test_done.error_cnt; in dispatch_thread()
1625 if (state->error_cnt) in calculate_summary_and_print_errors()
1660 if (!state->tested || !state->error_cnt) in calculate_summary_and_print_errors()
1818 msg.subtest_done.error_cnt = subtest_state->error_cnt; in worker_main_send_subtests()
1823 if (verbose() || state->force_log || subtest_state->error_cnt) { in worker_main_send_subtests()
1884 msg.test_done.error_cnt = state->error_cnt; in worker_main()
1890 if (verbose() || state->force_log || state->error_cnt) { in worker_main()