Re: selftests: user_events: Test terminated by assertion

From: Steven Rostedt
Date: Wed Sep 06 2023 - 12:29:27 EST


On Wed, 6 Sep 2023 17:02:19 +0100
Mark Brown <broonie@xxxxxxxxxx> wrote:

> On Wed, Sep 06, 2023 at 08:39:22AM -0700, Beau Belgrave wrote:
>
> > What is the expected behavior of self tests if run without their
> > feature enabled? Is it expected these should skip vs fail in that case?
>
> 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.

-- Steve