Lines Matching refs:error_cnt
234 if (test_state->error_cnt) in print_test_result()
290 bool test_failed = test_state->error_cnt > 0; in dump_test_log()
324 subtest_failed = subtest_state->error_cnt; in dump_test_log()
338 test_result(subtest_state->error_cnt, in dump_test_log()
411 if (subtest_state->error_cnt) { in test__end_subtest()
412 test_state->error_cnt++; in test__end_subtest()
423 test_result(subtest_state->error_cnt, in test__end_subtest()
499 env.subtest_state->error_cnt++; in test__fail()
501 env.test_state->error_cnt++; in test__fail()
995 env.test_state->error_cnt++; in crash_handler()
1169 subtest_state->error_cnt = msg.subtest_done.error_cnt; in dispatch_thread_send_subtests()
1240 state->error_cnt = msg.test_done.error_cnt; in dispatch_thread()
1298 if (state->error_cnt) in calculate_summary_and_print_errors()
1333 if (!state->tested || !state->error_cnt) in calculate_summary_and_print_errors()
1491 msg.subtest_done.error_cnt = subtest_state->error_cnt; in worker_main_send_subtests()
1496 if (verbose() || state->force_log || subtest_state->error_cnt) { in worker_main_send_subtests()
1556 msg.test_done.error_cnt = state->error_cnt; in worker_main()
1562 if (verbose() || state->force_log || state->error_cnt) { in worker_main()