Home | History | Annotate | Download | only in test

Lines Matching refs:errchk

7 # Usage: errchk COMPILER [OPTS] SOURCEFILES.  This will run the command
28 print STDERR "Usage: errchk COMPILER [OPTS] SOURCEFILES\n";
41 open(SRC, $file) || die "BUG: errchk: open $file: $!";
48 open(CMD, "exec $cmd </dev/null 2>&1 |") || die "BUG: errchk: run $cmd: $!";
58 print STDERR "BUG: errchk: command succeeded unexpectedly\n";
64 print STDERR "BUG: errchk: command failed unexpectedly\n";
70 print STDERR "BUG: errchk: compiler crashed\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";
141 print STDERR "errchk: unmatched error messages:\n";