Searched refs:test_skip (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/selftests/tc-testing/ |
| A D | TdcPlugin.py | 21 def pre_case(self, caseinfo, test_skip): argument 26 self.args.test_skip = test_skip
|
| A D | tdc.py | 137 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)
|
| /tools/testing/selftests/bpf/progs/ |
| A D | arena_spin_lock.c | 24 int test_skip = 1; variable 26 int test_skip = 2; variable
|
| /tools/testing/selftests/powerpc/include/ |
| A D | subunit.h | 29 static inline void test_skip(const char *name) in test_skip() function
|
| /tools/testing/selftests/powerpc/ |
| A D | harness.c | 126 test_skip(name); in test_harness()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | arena_spin_lock.c | 66 if (skel->data->test_skip == 2) { in test_arena_spin_lock_size()
|
| /tools/testing/selftests/tc-testing/plugin-lib/ |
| A D | nsPlugin.py | 56 def pre_case(self, test, test_skip): argument 60 if test_skip:
|
| A D | valgrindPlugin.py | 108 if self.args.test_skip:
|
| /tools/testing/selftests/net/mptcp/ |
| A D | userspace_pm.sh | 79 test_skip() function 855 test_skip 866 test_skip 889 test_skip
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| A D | setup.c | 223 test_skip("%s", msg); in __test_skip_all()
|
| A D | aolib.h | 102 #define test_skip(fmt, ...) \ macro 158 test_skip("%s: %s", tst_name, tests_skip_reason[k]); in should_skip_test()
|
| A D | ftrace-tcp.c | 485 test_skip("kernel config doesn't have ftrace - no checks"); in check_free_events()
|
Completed in 15 milliseconds