Searched refs:test_skip (Results 1 – 10 of 10) sorted by relevance
/linux/tools/testing/selftests/tc-testing/ |
H A D | TdcPlugin.py | 21 def pre_case(self, caseinfo, test_skip): argument 26 self.args.test_skip = test_skip
|
H 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)
|
/linux/tools/testing/selftests/powerpc/include/ |
H A D | subunit.h | 29 static inline void test_skip(const char *name) in test_skip() function
|
/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | nsPlugin.py | 56 def pre_case(self, test, test_skip): argument 60 if test_skip:
|
H A D | valgrindPlugin.py | 108 if self.args.test_skip:
|
/linux/tools/testing/selftests/powerpc/ |
H A D | harness.c | 126 test_skip(name); in test_harness()
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | userspace_pm.sh | 79 test_skip() function 827 test_skip 838 test_skip 861 test_skip
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | setup.c | 223 test_skip("%s", msg); in __test_skip_all()
|
H A D | aolib.h | 101 #define test_skip(fmt, ...) \ macro 157 test_skip("%s: %s", tst_name, tests_skip_reason[k]); in should_skip_test()
|
H A D | ftrace-tcp.c | 488 test_skip("kernel config doesn't have ftrace - no checks"); in check_free_events()
|