Home
last modified time | relevance | path

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

/external/v8/tools/release/
Dtest_mergeinfo.py56 self, result, all_commits, hash_of_first_commit): argument
59 result.get(hash_of_first_commit),
63 len(result[hash_of_first_commit]),
68 result[hash_of_first_commit][0],
86 hash_of_first_commit = commits[0]
90 hash_of_first_commit).splitlines()
94 'commit ' + hash_of_first_commit)
98 hash_of_first_commit = commits[0]
102 hash_of_first_commit, True).splitlines()
106 str(hash_of_first_commit[0:7]) + ' Initial commit')
[all …]
Dtest_search_related_commits.py64 self, result, all_commits, hash_of_first_commit): argument
67 result.get(hash_of_first_commit),
71 len(result[hash_of_first_commit]),
76 result[hash_of_first_commit][0],
99 hash_of_first_commit = commits[0]
102 self.base_dir, hash_of_first_commit, "HEAD", None)
104 self._assert_correct_standard_result(result, commits, hash_of_first_commit)
119 hash_of_first_commit = commits[0]
122 self.base_dir, hash_of_first_commit, "HEAD", None)
124 self._assert_correct_standard_result(result, commits, hash_of_first_commit)
[all …]