Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dgtest_parser.py99 def _RecordError(self, line, reason): member in gtest_parser
214 self._RecordError(line, 'test started more than once')
219 self._RecordError(line, 'start while in status %s' % status)
235 self._RecordError(line, 'success while in status %s' % status)
248 self._RecordError(line, 'failure while in status %s' % status)
266 self._RecordError(line, 'timeout while in status %s' % status)
279 self._RecordError(line, 'suppression reported more than once')