zephyr/tests
Benjamin Cabé 878de4727a tests: lib: json: zero-initialize structs before using memcmp in tests
Zero-initialize the `test_int_limits` and `test_enums` structs before
assignment and decoding in their respective tests.

This ensures that all padding bytes are set to zero, making
`memcmp`-based comparisons reliable and portable across different
architectures and compilers.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-05-06 18:23:49 +02:00
..
application_development tests: vector_table_relocation: add test for vector table relocation 2025-04-25 11:03:54 +02:00
arch test: Test accumulator register save for RX arch 2025-05-02 09:18:16 +02:00
benchmarks tests: Add benchmark for IPI performance 2025-04-04 21:15:14 +02:00
bluetooth tests: Bluetooth: Audio: Fix includes 2025-05-01 13:42:37 +02:00
boards tests: boards: neorv32: build_all: enable GPTMR 2025-05-05 12:20:50 +02:00
boot tests: boot: mcuboot_data_sharing: Remove boot_info node 2025-04-25 14:03:34 +02:00
bsim tests: Bluetooth: CAP: Fix typo STREMT -> STREAM 2025-05-06 10:50:22 +02:00
cmake cmake: yaml: improve escaping of strings with backslashes and quotes 2025-04-10 10:11:47 +02:00
crypto
ctest/base
drivers tests: drivers: flash testing stm32 flash size 2025-05-06 18:23:36 +02:00
integration/kernel
kconfig
kernel test: Skip kernel stack protect test for RX arch 2025-05-02 09:18:16 +02:00
lib tests: lib: json: zero-initialize structs before using memcmp in tests 2025-05-06 18:23:49 +02:00
misc
modules
net net: tcp: Replace the FIN only case with FIN+ACK 2025-05-06 10:50:39 +02:00
posix tests: posix: move tv_to_ts to posix_clock.h 2025-05-04 19:56:02 +02:00
robot tests: robot: renode: Use precise pause for UART keywords 2025-04-16 17:07:05 +02:00
subsys tests: coredump: Call k_panic() directly for mpfs_icicle board 2025-05-06 13:01:00 +02:00
unit Tests: Util: Add unit tests for util_eq/util_memeq 2025-04-14 16:06:38 +02:00
ztest ztest: Fix confusing SKIP log 2025-04-04 21:16:34 +02:00
test_config_ci.yaml twister: config: test on integration plaforms if defined 2025-03-19 08:51:50 -04:00
test_config.yaml
tests.dox tests: kernel/arch: various doxygen fixes 2025-04-22 14:03:29 +02:00