Lines Matching refs:results
7 TAP, or the Test Anything Protocol is a format for specifying test results used
10 results. However, Kernel testing frameworks have special needs for test results
16 KTAP test results describe a series of tests (which may be nested: i.e., test
18 lines -- and a final result. The test structure and results are
29 information, in particular nested test results, may be lost. Also note that
37 All KTAP-formatted results begin with a "version line" which specifies which
46 start of the nested test results. This differs from TAP14, which uses a
114 The diagnostic data field is optional, and results which have neither a
155 often used to describe what is being tested and any intermediate results in
186 output an entire set of KTAP-formatted results. This can be used to categorize
187 and group related tests, or to split out different results from the same test.
189 The "parent" test's result should consist of all of its subtests' results,
296 rules for "bubbling up" test results: a test fails if any of its subtests fail.