commit | df4883ad23df2eb3da0ffd68f91b3d6de051ea36 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Fri Nov 15 12:31:38 2024 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Nov 20 15:58:15 2024 -0500 |
tree | 16f447d062541155d3624ffe1c276df01aada7e0 | |
parent | 98d0a2bb34e3b6c4c094e5ffb7ccc7bea7395152 [diff] |
tests: thread_error_case: fix incorrect userspace filtering The filter here should be used to filter for capability: whether the platform configuration supports userspace. And if it does support userspace, we then enable CONFIG_TEST_USERSPACE (and thus CONFIG_USERSPACE) for testing. We should not be filtering for whether userspace is enabled, but should really be filtering for whether userspace is supported. Signed-off-by: Daniel Leung <daniel.leung@intel.com>