Lines Matching refs:error_cnt
353 if (test_state->error_cnt) in print_test_result()
409 bool test_failed = test_state->error_cnt > 0; in dump_test_log()
443 subtest_failed = subtest_state->error_cnt; in dump_test_log()
457 test_result(subtest_state->error_cnt, in dump_test_log()
525 if (subtest_state->error_cnt) { in test__end_subtest()
526 test_state->error_cnt++; in test__end_subtest()
537 test_result(subtest_state->error_cnt, in test__end_subtest()
619 env.subtest_state->error_cnt++; in test__fail()
621 env.test_state->error_cnt++; in test__fail()
1275 env.test_state->error_cnt++; in crash_handler()
1480 subtest_state->error_cnt = msg.subtest_done.error_cnt; in dispatch_thread_send_subtests()
1551 state->error_cnt = msg.test_done.error_cnt; in dispatch_thread()
1609 if (state->error_cnt) in calculate_summary_and_print_errors()
1644 if (!state->tested || !state->error_cnt) in calculate_summary_and_print_errors()
1802 msg.subtest_done.error_cnt = subtest_state->error_cnt; in worker_main_send_subtests()
1807 if (verbose() || state->force_log || subtest_state->error_cnt) { in worker_main_send_subtests()
1868 msg.test_done.error_cnt = state->error_cnt; in worker_main()
1874 if (verbose() || state->force_log || state->error_cnt) { in worker_main()