Lines Matching refs:test_infos
92 test_infos = set()
118 test_infos.add(test_info)
123 if finder_info == CACHE_FINDER and test_infos:
124 test_finders.append(list(test_infos)[0].test_finder)
131 test_infos.update(f_results)
144 if test_infos and not tm_test_detail:
145 atest_utils.update_test_info_cache(test, test_infos)
147 return test_infos
196 test_infos = set()
201 test_infos.update(found_test_infos)
202 return test_infos
436 def _gather_build_targets(self, test_infos): argument
438 for test_info in test_infos:
511 test_infos = self._get_test_infos(tests, test_details_list)
513 for test_info in test_infos:
515 build_targets = self._gather_build_targets(test_infos)
516 return build_targets, test_infos