Home
last modified time | relevance | path

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

/xnu-11417.121.6/tools/lldbmacros/tests/lldbtest/
H A Dunittest.py235 class LLDBTestResult(unittest.TestResult): class
258 self.tests.append(LLDBTestResult.Result(
259 test, LLDBTestResult.ResultCode.ERROR, exc
263 self.tests.append(LLDBTestResult.Result(
264 test, LLDBTestResult.ResultCode.ERROR, err
269 self.tests.append(LLDBTestResult.Result(
270 test, LLDBTestResult.ResultCode.SKIP, reason
279 self.tests.append(LLDBTestResult.Result(
280 test, LLDBTestResult.ResultCode.ERROR, exc
285 self.tests.append(LLDBTestResult.Result(
[all …]