Searched refs:test_skip (Results 1 – 5 of 5) sorted by relevance
21 def pre_case(self, caseinfo, test_skip): argument26 self.args.test_skip = test_skip
125 def call_pre_case(self, caseinfo, *, test_skip=False): argument128 pgn_inst.pre_case(caseinfo, test_skip)264 pm.call_pre_case(tidx, test_skip=True)
29 static inline void test_skip(char *name) in test_skip() function
126 test_skip(name); in test_harness()
107 if self.args.test_skip: