HomeSort by relevance Sort by last modified time
    Searched refs:report_kind (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/crash/
user_crash_test.py 347 exec_name, report_kind,
357 if result['report_kind'] != report_kind:
358 raise error.TestFail('Expected a %s report' % report_kind)
crash_test.py 417 report_kind: kind of report sent (minidump vs kernel)
472 report_kind = meta_match.group(2)
475 report_kind = None
515 'report_kind': report_kind,

Completed in 122 milliseconds