Lines Matching refs:doprint

592 sub doprint {  subroutine
693 doprint "$hours hour";
694 doprint "s" if ($hours > 1);
695 doprint " ";
699 doprint "$minutes minute";
700 doprint "s" if ($minutes > 1);
701 doprint " ";
704 doprint "$time second";
705 doprint "s" if ($time != 1);
709 doprint "\n";
711 doprint "Build time: ";
713 doprint "\n";
716 doprint "Install time: ";
718 doprint "\n";
721 doprint "Reboot time: ";
723 doprint "\n";
726 doprint "Test time: ";
728 doprint "\n";
1400 doprint("$name changed from '$old_option' to '$option'\n");
1438 doprint("power cycle\n");
1483 doprint "Reboot did not finish. Forcing power cycle\n";
1533 doprint "CRITICAL FAILURE... [TEST $i] ", @_, "\n";
1536 doprint "REBOOTING\n";
1539 doprint "POWERING OFF\n";
1663 doprint "kill child process $pid\n";
1666 doprint "wait for child process $pid to exit\n";
1707 doprint "** Wait for monitor to settle down **\n";
1717 doprint "wait for monitor detected $stop\n";
1748 doprint "Exiting monitor flush due to hitting MAX_MONITOR_WAIT\n";
1796 doprint "*** Saved info to $dir ***\n";
1805 doprint "FAILED\n";
1811 doprint "REBOOTING\n";
1823 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1824 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1825 doprint "KTEST RESULT: TEST $i$name Failed: ", @_, "\n";
1826 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1827 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1853 doprint("$command ... ");
1867 doprint "\n";
1880 doprint "timeout = $timeout\n";
1886 doprint "Hit timeout of $timeout, killing process\n";
1913 doprint "[1 second] ";
1915 doprint "[$delta seconds] ";
1923 doprint "FAILED!\n";
1925 doprint "SUCCESS\n";
1972 doprint "Find $reboot_type menu ... ";
1996 doprint "$grub_number\n";
2105 doprint "git rev-list --max-count=1 $commit ... ";
2112 doprint "FAILED\n";
2154 doprint "bug timed out after $booted_timeout seconds\n";
2155 doprint "Test forced to stop after $stop_after_failure seconds after failure\n";
2162 doprint "Successful boot found: break after $booted_timeout second$s\n";
2169 doprint "Timed out after $timeout second$s\n";
2174 doprint $line;
2189 doprint "Test forced to stop after $stop_after_success seconds after success\n";
2213 doprint "Test forced to stop after $stop_after_failure seconds after failure\n";
2235 doprint "Already booted in Linux kernel $version, but now\n";
2236 doprint "we booted into Linux kernel $1.\n";
2237 doprint "Assuming that this is a triple fault.\n";
2238 doprint "To disable this: set DETECT_TRIPLE_FAULT to 0\n";
2249 doprint "STOP_TEST_AFTER ($stop_test_after seconds) timed out\n";
2271 doprint "WARNING: Call Trace detected but ignored due to IGNORE_ERRORS=1\n";
2338 doprint "No modules needed\n";
2376 doprint "$make kernelrelease ... ";
2379 doprint "$version\n";
2512 doprint "Applying minimum configurations into $output_config.new\n";
2547 doprint "olddefconfig failed, trying make oldnoconfig\n";
2549 doprint "oldnoconfig failed, trying yes '' | make oldconfig\n";
2561 doprint "Loading force configs from $config\n";
2700 doprint "\n\n";
2701 doprint "*******************************************\n";
2702 doprint "*******************************************\n";
2703 doprint "KTEST RESULT: TEST $i$name SUCCESS!!!! **\n";
2704 doprint "*******************************************\n";
2705 doprint "*******************************************\n";
2712 doprint "Reboot and wait $sleep_time seconds\n";
2723 doprint "Pass, fail, or skip? [p/f/s]";
2766 doprint "run test $run_test\n";
2784 doprint $line;
2805 doprint "WARNING: Call Trace detected but ignored due to IGNORE_ERRORS=1\n";
2814 doprint $line;
2822 doprint "Detected kernel crash!\n";
2880 doprint "$command ... ";
2888 doprint "FAILED\n";
2892 doprint "SUCCESS\n";
2894 doprint "$1 [$2]\n";
2897 doprint "Found bad commit... $1\n";
2908 doprint "Reboot and sleep $bisect_sleep_time seconds\n";
2985 doprint("Running bisect trial $t of $bisect_tries:\n");
3006 doprint "HIT A BAD COMMIT ... SKIPPING\n";
3045 doprint "Performing a reverse bisect (bad is good, good is bad!)\n";
3085 doprint "TESTING BISECT BAD [$bad]\n";
3097 doprint "TESTING BISECT GOOD [$good]\n";
3145 doprint "Bad commit was [$bisect_bad_commit]\n";
3153 doprint "Reading configs from $config\n";
3199 doprint "Saving configs into $file\n";
3212 doprint "Creating old config from $name configs\n";
3238 doprint "\n\n***************************************\n";
3239 doprint "No more config bisecting possible.\n";
3241 doprint "***************************************\n\n";
3266 doprint "NEW GOOD CONFIG ($pass)\n";
3272 doprint "NEW BAD CONFIG ($pass)\n";
3296 doprint "No config specified, checking if defconfig works";
3313 doprint "loc = $loc\n";
3325 doprint "Disabling 'MIN_CONFIG' for this test\n";
3346 doprint "Run good configs through make oldconfig\n";
3352 doprint "Run bad configs through make oldconfig\n";
3360 doprint "Testing bad config\n";
3369 doprint "Testing good config\n";
3401 doprint "Reboot and sleep $patchcheck_sleep_time seconds\n";
3466 doprint("Going to test the following commits:\n");
3468 doprint "$l\n";
3485 doprint "\nProcessing commit \"$item\"\n\n";
3565 doprint "file $kconfig does not exist, skipping\n";
3657 doprint "Could not find arch from config file\n";
3658 doprint "no dependencies used\n";
3676 doprint "No idea what arch dir $orig is for\n";
3677 doprint "no dependencies used\n";
3781 doprint "disabling config $config did not change .config\n";
3811 doprint "Using $output_minconfig as MIN_CONFIG\n";
3814 doprint "Set to still use MIN_CONFIG as starting point\n";
3848 doprint "Load initial configs from $start_minconfig\n";
3871 doprint "$config set by $file ... ignored\n";
3881 doprint "$config is in allnoconfig as '$config_ignore{$config}'";
3882 doprint " but it is '$min_configs{$config}' in minconfig .. keeping\n";
3885 doprint "$config set by allnoconfig ... ignored\n";
3945 doprint "No more configs found that we can disable\n";
3953 doprint "Test with $config disabled\n";
3973 doprint "$min_configs{$config} is needed to boot the box... keeping\n";
3993 doprint "$config is not needed, disabling\n";
4003 doprint "$config is not set, disabling\n";
4023 doprint "Reboot and wait $sleep_time seconds\n";
4177 doprint "No email sent: email or mailer not specified in config.\n";
4258 doprint "\n\nSTARTING AUTOMATED TESTS\n\n";
4263 doprint "DEFAULT OPTIONS:\n";
4265 doprint "\nTEST $i OPTIONS";
4268 doprint " ITERATE $repeat";
4270 doprint "\n";
4280 doprint "$option = $opt{$option}\n";
4328 doprint "\n";
4401 doprint "\n\n";
4407doprint "RUNNING TEST $i of $opt{NUM_TESTS}$name with option $test_type $run_type$installme\n\n";
4507 doprint "\n $successes of $opt{NUM_TESTS} tests were successful\n\n";