Home
last modified time | relevance | path

Searched refs:addCleanupError (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dtest_result.py225 def addCleanupError(self, test, err): member in LLDBTestResult
227 super(LLDBTestResult, self).addCleanupError(test, err)
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dresult.py115 def addCleanupError(self, test, err): member in TestResult
H A Dcase.py383 result.addCleanupError(self, sys.exc_info())