Lines Matching refs:test_infos
109 test_infos = set()
117 return test_infos
165 test_infos.add(test_info)
170 if finder_info == CACHE_FINDER and test_infos:
171 test_finders.append(list(test_infos)[0].test_finder)
178 test_infos.update(f_results)
191 if test_infos and not tm_test_detail:
192 atest_utils.update_test_info_cache(test, test_infos)
195 return test_infos
270 test_infos = set()
275 test_infos.update(found_test_infos)
276 return test_infos
501 def _gather_build_targets(self, test_infos): argument
503 for test_info in test_infos:
642 test_infos = self._get_test_infos(tests, test_details_list)
648 test_infos.update(host_unit_test_infos)
649 if atest_utils.has_mixed_type_filters(test_infos):
660 for test_info in test_infos:
662 build_targets = self._gather_build_targets(test_infos)
668 return build_targets, test_infos