Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Darena_spin_lock.c24 int test_skip = 1; variable
26 int test_skip = 2; variable
/linux/tools/testing/selftests/bpf/prog_tests/
H A Darena_spin_lock.c66 if (skel->data->test_skip == 2) { in test_arena_spin_lock_size()
/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py137 def call_pre_case(self, caseinfo, *, test_skip=False): argument
142 pgn_inst.pre_case(caseinfo, test_skip)
394 pm.call_pre_case(tidx, test_skip=True)
407 pm.call_pre_case(tidx, test_skip=True)
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsetup.c223 test_skip("%s", msg); in __test_skip_all()
H A Daolib.h102 #define test_skip(fmt, ...) \ macro
158 test_skip("%s: %s", tst_name, tests_skip_reason[k]); in should_skip_test()
H A Dftrace-tcp.c485 test_skip("kernel config doesn't have ftrace - no checks"); in check_free_events()