Lines Matching defs:is_aborted
1023 def is_aborted(self):
1134 return not self.is_aborted() or self.hit_timeout()
1192 if test_view.is_aborted() and test_view.hit_timeout():
1204 if test_view.is_aborted() and test_view.is_relevant_suite_view():
1208 elif test_view.is_aborted() and not test_view.hit_timeout():
1265 could retrieve information like return code, return message, is_aborted,
1310 @var is_aborted: Whether the suite was aborted or not.
1338 self.is_aborted = None
1632 self.is_aborted = any([view['job_keyvals'].get('aborted_by')
1901 # Also do not record stats if is_aborted is None, indicating
1903 if collector.is_aborted == False:
1908 if collector.is_aborted == True and is_suite_timeout: