This enables testing of thread local storage as this tests errno. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
21 lines
633 B
YAML
21 lines
633 B
YAML
tests:
|
|
kernel.common:
|
|
tags: kernel userspace
|
|
build_on_all: true
|
|
min_flash: 33
|
|
filter: not CONFIG_KERNEL_COHERENCE
|
|
kernel.common.tls:
|
|
tags: kernel userspace
|
|
build_on_all: true
|
|
min_flash: 33
|
|
filter: (not CONFIG_KERNEL_COHERENCE) and CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE
|
|
extra_configs:
|
|
- CONFIG_THREAD_LOCAL_STORAGE=y
|
|
kernel.common.misra:
|
|
tags: kernel userspace
|
|
min_flash: 33
|
|
# Some configurations are known-incompliant and won't build
|
|
filter: not ((CONFIG_I2C or CONFIG_SPI) and CONFIG_USERSPACE or CONFIG_KERNEL_COHERENCE)
|
|
extra_configs:
|
|
- CONFIG_MISRA_SANE=y
|