now that CONFIG_POSIX_C_LANG_SUPPORT_R will add a custom implementation for gmtime_r() if that is not provided by the toolchain, we can simply depend on that, instead of using out own. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
60 lines
1.5 KiB
YAML
60 lines
1.5 KiB
YAML
common:
|
|
integration_platforms:
|
|
- native_sim
|
|
|
|
tests:
|
|
logging.output:
|
|
tags:
|
|
- log_output
|
|
- logging
|
|
extra_configs:
|
|
- CONFIG_LOG_TIMESTAMP_64BIT=n
|
|
logging.output.ts64:
|
|
tags:
|
|
- log_output
|
|
- logging
|
|
extra_configs:
|
|
- CONFIG_LOG_TIMESTAMP_64BIT=y
|
|
logging.output.ts64.date:
|
|
tags:
|
|
- log_output
|
|
- logging
|
|
extra_configs:
|
|
- CONFIG_LOG_TIMESTAMP_64BIT=y
|
|
- CONFIG_LOG_OUTPUT_FORMAT_DATE_TIMESTAMP=y
|
|
- CONFIG_POSIX_C_LANG_SUPPORT_R=y
|
|
logging.output.ts64.date.fulllibc:
|
|
tags:
|
|
- log_output
|
|
- logging
|
|
extra_configs:
|
|
- CONFIG_LOG_TIMESTAMP_64BIT=y
|
|
- CONFIG_LOG_OUTPUT_FORMAT_DATE_TIMESTAMP=y
|
|
- CONFIG_POSIX_C_LANG_SUPPORT_R=y
|
|
- CONFIG_REQUIRES_FULL_LIBC=y
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
|
logging.output.ts64.iso8601:
|
|
tags:
|
|
- log_output
|
|
- logging
|
|
extra_configs:
|
|
- CONFIG_LOG_TIMESTAMP_64BIT=y
|
|
- CONFIG_LOG_OUTPUT_FORMAT_ISO8601_TIMESTAMP=y
|
|
- CONFIG_POSIX_C_LANG_SUPPORT_R=y
|
|
logging.output.ts64.iso8601.fulllibc:
|
|
tags:
|
|
- log_output
|
|
- logging
|
|
extra_configs:
|
|
- CONFIG_LOG_TIMESTAMP_64BIT=y
|
|
- CONFIG_LOG_OUTPUT_FORMAT_ISO8601_TIMESTAMP=y
|
|
- CONFIG_POSIX_C_LANG_SUPPORT_R=y
|
|
- CONFIG_REQUIRES_FULL_LIBC=y
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
|
logging.output.thread_id:
|
|
tags:
|
|
- log_output
|
|
- logging
|
|
extra_configs:
|
|
- CONFIG_LOG_THREAD_ID_PREFIX=y
|