Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dtest_result.py22 class LLDBTestResult(unittest2.TextTestResult): class
62 if not LLDBTestResult.__ignore_singleton__ and LLDBTestResult.__singleton__:
64 super(LLDBTestResult, self).__init__(*args)
65 LLDBTestResult.__singleton__ = self
74 (width, height) = LLDBTestResult.getTerminalSize()
86 return '%sConfig=%s-%s' % (super(LLDBTestResult,
182 super(LLDBTestResult, self).startTest(test)
192 super(LLDBTestResult, self).addSuccess(test)
216 super(LLDBTestResult, self).addError(test, err)
244 super(LLDBTestResult, self).addFailure(test, err)
[all …]
H A Ddotest.py1002 resultclass=test_result.LLDBTestResult).run(
1008 test_result.LLDBTestResult.__ignore_singleton__ = True
1014 resultclass=test_result.LLDBTestResult).run(