Lines Matching defs:build
35 "TEST_TYPE" => "build",
252 # tell build not to worry about warnings, even when WARNINGS_FILE is set
402 For build only tests, it is still needed to differentiate log files.
745 doprint " found in build: $warning_found ***\n\n";
866 $prvalue !~ /^build$/ &&
870 # Note if a test is something other than build, then we
1297 print " (build, install or boot)\n";
1577 return $test_type eq "build" || $no_reboot ||
1578 ($test_type eq "patchcheck" && $opt{"PATCHCHECK_TYPE[$i]"} eq "build") ||
1579 ($test_type eq "bisect" && $opt{"BISECT_TYPE[$i]"} eq "build") ||
1580 ($test_type eq "config_bisect" && $opt{"CONFIG_BISECT_TYPE[$i]"} eq "build");
2696 sub build {
2747 # add something to distinguish this build
2769 # Because a post build may change the kernel version
2785 fail "failed build" and return 0;
3042 build $buildtype or $failed = 1;
3044 if ($type ne "build") {
3049 dodie "Failed on build" if $failed;
3075 if ($type ne "build") {
3649 build "useconfig:$minconfig" or return 0;
3652 build "oldconfig" or return 0;
3662 next if ($type eq "build");
3975 # First things first. We build an allnoconfig to find
4106 # set in_bisect to keep build and monitor from dieing
4110 build "oldconfig" or $failed = 1;
4193 build $build_type or dodie "Failed to build";
4405 -D TEST_TYPE[2]=build
4406 Sets TEST_TYPE of test 2 to "build"
4658 # Always show which build directory and output directory is being used
4715 build $build_type or next;
4726 if ($test_type ne "build") {