On Wed, Sep 06, 2023 at 12:28:22PM -0400, Steven Rostedt wrote:
Mark Brown broonie@kernel.org wrote:
Yes, tests should skip if preconditions for running them aren't met.
Yep, see how the ftrace selftests run. If it is determined that the feature is not present, it simple returns UNSUPPORTED and not FAILED.
In KTAP terms that's specifically SKIP, generated by calling SKIP() if using kselftest_harness.h.