Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c1125 static bool should_do_test_run(struct test_spec *spec, struct test_subspec *subspec) in should_do_test_run() argument
1127 if (!subspec->execute) in should_do_test_run()
1130 if (subspec->expect_failure) in should_do_test_run()
1315 struct test_subspec *subspec = unpriv ? &spec->unpriv : &spec->priv; in run_subtest() local
1327 if (!test__start_subtest_with_desc(subspec->name, subspec->description)) in run_subtest()
1350 if (subspec->caps) { in run_subtest()
1351 err = cap_enable_effective(subspec->caps, NULL); in run_subtest()
1410 if (subspec->expect_failure) { in run_subtest()
1422 validate_msgs(tester->log_buf, &subspec->expect_msgs, emit_verifier_log); in run_subtest()
1432 if (subspec->expect_xlated.cnt) { in run_subtest()
[all …]