Home
last modified time | relevance | path

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

/external/lldb/test/unittest2/
Drunner.py109 self.printErrorList('ERROR', self.errors)
110 self.printErrorList('FAIL', self.failures)
112 def printErrorList(self, flavour, errors): member in TextTestResult