Searched refs:error_cnt (Results 1 – 1 of 1) sorted by relevance
26 int error_cnt; member148 int sub_error_cnt = test->error_cnt - test->old_error_cnt; in test__end_subtest()192 env.test->old_error_cnt = env.test->error_cnt; in test__start_subtest()208 env.test->error_cnt++; in test__fail()708 if (test->error_cnt) in main()714 dump_test_log(test, test->error_cnt); in main()718 test->error_cnt ? "FAIL" : "OK"); in main()