D | bisector.py | 108 args.test_case_path, args.fuzz_target, build_data) 137 def _check_for_crash(project_name, fuzz_target, testcase_path): argument 150 fuzzer_name=fuzz_target, 176 def _bisect(bisect_type, old_commit, new_commit, testcase_path, fuzz_target, argument 220 expected_error = _check_for_crash(build_data.project_name, fuzz_target, 239 if _check_for_crash(build_data.project_name, fuzz_target, 274 current_error = _check_for_crash(build_data.project_name, fuzz_target, 286 def bisect(bisect_type, old_commit, new_commit, testcase_path, fuzz_target, argument 307 fuzz_target, build_data)
|