Searched refs:LLDBTestResult (Results 1 – 1 of 1) sorted by relevance
/external/lldb/test/ |
D | dotest.py | 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) [all …]
|