Lines Matching refs:failed
2969 my $failed = 0;
2974 build $buildtype or $failed = 1;
2977 if ($failed && $bisect_skip) {
2981 dodie "Failed on build" if $failed;
2984 start_monitor_and_install or $failed = 1;
2987 if ($failed && $bisect_skip) {
2993 dodie "Failed on boot" if $failed;
2995 do_run_test or $failed = 1;
3000 if ($failed) {
3565 my $failed = 0;
3567 start_monitor_and_install or $failed = 1;
3569 if (!$failed && $type ne "boot"){
3570 do_run_test or $failed = 1;
3573 if ($failed) {
4010 my $failed = 0;
4011 build "oldconfig" or $failed = 1;
4012 if (!$failed) {
4013 start_monitor_and_install or $failed = 1;
4015 if ($type eq "test" && !$failed) {
4016 do_run_test or $failed = 1;
4024 if ($failed) {
4537 my $failed = 0;
4538 start_monitor_and_install or $failed = 1;
4540 if (!$failed && $test_type ne "boot" && defined($run_test)) {
4541 do_run_test or $failed = 1;
4544 if ($failed) {