Home | History | Annotate | Download | only in src

Lines Matching refs:STDERR

32 #		expected-stderr:
123 # expected-stderr m What the test should generate on stderr;
125 # expected-stderr-pattern m A perl pattern which matches the
214 'expected-stderr', 'm',
215 'expected-stderr-pattern', 'm',
247 print STDERR $Usage;
385 print STDERR "$prog: can't open directory $dir - $!\n";
413 print STDERR "$prog: can't open $file - $!\n";
450 print STDERR "$prog: couldn't cd to $tempdir - $!\n";
472 print STDERR
478 print STDERR
487 print STDERR
498 print STDERR "$prog:$test{':long-name'}: error running perl-setup - $@\n";
505 print STDERR "$prog: can't fork - $!\n";
527 print STDERR "$prog: couldn't open $ifile in child - $!\n";
532 print STDERR "$prog: couldn't open $tempo in child - $!\n";
536 if (!open(STDERR, "> $tempe")) {
540 binmode(STDERR);
565 print STDERR "$prog: couldn't execute $test_prog - $!\n";
580 print STDERR "$prog: error waiting for child - $!\n";
621 $tmp = &check_output($test{'long-name'}, $tempe, 'stderr',
622 $test{'expected-stderr'}, $test{'expected-stderr-pattern'});
639 print STDERR "$prog:$test{':long-name'}: error running perl-cleanup - $@\n";
645 print STDERR "$prog: couldn't cd to $pwd - $!\n";
706 print STDERR "$prog: couldn't open directory $dir - $!\n";
718 print STDERR "$prog: couldn't rmdir $file - $!\n";
723 print STDERR "$prog: couldn't unlink $file - $!\n";
737 print STDERR "$prog: can't open $file - $!\n";
743 print STDERR "$prog: error writing $file - $!\n";
758 print STDERR "$prog:$name($what): couldn't open $file after running program - $!\n";
779 print STDERR "$prog:$name($what): error evaluating $what pattern: $expect_pat - $@\n";
902 print STDERR "$prog:$test{':long-name'}: bad expected-exit expression: $expect ($@)\n";
923 print STDERR "$prog:$file:$.: unrecognised line\n";
930 print STDERR "$prog:$file:$.: unrecognised field \"$field\"\n";
939 print STDERR "$prog:$file:$.: multiple \"$field\" fields\n";
954 print STDERR
980 print STDERR
986 print STDERR
991 print STDERR
997 print STDERR
1006 print STDERR
1017 print STDERR
1024 print STDERR
1029 print STDERR
1034 print STDERR
1039 print STDERR
1044 print STDERR
1050 print STDERR
1059 print STDERR
1065 print STDERR
1076 print STDERR
1085 print STDERR
1097 print STDERR
1107 print STDERR
1117 print STDERR
1129 print STDERR "$prog:$test{':long-name'}: arguments field doesn't start and end with the same character\n";
1137 print STDERR "$prog:$test{':long-name'}: env-setup field doesn't start and end with the same character\n";
1146 print STDERR "$prog:$test{':long-name'}: expected-exit value $val not in 0..255\n";
1150 print STDERR "$prog:$test{':long-name'}: bad expected-exit expression: $val\n";
1159 print STDERR "$prog:$test{':long-name'}: can't use both expected-stdout and expected-stdout-pattern\n";
1162 if (defined $test{'expected-stderr'}
1163 && defined $test{'expected-stderr-pattern'})
1165 print STDERR "$prog:$test{':long-name'}: can't use both expected-stderr and expected-stderr-pattern\n";
1170 print STDERR
1179 print STDERR "$prog:$test{':long-name'}: warning: duplicate test name ${test{'name'}}\n";
1266 print STDERR "$prog:$test{':long-name'}: file-result test for directory $name should not have content specified\n";
1278 print STDERR "$prog:$test{':long-name'}: file-result test for $type $name failed - could not readlink - $!\n";
1297 print STDERR $Usage;