zephyr/tests/subsys/logging/log_msg2/testcase.yaml
Gerard Marull-Paretas 76aa706461 tests: subsys: logging: log_msg2: disable some tests on qemu_cortex_a9
logging.log_msg2_64b_timestamp and logging.log_msg2_fp_64b_timestamp are
currently failing on qemu_cortex_a9 due to #39978. Disable them on that
platform until the issue is fixed.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-12-02 23:55:23 -05:00

36 lines
911 B
YAML

common:
filter: CONFIG_QEMU_TARGET or CONFIG_BOARD_NATIVE_POSIX
tags: log_api logging
# FIXME: qemu_arc_hs6x excluded, see #38041
platform_exclude: qemu_arc_hs6x
integration_platforms:
- native_posix
tests:
logging.log_msg2:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
logging.log_msg2_no_overflow:
extra_configs:
- CONFIG_LOG_MODE_OVERFLOW=n
logging.log_msg2_64b_timestamp:
# FIXME: see #39978
platform_exclude: qemu_cortex_a9
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_LOG_TIMESTAMP_64BIT=y
logging.log_msg2_fp:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_CBPRINTF_FP_SUPPORT=y
logging.log_msg2_fp_64b_timestamp:
# FIXME: see #39978
platform_exclude: qemu_cortex_a9
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_CBPRINTF_FP_SUPPORT=y
- CONFIG_LOG_TIMESTAMP_64BIT=y