Searched refs:test_start_commit (Results 1 – 2 of 2) sorted by relevance
/external/oss-fuzz/infra/base-images/base-builder/ |
D | bisect_clang.py | 90 self.test_start_commit(bad_commit, 'bad', test_command) 91 self.test_start_commit(good_commit, 'good', test_command) 97 def test_start_commit(self, commit, label, test_command): member in GitRepo
|
D | bisect_clang_test.py | 181 self.git.test_start_commit(commit, label, self.test_command) 212 self.git.test_start_commit(commit, label, self.test_command)
|