zephyr/tests/subsys/logging
Keith Packard 9f703b88f9 tests/log_output: Avoid printf stack overflow with old picolibc
Before picolibc version 1.8.5, the only version of printf available with
long long output support was the version including full support for
floating point numbers and positional parameters. That version uses more
stack space than the limited version causing an overflow.

Increase the ztest stack space by 128 bytes.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-11-28 15:32:12 -05:00
..
log_api tests/subsys/logging/*: Enable for native_sim 2023-11-27 16:06:42 +00:00
log_backend_fs tests/subsys/logging/log_backend_fs: Simplify and enable for native_sim 2023-11-27 16:06:42 +00:00
log_backend_init tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
log_backend_uart tests: logging: log_backend_uart: Disable backends other than UART 2023-11-23 10:02:45 +01:00
log_benchmark tests/subsys/logging/*: Enable for native_sim 2023-11-27 16:06:42 +00:00
log_cache tests/subsys/logging/*: Enable for native_sim 2023-11-27 16:06:42 +00:00
log_core_additional tests/subsys/logging/*: Enable for native_sim 2023-11-27 16:06:42 +00:00
log_custom_header tests/subsys/logging/*: Enable for native_sim 2023-11-27 16:06:42 +00:00
log_immediate tests/subsys/logging/*: Enable for native_sim 2023-11-27 16:06:42 +00:00
log_link_order tests/subsys/logging/*: Enable for native_sim 2023-11-27 16:06:42 +00:00
log_links tests/subsys/logging/*: Enable for native_sim 2023-11-27 16:06:42 +00:00
log_msg tests/subsys/logging/*: Enable for native_sim 2023-11-27 16:06:42 +00:00
log_output tests/log_output: Avoid printf stack overflow with old picolibc 2023-11-28 15:32:12 -05:00
log_stack tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
log_stress tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
log_switch_format tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
log_syst tests: logging: log_syst: set backend ctx to its cb ctx when enable 2023-11-13 09:47:06 +01:00
log_timestamp tests/subsys/logging/*: Enable for native_sim 2023-11-27 16:06:42 +00:00