Searched refs:skip_cnt (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | prog_tests_framework.c | 10 state->skip_cnt = 0; in clear_test_state() 25 if (!ASSERT_EQ(state->skip_cnt, 0, "skip_cnt_check")) in test_prog_tests_framework() 41 if (!ASSERT_EQ(state->skip_cnt, 2, "skip_cnt_check")) in test_prog_tests_framework()
|
| /tools/testing/selftests/bpf/ |
| A D | test_progs.c | 349 int skipped_cnt = test_state->skip_cnt; in print_test_result() 531 test_state->skip_cnt++; in test__end_subtest() 613 env.test_state->skip_cnt++; in test__skip() 1552 state->skip_cnt = msg.test_done.skip_cnt; in dispatch_thread() 1597 int succ_cnt = 0, fail_cnt = 0, sub_succ_cnt = 0, skip_cnt = 0; in calculate_summary_and_print_errors() local 1607 skip_cnt += state->skip_cnt; in calculate_summary_and_print_errors() 1625 jsonw_uint_field(w, "skipped", skip_cnt); in calculate_summary_and_print_errors() 1661 succ_cnt, sub_succ_cnt, skip_cnt, fail_cnt); in calculate_summary_and_print_errors() 1666 env->skip_cnt = skip_cnt; in calculate_summary_and_print_errors() 1869 msg.test_done.skip_cnt = state->skip_cnt; in worker_main() [all …]
|
| A D | test_progs.h | 87 int skip_cnt; member 126 int skip_cnt; /* skipped tests */ member 161 int skip_cnt; member
|
| /tools/perf/tests/shell/ |
| A D | test_intel_pt.sh | 14 skip_cnt=0 682 skip_cnt=$((skip_cnt + 1))
|
Completed in 11 milliseconds