Lines Matching full:tap
7 TAP, or the Test Anything Protocol is a format for specifying test results used
9 <https://testanything.org/>`_. The Linux Kernel largely uses TAP output for test
11 which don't align with the original TAP specification. Thus, a "Kernel TAP"
12 (KTAP) format is specified to extend and alter TAP to support these use-cases.
28 In general, valid KTAP output should also form valid TAP output, but some
38 version of the (K)TAP standard the result is compliant with.
42 - "TAP version 13"
43 - "TAP version 14"
101 directive is inherited from TAP, its use in the kernel is discouraged.
175 This is an important difference from TAP. Kernel tests may print messages
232 Major differences between TAP and KTAP
236 Feature TAP KTAP
304 - The TAP specification:
305 https://testanything.org/tap-version-13-specification.html
306 - The (stagnant) TAP version 14 specification:
307 https://github.com/TestAnything/Specification/blob/tap-14-specification/specification.md