|
NAMEdejagnu report card —
summarize results from testing multiple tools
SYNOPSIS
DESCRIPTIONThedejagnu report card command displays
results from testing multiple tools in a tabular format. The produced table
lists, for each tool (and if multiple passes were run, each pass) the number
of tests passed, failed, unsupported, unresolved, and untested. Tests that are
expected to fail are counted in separate columns from tests expected to pass,
but "known" failures and "expected" failures are
summarized together. If a test generated warnings or errors, a tag
‘!W! ’ or
‘!E! ’ is appended at the end of the
relevant line.
Aside from options, the argument list may include tool or file
names. The
OPTIONS
FILESThedejagnu report card command produces
its output by reading the summary files produced by DejaGnu and counting
"PASS", "FAIL", etc.
If no names are given as arguments, all files matching *.sum in the current directory are read. EXAMPLESA simple example from DejaGnu's own testsuite$ dejagnu report card __________________________________________________ / PASS FAIL ?PASS ?FAIL UNSUP UNRES UNTEST |-------------------------------------------------- launcher | 52 0 0 0 0 0 0 libdejagnu | 5 0 0 0 0 0 0 runtest | 135 0 0 0 0 0 0 |-------------------------------------------------- | 192 0 0 0 0 0 0 \__________________________________________________ Three tools were tested, with a total of 192 tests, all expected
to pass. In this example, all tests did pass, so all other columns are zero.
The ‘ The same example after tests were added for dejagnu-report-card$ dejagnu report-card __________________________________________________ / PASS FAIL ?PASS ?FAIL UNSUP UNRES UNTEST |-------------------------------------------------- launcher | 52 0 0 0 0 0 0 libdejagnu | 5 0 0 0 0 0 0 report-card / awk | 36 0 0 0 0 0 0 report-card / sh | 36 0 0 0 0 0 0 report-card / tcl | 36 0 0 0 0 0 0 runtest | 135 0 0 0 0 0 0 |-------------------------------------------------- awk | 36 0 0 0 0 0 0 sh | 36 0 0 0 0 0 0 tcl | 36 0 0 0 0 0 0 |-------------------------------------------------- | 300 0 0 0 0 0 0 \__________________________________________________ The ‘ Also note that the command used to invoke
SEE ALSOdejagnu(1) runtest(1)The full documentation for DejaGnu is maintained as a Texinfo
manual. If the AUTHORSJacob Bachmeyer
Visit the GSP FreeBSD Man Page Interface. |