2022-10-20 19:24:33 +08:00
|
|
|
common:
|
2023-01-04 03:10:35 +08:00
|
|
|
filter: not CONFIG_64BIT
|
2022-03-25 05:22:38 +08:00
|
|
|
tests:
|
|
|
|
logging.log_syst.mipi_syst:
|
|
|
|
tags: log_syst logging
|
|
|
|
arch_exclude: mips nios2 posix sparc
|
2023-02-09 06:29:16 +08:00
|
|
|
# "CONFIG_FULL_LIBC_SUPPORTED" filter was applied
|
2022-10-20 19:24:33 +08:00
|
|
|
# because of following chain of dependencies:
|
|
|
|
# LOG_MIPI_SYST_ENABLE=y --> CONFIG_MIPI_SYST_LIB --> \
|
2023-02-09 06:29:16 +08:00
|
|
|
# --> REQUIRES_FULL_LIBC
|
2022-10-20 19:24:33 +08:00
|
|
|
#
|
2023-02-09 06:29:16 +08:00
|
|
|
# Not all compilers announced in Zephyr support full libc
|
|
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
2022-03-25 05:22:38 +08:00
|
|
|
integration_platforms:
|
|
|
|
- mps2_an385
|
|
|
|
- qemu_x86
|
|
|
|
- sam_e70_xplained
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LOG_MIPI_SYST_ENABLE=y
|
|
|
|
- CONFIG_LOG_BACKEND_MOCK_OUTPUT_SYST=y
|
2023-02-09 06:29:16 +08:00
|
|
|
- CONFIG_REQUIRES_FULL_LIBC=y
|
2022-03-25 05:22:38 +08:00
|
|
|
logging.log_syst.text:
|
|
|
|
tags: log_syst logging
|
|
|
|
arch_exclude: mips nios2 posix sparc
|
2023-02-09 06:29:16 +08:00
|
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
2022-03-25 05:22:38 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LOG_MIPI_SYST_ENABLE=n
|
|
|
|
- CONFIG_LOG_BACKEND_MOCK_OUTPUT_SYST=n
|
2023-02-09 06:29:16 +08:00
|
|
|
- CONFIG_REQUIRES_FULL_LIBC=y
|