OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errchk
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/test/
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"
[
all
...]
/prebuilts/go/linux-x86/test/
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"
[
all
...]
Completed in 63 milliseconds