Lines Matching refs:why
610 $why = '';
614 $why .= "\ttest timed out (limit of $test{'time-limit'} seconds)\n";
630 $why .=
639 $why .= $tmp;
647 $why .= $tmp;
654 $why .= $tmp;
683 $why = "\tDescription"
685 . $why;
693 print $why if $verbose;
775 local($why) = '';
794 local($why) = '';
804 $why = "\tunexpected $what - wanted pattern";
805 $why .= &wrap_lines($expect_pat);
806 $why .= "\tgot";
807 $why .= &wrap_lines($got);
812 $why .= "\tunexpected $what - " . &first_diff($expect, $got) . "\n";
813 $why .= "\twanted";
814 $why .= &wrap_lines($expect);
815 $why .= "\tgot";
816 $why .= &wrap_lines($got);
819 return $why;
1237 local($why) = '';
1256 $why .= "\texpected $type \"$name\" not created\n";
1260 $why .= "\t$type \"$name\" has unexpected permissions\n";
1261 $why .= sprintf("\t\texpected 0%o, found 0%o\n",
1265 $why .= "\t$type \"$name\" has unexpected user-id\n";
1266 $why .= sprintf("\t\texpected %d, found %d\n",
1270 $why .= "\t$type \"$name\" has unexpected group-id\n";
1271 $why .= sprintf("\t\texpected %d, found %d\n",
1277 $why .= "\t$type \"$name\" is not a regular file\n";
1284 $why .= $tmp;
1292 $why .= "\t$type \"$name\" is not a directory\n";
1296 $why .= "\t$type \"$name\" is not a symlink\n";
1308 $why .= $tmp;
1313 return $why;