Lines Matching defs:bisect
532 # of a config bisect. These configs stay as they were.
732 # reset for iterations like bisect
844 $prvalue !~ /^(config_|)bisect$/ &&
1521 ($test_type eq "bisect" && $opt{"BISECT_TYPE[$i]"} eq "build") ||
2689 # bisect may need this to pass
2919 dodie "Failed to git bisect";
3015 doprint("Running bisect trial $t of $bisect_tries:\n");
3043 run_command "git bisect log > $tmp_log" or
3044 dodie "can't create bisect log";
3048 sub bisect {
3075 doprint "Performing a reverse bisect (bad is good, good is bad!)\n";
3086 # Check if a bisect was running
3099 print " Ignore config option and perform new git bisect log?\n";
3143 run_command "git bisect start$start_files" or
3144 dodie "could not start bisect";
3147 run_command "git bisect replay $replay" or
3150 run_command "git bisect good $good" or
3151 dodie "could not set bisect good to $good";
3153 run_git_bisect "git bisect bad $bad" or
3154 dodie "could not set bisect bad to $bad";
3165 $test = run_git_bisect "git bisect $result";
3169 run_command "git bisect log" or
3170 dodie "could not capture git bisect log";
3172 run_command "git bisect reset" or
3173 dodie "could not reset git bisect";
3285 # config-bisect returns:
3286 # 0 if there is more to bisect
3338 "$pwd/config-bisect.pl",
3339 "$dirname/config-bisect.pl",
3340 "$builddir/tools/testing/ktest/config-bisect.pl",
3348 fail "Could not find an executable config-bisect.pl\n",
3349 " Set CONFIG_BISECT_EXEC to point to config-bisect.pl";
3363 if (read_yn "Interrupted config-bisect. Continue (n - will start new)?") {
4411 } elsif ($test_type eq "bisect") {
4477 if ($test_type eq "bisect") {
4478 bisect $i;