Searched refs:ResultCode (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/tools/lldbmacros/tests/lldbtest/ |
| H A D | unittest.py | 242 class ResultCode(str, Enum): class in LLDBTestResult 259 test, LLDBTestResult.ResultCode.ERROR, exc 264 test, LLDBTestResult.ResultCode.ERROR, err 270 test, LLDBTestResult.ResultCode.SKIP, reason 280 test, LLDBTestResult.ResultCode.ERROR, exc 286 test, LLDBTestResult.ResultCode.PASS, None 292 test, LLDBTestResult.ResultCode.PASS, None
|