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.py128 base_build_hash = base_build_handler.get_file_hash(deqp_deps)
130 return self._compare_build_hash(current_build_hash, base_build_hash)
155 base_build_hash = base_build_handler.get_file_hash(deqp_deps)
157 return self._compare_build_hash(current_build_hash, base_build_hash)
168 def _compare_build_hash(self, current_build_hash, base_build_hash): argument
179 if current_build_hash == base_build_hash:
184 if key not in base_build_hash:
188 elif base_build_hash[key] != val:
190 'current build hash:{current}'.format(deps=key, base=base_build_hash[key],