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";
52 open(SRC, $file) || die "BUG: errchk: open $file: $!";
59 open(CMD, "exec $cmd </dev/null 2>&1 |") || die "BUG: errchk: run $cmd: $!";
69 print STDERR "BUG: errchk: command succeeded unexpectedly\n";
75 print STDERR "BUG: errchk: command failed unexpectedly\n";
81 print STDERR "BUG: errchk: compiler crashed\n";
111 print STDERR "errchk: $file:$line: missing expected error: '$all'\n";
131 print STDERR "errchk: $file:$line: error messages do not match '$regexp'\n";
138 print STDERR "errchk: $file:$line: unmatched error messages:\n";
152 print STDERR "errchk: unmatched error messages:\n";