Home
last modified time | relevance | path

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

/external/libxml2/xstc/
Dxstc.py459 CNT_FAILED = 3 variable in XSTCTestRunner
479 self.CNT_FAILED:0, self.CNT_UNIMPLEMENTED:0, self.CNT_INTERNAL:0, self.CNT_BAD:0,
501 counters[self.CNT_FAILED] += 1
531 if counters[self.CNT_FAILED] > 0:
532 out.write(" failed : %d\n" % counters[self.CNT_FAILED])
546 if counters[self.CNT_FAILED] > 0 or counters[self.CNT_MEMLEAK] > 0:
547 if counters[self.CNT_FAILED] > 0:
548 out.write(" %d failed" % (counters[self.CNT_FAILED]))
578 …if options.reportErrCombines and (counters[self.CNT_FAILED] == 0) and (counters[self.CNT_MEMLEAK] …