Searched defs:LLDBTestResult (Results 1 - 1 of 1) sorted by relevance

/external/lldb/test/
H A Ddotest.py1383 class LLDBTestResult(unittest2.TextTestResult): class in inherits:unittest2.TextTestResult
1420 if not LLDBTestResult.__ignore_singleton__ and LLDBTestResult.__singleton__:
1421 raise Exception("LLDBTestResult instantiated more than once")
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, sel
[all...]

Completed in 83 milliseconds