Lines Matching defs:crashed
83 crashed: int = 0
90 ('crashed', self.crashed), ('skipped', self.skipped),
99 return (self.passed + self.failed + self.crashed +
114 self.crashed += counts.crashed
124 if self.crashed:
144 self.crashed += 1
583 the test footer are all printed. If failed_only is true, only failed/crashed
588 failed_only - True if only failed/crashed tests should be printed.
675 test and check if any of the tests crashed and if so set the test
676 status to crashed. Otherwise if the test has no subtests add the
795 # crashed subtest and record error