Lines Matching refs:why
597 $why = '';
601 $why .= "\ttest timed out (limit of $test{'time-limit'} seconds)\n";
617 $why .=
626 $why .= $tmp;
634 $why .= $tmp;
641 $why .= $tmp;
670 $why = "\tDescription"
672 . $why;
680 print $why if $verbose;
762 local($why) = '';
781 local($why) = '';
791 $why = "\tunexpected $what - wanted pattern";
792 $why .= &wrap_lines($expect_pat);
793 $why .= "\tgot";
794 $why .= &wrap_lines($got);
799 $why .= "\tunexpected $what - " . &first_diff($expect, $got) . "\n";
800 $why .= "\twanted";
801 $why .= &wrap_lines($expect);
802 $why .= "\tgot";
803 $why .= &wrap_lines($got);
806 return $why;
1223 local($why) = '';
1242 $why .= "\texpected $type \"$name\" not created\n";
1246 $why .= "\t$type \"$name\" has unexpected permissions\n";
1247 $why .= sprintf("\t\texpected 0%o, found 0%o\n",
1251 $why .= "\t$type \"$name\" has unexpected user-id\n";
1252 $why .= sprintf("\t\texpected %d, found %d\n",
1256 $why .= "\t$type \"$name\" has unexpected group-id\n";
1257 $why .= sprintf("\t\texpected %d, found %d\n",
1263 $why .= "\t$type \"$name\" is not a regular file\n";
1270 $why .= $tmp;
1278 $why .= "\t$type \"$name\" is not a directory\n";
1282 $why .= "\t$type \"$name\" is not a symlink\n";
1294 $why .= $tmp;
1299 return $why;