Searched refs:LLDBTestResult (Results 1 – 2 of 2) sorted by relevance
22 class LLDBTestResult(unittest2.TextTestResult): class62 if not LLDBTestResult.__ignore_singleton__ and LLDBTestResult.__singleton__:64 super(LLDBTestResult, self).__init__(*args)65 LLDBTestResult.__singleton__ = self74 (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 …]
1002 resultclass=test_result.LLDBTestResult).run(1008 test_result.LLDBTestResult.__ignore_singleton__ = True1014 resultclass=test_result.LLDBTestResult).run(