Home
last modified time | relevance | path

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

/external/oss-fuzz/infra/
Dbisector.py59 class BisectError(Exception): class
183 raise BisectError('old_commit is the same as new_commit', repo_url)
205 raise BisectError('Failed to build new_commit', repo_url)
212 raise BisectError('Invalid bisect type ' + bisect_type, repo_url)
231 raise BisectError('Failed to build old_commit', repo_url)
251 raise BisectError('old_commit had same result as new_commit', repo_url)
/external/oss-fuzz/infra/base-images/base-builder/
Dbisect_clang.py105 raise BisectError('Test command "%s" returns %d on first good commit %s' %
108 raise BisectError('Test command "%s" returns %d on first bad commit %s' %
114 class BisectError(Exception): class
Dbisect_clang_test.py180 with self.assertRaises(bisect_clang.BisectError):