zephyr/tests/subsys/logging/log_syst/testcase.yaml

30 lines
938 B
YAML
Raw Normal View History

common:
filter: not CONFIG_64BIT
tests:
logging.log_syst.mipi_syst:
tags: log_syst logging
arch_exclude: mips nios2 posix sparc
# "CONFIG_FULL_LIBC_SUPPORTED" filter was applied
# because of following chain of dependencies:
# LOG_MIPI_SYST_ENABLE=y --> CONFIG_MIPI_SYST_LIB --> \
# --> REQUIRES_FULL_LIBC
#
# Not all compilers announced in Zephyr support full libc
filter: CONFIG_FULL_LIBC_SUPPORTED
integration_platforms:
- mps2_an385
- qemu_x86
- sam_e70_xplained
extra_configs:
- CONFIG_LOG_MIPI_SYST_ENABLE=y
- CONFIG_LOG_BACKEND_MOCK_OUTPUT_SYST=y
- CONFIG_REQUIRES_FULL_LIBC=y
logging.log_syst.text:
tags: log_syst logging
arch_exclude: mips nios2 posix sparc
filter: CONFIG_FULL_LIBC_SUPPORTED
extra_configs:
- CONFIG_LOG_MIPI_SYST_ENABLE=n
- CONFIG_LOG_BACKEND_MOCK_OUTPUT_SYST=n
- CONFIG_REQUIRES_FULL_LIBC=y