Home
last modified time | relevance | path

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

/tools/testing/selftests/tc-testing/
DTdcPlugin.py21 def pre_case(self, caseinfo, test_skip): argument
26 self.args.test_skip = test_skip
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)
/tools/testing/selftests/powerpc/include/
Dsubunit.h29 static inline void test_skip(const char *name) in test_skip() function
/tools/testing/selftests/powerpc/
Dharness.c126 test_skip(name); in test_harness()
/tools/testing/selftests/tc-testing/plugin-lib/
DnsPlugin.py56 def pre_case(self, test, test_skip): argument
60 if test_skip:
DvalgrindPlugin.py108 if self.args.test_skip:
/tools/testing/selftests/net/mptcp/
Duserspace_pm.sh79 test_skip() function
835 test_skip
846 test_skip
869 test_skip
/tools/testing/selftests/net/tcp_ao/lib/
Dsetup.c223 test_skip("%s", msg); in __test_skip_all()
Daolib.h101 #define test_skip(fmt, ...) \ macro
157 test_skip("%s: %s", tst_name, tests_skip_reason[k]); in should_skip_test()
Dftrace-tcp.c488 test_skip("kernel config doesn't have ftrace - no checks"); in check_free_events()