Home | History | Annotate | Download | only in layout_package

Lines Matching refs:result_type

124         result_type = result.type
125 actual = [keywords[result_type]]
127 if result_type == test_expectations.PASS:
129 elif result_type == test_expectations.CRASH:
137 if result_type != retry_result_type:
875 result_type, result_type_str):
880 result_type - the particular result type to report in the summary.
881 result_type_str - a string description of the result_type.
883 tests = self._expectations.get_tests_with_result_type(result_type)