zephyr/tests/subsys/logging/log_switch_format/testcase.yaml
Nikolay Agishev 5b6f2f4fb6 twister: Add fiters to SYS-T related tests
New filter "TOOLCHAIN_HAS_NEWLIB == 1" was applied
because of following chain of dependencies:
LOG_MIPI_SYST_ENABLE=y --> CONFIG_MIPI_SYST_LIB --> \
--> REQUIRES_FULL_LIBC --> NEWLIB_LIBC.

Not all compillers announced in Zephyr support NewLib.

Signed-off-by: Nikolay Agishev <agishev@synopsys.com>
2022-10-27 11:03:30 +02:00

38 lines
1.2 KiB
YAML

common:
tags: logging mipi-sys-t
modules:
- mipi-sys-t
arch_exclude: mips nios2 posix sparc
filter: not CONFIG_64BIT
tests:
logging.log_switch_format.deferred:
integration_platforms:
- mps2_an385
- qemu_x86
- sam_e70_xplained
- qemu_cortex_a53
extra_args: OVERLAY_CONFIG=overlay_deferred.conf
# "TOOLCHAIN_HAS_NEWLIB == 1" filter was applied
# because of following chain of dependencies:
# LOG_MIPI_SYST_ENABLE=y --> CONFIG_MIPI_SYST_LIB --> \
# --> REQUIRES_FULL_LIBC --> NEWLIB_LIBC.
#
# Not all compillers announced in Zephyr support NewLib.
filter: (TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_PICOLIBC_SUPPORTED
logging.log_switch_format.immediate:
extra_args: OVERLAY_CONFIG=overlay_immediate.conf
integration_platforms:
- mps2_an385
- qemu_x86
- sam_e70_xplained
- qemu_cortex_a53
filter: (TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_PICOLIBC_SUPPORTED
logging.log_switch_format.custom_output:
extra_args: OVERLAY_CONFIG=overlay_custom_output.conf
integration_platforms:
- mps2_an385
- qemu_x86
- sam_e70_xplained
- qemu_cortex_a53
filter: (TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_PICOLIBC_SUPPORTED