Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.c74 env.fail_cnt++; in test__end_subtest()
602 env.fail_cnt++; in main()
618 env.succ_cnt, env.sub_succ_cnt, env.skip_cnt, env.fail_cnt); in main()
623 return env.fail_cnt ? EXIT_FAILURE : EXIT_SUCCESS; in main()
Dtest_progs.h71 int fail_cnt; /* total failed tests + sub-tests */ member