Searched refs:test_skip (Results 1 – 7 of 7) sorted by relevance
/openbmc/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 | 125 def call_pre_case(self, caseinfo, *, test_skip=False): argument 128 pgn_inst.pre_case(caseinfo, test_skip) 367 pm.call_pre_case(tidx, test_skip=True) 380 pm.call_pre_case(tidx, test_skip=True)
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | subunit.h | 29 static inline void test_skip(const char *name) in test_skip() function
|
/openbmc/linux/tools/testing/selftests/powerpc/ |
H A D | harness.c | 126 test_skip(name); in test_harness()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | userspace_pm.sh | 92 test_skip() function 888 test_skip 899 test_skip 937 test_skip
|
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | valgrindPlugin.py | 107 if self.args.test_skip:
|
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 404 static bool test_skip(void *opaque, int version_id) in test_skip() function 417 VMSTATE_UINT32_TEST(c, TestStruct, test_skip), 419 VMSTATE_UINT32_TEST(e, TestStruct, test_skip),
|