2021-05-07 06:17:04 +08:00
|
|
|
common:
|
2022-05-14 21:00:04 +08:00
|
|
|
platform_type:
|
|
|
|
- qemu
|
|
|
|
- native
|
2021-05-07 06:17:04 +08:00
|
|
|
tags: log_api logging
|
2021-08-26 23:58:04 +08:00
|
|
|
# FIXME: qemu_arc_hs6x excluded, see #38041
|
|
|
|
platform_exclude: qemu_arc_hs6x
|
2021-05-07 06:17:04 +08:00
|
|
|
integration_platforms:
|
|
|
|
- native_posix
|
2020-12-21 22:32:08 +08:00
|
|
|
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:
|
|
|
|
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:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
|
|
- CONFIG_LOG_TIMESTAMP_64BIT=y
|