Lines Matching defs:build
33 "TEST_TYPE" => "build",
244 # tell build not to worry about warnings, even when WARNINGS_FILE is set
392 For build only tests, it is still needed to differentiate log files.
775 $prvalue !~ /^build$/ &&
778 # Note if a test is something other than build, then we
1192 print " (build, install or boot)\n";
1457 return $test_type eq "build" || $no_reboot ||
1458 ($test_type eq "patchcheck" && $opt{"PATCHCHECK_TYPE[$i]"} eq "build") ||
1459 ($test_type eq "bisect" && $opt{"BISECT_TYPE[$i]"} eq "build") ||
1460 ($test_type eq "config_bisect" && $opt{"CONFIG_BISECT_TYPE[$i]"} eq "build");
2552 sub build {
2604 # add something to distinguish this build
2623 # Because a post build may change the kernel version
2639 fail "failed build" and return 0;
2899 build $buildtype or $failed = 1;
2901 if ($type ne "build") {
2906 dodie "Failed on build" if $failed;
2932 if ($type ne "build") {
3501 build "useconfig:$minconfig" or return 0;
3504 build "oldconfig" or return 0;
3514 next if ($type eq "build");
3843 # First things first. We build an allnoconfig to find
3975 # set in_bisect to keep build and monitor from dieing
3979 build "oldconfig" or $failed = 1;
4062 build $build_type or dodie "Failed to build";
4488 build $build_type or next;
4499 if ($test_type ne "build") {