Home
last modified time | relevance | path

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

/tools/testing/selftests/coredump/
A DREADME.rst14 The piped user program may be interested in reading the stack pointers of the crashed process. The
15 crashed process's stack pointers can be read from `procfs`: it is the `kstkesp` field in
45 reads the stack pointers of all threads of crashed processes.
/tools/testing/kunit/
A Dkunit_parser.py83 crashed: int = 0 variable in TestCounts
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
A Dkunit_json.py47 "crashed": test_counts.crashed,
A Dkunit.py207 if len(filter_globs) == 1 and test_counts.crashed > 0:

Completed in 8 milliseconds