Lines Matching refs:why
638 $why = '';
642 $why .= "\ttest timed out (limit of $test{'time-limit'} seconds)\n";
658 $why .=
667 $why .= $tmp;
675 $why .= $tmp;
682 $why .= $tmp;
711 $why = "\tDescription"
713 . $why;
721 print $why if $verbose;
803 local($why) = '';
822 local($why) = '';
832 $why = "\tunexpected $what - wanted pattern";
833 $why .= &wrap_lines($expect_pat);
834 $why .= "\tgot";
835 $why .= &wrap_lines($got);
840 $why .= "\tunexpected $what - " . &first_diff($expect, $got) . "\n";
841 $why .= "\twanted";
842 $why .= &wrap_lines($expect);
843 $why .= "\tgot";
844 $why .= &wrap_lines($got);
847 return $why;
1279 local($why) = '';
1298 $why .= "\texpected $type \"$name\" not created\n";
1302 $why .= "\t$type \"$name\" has unexpected permissions\n";
1303 $why .= sprintf("\t\texpected 0%o, found 0%o\n",
1307 $why .= "\t$type \"$name\" has unexpected user-id\n";
1308 $why .= sprintf("\t\texpected %d, found %d\n",
1312 $why .= "\t$type \"$name\" has unexpected group-id\n";
1313 $why .= sprintf("\t\texpected %d, found %d\n",
1319 $why .= "\t$type \"$name\" is not a regular file\n";
1326 $why .= $tmp;
1334 $why .= "\t$type \"$name\" is not a directory\n";
1338 $why .= "\t$type \"$name\" is not a symlink\n";
1350 $why .= $tmp;
1355 return $why;