Lines Matching refs:STDERR
9 # it succeeds, this script will report an error. The stderr output of
28 print STDERR "Usage: errchk COMPILER [OPTS] SOURCEFILES\n";
58 print STDERR "BUG: errchk: command succeeded unexpectedly\n";
59 print STDERR @out;
64 print STDERR "BUG: errchk: command failed unexpectedly\n";
65 print STDERR @out;
70 print STDERR "BUG: errchk: compiler crashed\n";
71 print STDERR @out, "\n";
77 print STDERR "BUG: ";
93 print STDERR "$file:$line: malformed regexp\n";
100 print STDERR "errchk: $file:$line: missing expected error: '$all'\n";
120 print STDERR "errchk: $file:$line: error messages do not match '$regexp'\n";
127 print STDERR "errchk: $file:$line: unmatched error messages:\n";
129 print STDERR "> $l";
141 print STDERR "errchk: unmatched error messages:\n";
142 print STDERR "==================================================\n";
143 print STDERR @out;
144 print STDERR "==================================================\n";