zephyr/tests/kernel/threads/thread_error_case
Daniel Leung df4883ad23 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>
2024-11-20 15:58:15 -05:00
..
boards
src
CMakeLists.txt
prj.conf
testcase.yaml tests: thread_error_case: fix incorrect userspace filtering 2024-11-20 15:58:15 -05:00