Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Drunner.py116 self.printErrorList('ERROR', self.errors)
117 self.printErrorList('FAIL', self.failures)
119 def printErrorList(self, flavour, errors): member in TextTestResult