Home | History | Annotate | Download | only in layout_package

Lines Matching refs:test_path

156     def _line_from_test_and_flaky_types_and_bug_urls(self, test_path, flaky_types, bug_urls):
158 line.original_string = test_path
159 line.name = test_path
160 line.filename = test_path
161 line.path = test_path # FIXME: Should this be normpath?
162 line.matching_tests = [test_path]
171 for test_path, entry in self.results_json.walk_results():
176 flakes_by_path[test_path] = sorted(map(self.results_json.expectation_for_type, flaky_types))
193 for test_path, entry in self.results_json.walk_results():
221 unexpected_results_by_path[test_path] = sorted(map(exp_to_string, expectations))
226 for test_path, entry in self.results_json.walk_results():
231 line = self._line_from_test_and_flaky_types_and_bug_urls(test_path, flaky_types, bug_urls)