Lines Matching refs:lines
18 lines -- and a final result. The test structure and results are
22 KTAP output is built from four different types of lines:
23 - Version lines
24 - Plan lines
25 - Test case result lines
26 - Diagnostic lines
34 Version lines
53 Plan lines
58 Plan lines must follow the format of "1..N" where N is the number of tests or subtests.
59 Plan lines follow version lines to indicate the number of nested tests.
65 Test case result lines
68 Test case result lines indicate the final status of a test.
118 Example result lines include::
150 Diagnostic lines
154 "diagnostic lines". Diagnostic lines are optional, freeform text, and are
158 Diagnostic lines are formatted as "# <diagnostic_description>", where the
159 description can be any string. Diagnostic lines can be anywhere in the test
160 output. As a rule, diagnostic lines regarding a test are directly before the
163 Note that most tools will treat unknown lines (see below) as diagnostic lines,
168 Unknown lines
171 There may be lines within KTAP output that do not follow the format of one of
172 the four formats for lines described above. This is allowed, however, they will
194 Additionally, all lines in a subtest should be indented. One level of
198 "Unknown lines" are not considered to be lines in a subtest and thus are
241 "Unknown lines" are in category of "Anything else" yes no
242 "Unknown lines" are incorrect allowed