60 lines
2.0 KiB
YAML
60 lines
2.0 KiB
YAML
|
tests:
|
||
|
logging.log_msg2:
|
||
|
tags: log_msg2 logging
|
||
|
integration_platforms:
|
||
|
- native_posix
|
||
|
platform_allow: >
|
||
|
qemu_arc_em qemu_arc_hs qemu_cortex_a53 qemu_cortex_m0 qemu_cortex_m3
|
||
|
qemu_cortex_r5 qemu_leon3 qemu_nios2 qemu_riscv32 qemu_riscv64 qemu_x86
|
||
|
qemu_x86_64 qemu_xtensa native_posix_64
|
||
|
extra_configs:
|
||
|
- CONFIG_CBPRINTF_COMPLETE=y
|
||
|
|
||
|
logging.log_msg2_no_overflow:
|
||
|
tags: log_msg2 logging
|
||
|
integration_platforms:
|
||
|
- native_posix
|
||
|
platform_allow: >
|
||
|
qemu_arc_em qemu_arc_hs qemu_cortex_a53 qemu_cortex_m0 qemu_cortex_m3
|
||
|
qemu_cortex_r5 qemu_leon3 qemu_nios2 qemu_riscv32 qemu_riscv64 qemu_x86
|
||
|
qemu_x86_64 qemu_xtensa native_posix native_posix_64
|
||
|
extra_configs:
|
||
|
- CONFIG_LOG_MODE_OVERFLOW=n
|
||
|
|
||
|
logging.log_msg2_64b_timestamp:
|
||
|
tags: log_msg2 logging
|
||
|
integration_platforms:
|
||
|
- native_posix
|
||
|
platform_allow: >
|
||
|
qemu_arc_em qemu_arc_hs qemu_cortex_a53 qemu_cortex_m0 qemu_cortex_m3
|
||
|
qemu_cortex_r5 qemu_leon3 qemu_nios2 qemu_riscv32 qemu_riscv64 qemu_x86
|
||
|
qemu_x86_64 qemu_xtensa native_posix_64
|
||
|
extra_configs:
|
||
|
- CONFIG_CBPRINTF_COMPLETE=y
|
||
|
- CONFIG_LOG_TIMESTAMP_64BIT=y
|
||
|
|
||
|
logging.log_msg2_fp:
|
||
|
tags: log_msg2 logging
|
||
|
integration_platforms:
|
||
|
- native_posix
|
||
|
platform_allow: >
|
||
|
qemu_arc_em qemu_arc_hs qemu_cortex_a53 qemu_cortex_m3 qemu_cortex_r5
|
||
|
qemu_leon3 qemu_nios2 qemu_riscv32 qemu_riscv64 qemu_x86_64 qemu_xtensa
|
||
|
native_posix_64
|
||
|
extra_configs:
|
||
|
- CONFIG_CBPRINTF_COMPLETE=y
|
||
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
||
|
|
||
|
logging.log_msg2_fp_64b_timestamp:
|
||
|
tags: log_msg2 logging
|
||
|
integration_platforms:
|
||
|
- native_posix
|
||
|
platform_allow: >
|
||
|
qemu_arc_em qemu_arc_hs qemu_cortex_a53 qemu_cortex_m3 qemu_cortex_r5
|
||
|
qemu_leon3 qemu_nios2 qemu_riscv32 qemu_riscv64 qemu_x86_64 qemu_xtensa
|
||
|
native_posix_64
|
||
|
extra_configs:
|
||
|
- CONFIG_CBPRINTF_COMPLETE=y
|
||
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
||
|
- CONFIG_LOG_TIMESTAMP_64BIT=y
|