Lines Matching refs:t_info
80 for t_info in test_infos:
81 if not self._is_test_path_valid(t_info):
83 if not self._is_test_build_target_valid(t_info):
85 if not self._is_test_filter_valid(t_info):
89 def _is_test_path_valid(self, t_info): argument
100 cached_test_paths = t_info.get_test_paths()
103 current_test_paths = self.module_info.get_paths(t_info.test_name)
111 def _is_test_build_target_valid(self, t_info): argument
122 for build_target in t_info.build_targets:
130 def _is_test_filter_valid(self, t_info): argument
139 test_filters = t_info.data.get(constants.TI_FILTER, [])
146 if self._is_java_filter_in_module(t_info.test_name ,