• Home
  • Raw
  • Download

Lines Matching refs:STDERR

251     print STDERR $Usage;
434 print STDERR "$prog: can't open directory $dir - $!\n";
462 print STDERR "$prog: can't open $file - $!\n";
499 print STDERR "$prog: couldn't cd to $tempdir - $!\n";
521 print STDERR
527 print STDERR
536 print STDERR
547 print STDERR "$prog:$test{':long-name'}: error running perl-setup - $@\n";
554 print STDERR "$prog: can't fork - $!\n";
576 print STDERR "$prog: couldn't open $ifile in child - $!\n";
581 print STDERR "$prog: couldn't open $tempo in child - $!\n";
585 if (!open(STDERR, "> $tempe")) {
589 binmode(STDERR);
614 print STDERR "$prog: couldn't execute $test_prog - $!\n";
629 print STDERR "$prog: error waiting for child - $!\n";
688 print STDERR "$prog:$test{':long-name'}: error running perl-cleanup - $@\n";
694 print STDERR "$prog: couldn't cd to $pwd - $!\n";
755 print STDERR "$prog: couldn't open directory $dir - $!\n";
767 print STDERR "$prog: couldn't rmdir $file - $!\n";
772 print STDERR "$prog: couldn't unlink $file - $!\n";
786 print STDERR "$prog: can't open $file - $!\n";
792 print STDERR "$prog: error writing $file - $!\n";
807 print STDERR "$prog:$name($what): couldn't open $file after running program - $!\n";
828 print STDERR "$prog:$name($what): error evaluating $what pattern: $expect_pat - $@\n";
963 print STDERR "$prog:$test{':long-name'}: bad expected-exit expression: $expect ($@)\n";
985 print STDERR "$prog:$file:$.: unrecognised line \"$_\"\n";
992 print STDERR "$prog:$file:$.: unrecognised field \"$field\"\n";
1001 print STDERR "$prog:$file:$.: multiple \"$field\" fields\n";
1016 print STDERR
1042 print STDERR
1048 print STDERR
1053 print STDERR
1059 print STDERR
1068 print STDERR
1079 print STDERR
1086 print STDERR
1091 print STDERR
1096 print STDERR
1101 print STDERR
1106 print STDERR
1112 print STDERR
1121 print STDERR
1127 print STDERR
1138 print STDERR
1147 print STDERR
1159 print STDERR
1169 print STDERR
1179 print STDERR
1191 …print STDERR "$prog:$test{':long-name'}: arguments field doesn't start and end with the same chara…
1199 …print STDERR "$prog:$test{':long-name'}: env-setup field doesn't start and end with the same chara…
1210 print STDERR "$prog:$test{':long-name'}: expected-exit value $val not in 0..255\n";
1214 print STDERR "$prog:$test{':long-name'}: bad expected-exit expression: $val\n";
1223 …print STDERR "$prog:$test{':long-name'}: can't use both expected-stdout and expected-stdout-patter…
1229 …print STDERR "$prog:$test{':long-name'}: can't use both expected-stderr and expected-stderr-patter…
1234 print STDERR
1243 print STDERR "$prog:$test{':long-name'}: warning: duplicate test name ${test{'name'}}\n";
1330 …print STDERR "$prog:$test{':long-name'}: file-result test for directory $name should not have cont…
1342 …print STDERR "$prog:$test{':long-name'}: file-result test for $type $name failed - could not readl…
1361 print STDERR $Usage;