Home | History | Annotate | Download | only in src

Lines Matching refs:why

557     $why = '';
561 $why .= "\ttest timed out (limit of $test{'time-limit'} seconds)\n";
577 $why .=
586 $why .= $tmp;
594 $why .= $tmp;
601 $why .= $tmp;
625 $why = "\tDescription"
627 . $why;
635 print $why if $verbose;
716 local($why) = '';
735 local($why) = '';
745 $why = "\tunexpected $what - wanted pattern";
746 $why .= &wrap_lines($expect_pat);
747 $why .= "\tgot";
748 $why .= &wrap_lines($got);
753 $why .= "\tunexpected $what - " . &first_diff($expect, $got) . "\n";
754 $why .= "\twanted";
755 $why .= &wrap_lines($expect);
756 $why .= "\tgot";
757 $why .= &wrap_lines($got);
760 return $why;
1157 local($why) = '';
1176 $why .= "\texpected $type \"$name\" not created\n";
1180 $why .= "\t$type \"$name\" has unexpected permissions\n";
1181 $why .= sprintf("\t\texpected 0%o, found 0%o\n",
1185 $why .= "\t$type \"$name\" has unexpected user-id\n";
1186 $why .= sprintf("\t\texpected %d, found %d\n",
1190 $why .= "\t$type \"$name\" has unexpected group-id\n";
1191 $why .= sprintf("\t\texpected %d, found %d\n",
1197 $why .= "\t$type \"$name\" is not a regular file\n";
1204 $why .= $tmp;
1212 $why .= "\t$type \"$name\" is not a directory\n";
1216 $why .= "\t$type \"$name\" is not a symlink\n";
1228 $why .= $tmp;
1233 return $why;