zephyr/tests
Krzysztof Chruściński f82ffc9213 tests: lib: cbprintf_package: Extend test coverage
Add test for cbprintf_package_convert function which checks if
it correctly handles array that holds string lengths. When convert
function is used twice, at first to calculate size of the output
package and then to actually convert the package, array of string
lengths can be used to optimize operation by not calculating
string lengths twice. However, array may not be able to hold all
string lengths that are needed for that package. In that case,
string lengths that did not fit into the array will be calculated
twice, in both conversions.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-11-01 09:56:03 -05:00
..
application_development
arch boards: mps3: Add support for corstone300/an552 2024-10-26 03:58:05 +01:00
benchmarks boards: mps3: Add support for corstone300/an552 2024-10-26 03:58:05 +01:00
bluetooth tests: Bluetooth: Tester: Fix use of uninitialized cig_id for CAP 2024-10-31 09:23:16 -05:00
boards samples: sensor: qdec: change pins used for qdec nrf54h20dk 2024-10-31 09:22:58 -05:00
boot tests: mcuboot: remove twr_kv58f220m from allowed list. 2024-10-25 08:52:44 +02:00
bsim samples: Bluetooth: broadcaster_multiple: Refactor for reuse 2024-10-27 20:26:35 +00:00
cmake tests: add twister tests for CMake board and SoC extension 2024-10-26 17:14:06 +02:00
crypto yaml: use EXTRA_CONF_FILE in .yaml files 2024-10-17 09:45:25 +02:00
drivers tests: drivers: flash: Fix MAX32666 flash error 2024-11-01 09:55:52 -05:00
integration/kernel
kconfig
kernel tests: timer_behavior: use fabs() instead of abs() 2024-10-30 16:31:15 -05:00
lib tests: lib: cbprintf_package: Extend test coverage 2024-11-01 09:56:03 -05:00
misc
modules tests: thrift: Remove 'newlib' from test identifiers 2024-10-22 20:40:20 +02:00
net tests: coap_client: Add tests for poll() errors 2024-10-31 14:17:58 -05:00
posix tests: posix: net: fix missing clock_t and clockid_t with newlib 2024-10-18 09:17:33 +02:00
robot
subsys tests/samples: use platform_key on cmsis_rtos tests/samples 2024-10-31 09:23:30 -05:00
unit tests: unit: crc: use `zassert_equal` for cleaner assertions 2024-10-09 09:48:00 +02:00
ztest tests: Support targeting unit_testing with and without qualifier 2024-10-25 18:51:10 +01:00
test_config.yaml