Home
last modified time | relevance | path

Searched refs:base_build_hash (Results 1 – 1 of 1) sorted by relevance

/cts/tools/incremental-cts/
Dincremental_deqp.py124 base_build_hash = base_build_handler.get_file_hash(deqp_deps)
126 return self._compare_build_hash(current_build_hash, base_build_hash)
150 base_build_hash = base_build_handler.get_file_hash(deqp_deps)
152 return self._compare_build_hash(current_build_hash, base_build_hash)
155 def _compare_build_hash(self, current_build_hash, base_build_hash): argument
164 if current_build_hash == base_build_hash:
169 if key not in base_build_hash:
171 elif base_build_hash[key] != val:
173 'current build hash:{current}'.format(deps=key, base=base_build_hash[key],