zephyr/tests/kernel/common/testcase.yaml
Enjia Mai a7d8ff40aa tests: common: fix newly added test_nop failing the CI
The newly added testcase test_nop failed the CI. Give RISCV more
arch_nop() instructions to archieve one cycle.

Signed-off-by: Enjia Mai <enjiax.mai@intel.com>
2021-05-08 17:08:17 -04:00

31 lines
923 B
YAML

common:
tags: kernel userspace
min_flash: 33
tests:
kernel.common:
build_on_all: true
kernel.common.tls:
filter: CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
extra_configs:
- CONFIG_THREAD_LOCAL_STORAGE=y
kernel.common.misra:
# Some configurations are known-incompliant and won't build
filter: not ((CONFIG_I2C or CONFIG_SPI) and CONFIG_USERSPACE)
integration_platforms:
- native_posix
extra_configs:
- CONFIG_MISRA_SANE=y
kernel.common.nano32:
tags: kernel userspace
filter: not CONFIG_KERNEL_COHERENCE
extra_configs:
- CONFIG_CBPRINTF_NANO=y
- CONFIG_CBPRINTF_REDUCED_INTEGRAL=y
platform_exclude: qemu_arc_hs6x
kernel.common.nano64:
tags: kernel userspace
filter: not CONFIG_KERNEL_COHERENCE
extra_configs:
- CONFIG_CBPRINTF_NANO=y
- CONFIG_CBPRINTF_FULL_INTEGRAL=y