Lines Matching full:lines
18 lines -- and a final result. The test structure and results are
22 KTAP output is built from four different types of lines:
24 - Version lines
25 - Plan lines
26 - Test case result lines
27 - Diagnostic lines
35 Version lines
55 Plan lines
60 Plan lines must follow the format of "1..N" where N is the number of tests or subtests.
61 Plan lines follow version lines to indicate the number of nested tests.
67 Test case result lines
70 Test case result lines indicate the final status of a test.
120 Example result lines include::
152 Diagnostic lines
156 "diagnostic lines". Diagnostic lines are optional, freeform text, and are
160 Diagnostic lines are formatted as "# <diagnostic_description>", where the
161 description can be any string. Diagnostic lines can be anywhere in the test
162 output. As a rule, diagnostic lines regarding a test are directly before the
165 Note that most tools will treat unknown lines (see below) as diagnostic lines,
170 Unknown lines
173 There may be lines within KTAP output that do not follow the format of one of
174 the four formats for lines described above. This is allowed, however, they will
196 Additionally, all lines in a subtest should be indented. One level of
200 "Unknown lines" are not considered to be lines in a subtest and thus are
243 "Unknown lines" are in category of "Anything else" yes no
244 "Unknown lines" are incorrect allowed