Searched refs:BisectError (Results 1 – 3 of 3) sorted by relevance
59 class BisectError(Exception): class183 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)
105 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
180 with self.assertRaises(bisect_clang.BisectError):