On Tue, Feb 20, 2024 at 11:22:31AM -0800, Jakub Kicinski wrote: > Jakub points out that for parsers it's rather useful to always > have the test name on the result line. Currently if we SKIP > (or soon XFAIL or XPASS), we will print: > > ok 17 # SKIP SCTP doesn't support IP_BIND_ADDRESS_NO_PORT > > ^ > no test name > > Always print the test name. > KTAP format seems to allow or even call for it, per: > https://docs.kernel.org/dev-tools/ktap.html > > Suggested-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx> > Link: https://lore.kernel.org/all/87jzn6lnou.fsf@xxxxxxxxxxxxxx/ > Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> -- Kees Cook