Lines Matching refs:LLDBTestResult
1383 class LLDBTestResult(unittest2.TextTestResult): class
1420 if not LLDBTestResult.__ignore_singleton__ and LLDBTestResult.__singleton__:
1422 super(LLDBTestResult, self).__init__(*args)
1423 LLDBTestResult.__singleton__ = self
1433 (width, height) = LLDBTestResult.getTerminalSize()
1451 … return '%sConfig=%s-%s' % (super(LLDBTestResult, self)._exc_info_to_string(err, test),
1455 return super(LLDBTestResult, self)._exc_info_to_string(err, test)
1510 super(LLDBTestResult, self).startTest(test)
1514 super(LLDBTestResult, self).addSuccess(test)
1522 super(LLDBTestResult, self).addError(test, err)
1534 super(LLDBTestResult, self).addFailure(test, err)
1552 super(LLDBTestResult, self).addExpectedFailure(test, err, bugnumber)
1563 super(LLDBTestResult, self).addSkip(test, reason)
1574 super(LLDBTestResult, self).addUnexpectedSuccess(test, bugnumber)
1593 resultclass=LLDBTestResult).run(suite)
1598 LLDBTestResult.__ignore_singleton__ = True
1604 resultclass=LLDBTestResult).run(suite)