Searched refs:ok_status (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/kunit/
H A Dkunit_parser.py62 def ok_status(self) -> bool: member in class:Test
587 failed_subtests = [sub for sub in test.subtests if not sub.ok_status()]
628 if test.ok_status() or test.counts.total() < 100:

Completed in 97 milliseconds