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.
845 $prvalue !~ /^build$/ &&
848 # Note if a test is something other than build, then we
1259 print " (build, install or boot)\n";
1519 return $test_type eq "build" || $no_reboot ||
1520 ($test_type eq "patchcheck" && $opt{"PATCHCHECK_TYPE[$i]"} eq "build") ||
1521 ($test_type eq "bisect" && $opt{"BISECT_TYPE[$i]"} eq "build") ||
1522 ($test_type eq "config_bisect" && $opt{"CONFIG_BISECT_TYPE[$i]"} eq "build");
2605 sub build {
2656 # add something to distinguish this build
2678 # Because a post build may change the kernel version
2694 fail "failed build" and return 0;
2953 build $buildtype or $failed = 1;
2955 if ($type ne "build") {
2960 dodie "Failed on build" if $failed;
2986 if ($type ne "build") {
3529 build "useconfig:$minconfig" or return 0;
3532 build "oldconfig" or return 0;
3542 next if ($type eq "build");
3855 # First things first. We build an allnoconfig to find
3986 # set in_bisect to keep build and monitor from dieing
3990 build "oldconfig" or $failed = 1;
4073 build $build_type or dodie "Failed to build";
4496 build $build_type or next;
4507 if ($test_type ne "build") {