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>
This commit is contained in:
parent
98d0a2bb34
commit
df4883ad23
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ tests:
|
||||||
- kernel
|
- kernel
|
||||||
- threads
|
- threads
|
||||||
- userspace
|
- userspace
|
||||||
filter: CONFIG_USERSPACE
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
||||||
ignore_faults: true
|
ignore_faults: true
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue