Searched defs:addSkip (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ | ||
H A D | result.py | 134 def addSkip(self, test, reason): member in TestResult |
H A D | runner.py | 98 def addSkip(self, test, reason): member in TextTestResult |
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ | ||
H A D | test_result.py | 270 def addSkip(self, test, reason): member in LLDBTestResult |
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ | ||
H A D | support.py | 76 def addSkip(self, *args): member in LoggingResult |