Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dtest_progs.c26 int error_cnt; member
148 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()