Home | History | Annotate | Download | only in src

Lines Matching refs:why

607     $why = '';
611 $why .= "\ttest timed out (limit of $test{'time-limit'} seconds)\n";
627 $why .=
636 $why .= $tmp;
644 $why .= $tmp;
651 $why .= $tmp;
680 $why = "\tDescription"
682 . $why;
690 print $why if $verbose;
772 local($why) = '';
791 local($why) = '';
801 $why = "\tunexpected $what - wanted pattern";
802 $why .= &wrap_lines($expect_pat);
803 $why .= "\tgot";
804 $why .= &wrap_lines($got);
809 $why .= "\tunexpected $what - " . &first_diff($expect, $got) . "\n";
810 $why .= "\twanted";
811 $why .= &wrap_lines($expect);
812 $why .= "\tgot";
813 $why .= &wrap_lines($got);
816 return $why;
1234 local($why
1253 $why .= "\texpected $type \"$name\" not created\n";
1257 $why .= "\t$type \"$name\" has unexpected permissions\n";
1258 $why .= sprintf("\t\texpected 0%o, found 0%o\n",
1262 $why .= "\t$type \"$name\" has unexpected user-id\n";
1263 $why .= sprintf("\t\texpected %d, found %d\n",
1267 $why .= "\t$type \"$name\" has unexpected group-id\n";
1268 $why .= sprintf("\t\texpected %d, found %d\n",
1274 $why .= "\t$type \"$name\" is not a regular file\n";
1281 $why .= $tmp;
1289 $why .= "\t$type \"$name\" is not a directory\n";
1293 $why .= "\t$type \"$name\" is not a symlink\n";
1305 $why .= $tmp;
1310 return $why;