commit | aa09b41f29a9e44263f427038cb0f1431164e9d2 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue Jan 30 11:15:40 2024 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 19 22:17:34 2024 -0400 |
tree | 5d1baac31f534749da9e8dd57f4e14a4ed9518e6 | |
parent | 2fc55f39383e32e8cbbaaac0ea37fd4f3254e971 [diff] |
tests: kernel/userspace: skip other thread tests if needed With memory domain enabled, all threads within the same domain have access to each other threads' stacks, especially with CONFIG_ARCH_MEM_DOMAIN_SYNCHRONOUS_API enabled (as it is expected behavior). So update the conditions to skip both tests to read and write to other threads' stacks. Signed-off-by: Daniel Leung <daniel.leung@intel.com>