Home
last modified time | relevance | path

Searched refs:error_cnt (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/bpf/
Dtest_progs.c49 int error_cnt; member
171 int sub_error_cnt = test->error_cnt - test->old_error_cnt; in test__end_subtest()
215 env.test->old_error_cnt = env.test->error_cnt; in test__start_subtest()
231 env.test->error_cnt++; in test__fail()
836 dump_test_log(test, test->error_cnt); in main()
840 test->error_cnt ? "FAIL" : (test->skip_cnt ? "SKIP" : "OK")); in main()
842 if (test->error_cnt) in main()