Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c330 for (i = ARRAY_SIZE(tests); i < ARRAY_SIZE(tests) + ARRAY_SIZE(ci_skip_tests); i++) in print_tests()
331 printf("%u: %s\n", i, ci_skip_tests[i - ARRAY_SIZE(tests)].name); in print_tests()
336 const size_t total_tests = ARRAY_SIZE(tests) + ARRAY_SIZE(ci_skip_tests); in main()
456 &ci_skip_tests[j - ARRAY_SIZE(tests)]); in main()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.h299 static const struct test_spec ci_skip_tests[] = { variable