Lines Matching refs:failed
2994 my $failed = 0;
2999 build $buildtype or $failed = 1;
3002 if ($failed && $bisect_skip) {
3006 dodie "Failed on build" if $failed;
3009 start_monitor_and_install or $failed = 1;
3012 if ($failed && $bisect_skip) {
3018 dodie "Failed on boot" if $failed;
3020 do_run_test or $failed = 1;
3025 if ($failed) {
3621 my $failed = 0;
3623 start_monitor_and_install or $failed = 1;
3625 if (!$failed && $type ne "boot"){
3626 do_run_test or $failed = 1;
3629 if ($failed) {
4066 my $failed = 0;
4067 build "oldconfig" or $failed = 1;
4068 if (!$failed) {
4069 start_monitor_and_install or $failed = 1;
4071 if ($type eq "test" && !$failed) {
4072 do_run_test or $failed = 1;
4080 if ($failed) {
4644 my $failed = 0;
4645 start_monitor_and_install or $failed = 1;
4647 if (!$failed && $test_type ne "boot" && defined($run_test)) {
4648 do_run_test or $failed = 1;
4651 if ($failed) {