Lines Matching refs:error_cnt
266 if (test_state->error_cnt) in print_test_result()
322 bool test_failed = test_state->error_cnt > 0; in dump_test_log()
356 subtest_failed = subtest_state->error_cnt; in dump_test_log()
370 test_result(subtest_state->error_cnt, in dump_test_log()
443 if (subtest_state->error_cnt) { in test__end_subtest()
444 test_state->error_cnt++; in test__end_subtest()
455 test_result(subtest_state->error_cnt, in test__end_subtest()
535 env.subtest_state->error_cnt++; in test__fail()
537 env.test_state->error_cnt++; in test__fail()
1175 env.test_state->error_cnt++; in crash_handler()
1350 subtest_state->error_cnt = msg.subtest_done.error_cnt; in dispatch_thread_send_subtests()
1421 state->error_cnt = msg.test_done.error_cnt; in dispatch_thread()
1479 if (state->error_cnt) in calculate_summary_and_print_errors()
1514 if (!state->tested || !state->error_cnt) in calculate_summary_and_print_errors()
1672 msg.subtest_done.error_cnt = subtest_state->error_cnt; in worker_main_send_subtests()
1677 if (verbose() || state->force_log || subtest_state->error_cnt) { in worker_main_send_subtests()
1737 msg.test_done.error_cnt = state->error_cnt; in worker_main()
1743 if (verbose() || state->force_log || state->error_cnt) { in worker_main()