Home | History | Annotate | Download | only in test

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";
72 print STDERR "BUG: errchk: command succeeded unexpectedly\n";
73 print STDERR @out;
78 print STDERR "BUG: errchk: command failed unexpectedly\n";
79 print STDERR @out;
84 print STDERR "BUG: errchk: compiler crashed\n";
85 print STDERR @out, "\n";
91 print STDERR "BUG: ";
107 print STDERR "$file:$line: malformed regexp\n";
114 print STDERR "errchk: $file:$line: missing expected error: '$all'\n";
134 print STDERR "errchk: $file:$line: error messages do not match '$regexp'\n";
141 print STDERR "errchk: $file:$line: unmatched error messages:\n";
143 print STDERR "> $l";
155 print STDERR "errchk: unmatched error messages:\n";
156 print STDERR "==================================================\n";
157 print STDERR @out;
158 print STDERR "==================================================\n";