zephyr/tests
Alberto Escolar Piedras 414996f880 tests/subsys/fs/nvs: Fix flakiness due to not init'ed data
This test has been seen failing at random (though not often).
A valgrind check showed the nvs_ate structures were being
CRC'ed with not-initialized data, and checked later (assuming
the CRC would be different than a constant).
This maybe have been the cause of the test failures, so let's
initialize the whole structure to prevent the CRC value
from depending on random memory/stack content.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2025-02-27 13:28:12 +00:00
..
application_development scripts: code_relocate: support section filter 2025-02-14 03:02:56 +01:00
arch arch: arm: cortex_m: Apply clang-format on cortex_m related code 2025-02-13 16:42:48 +01:00
benchmarks tests: latency_measure: fix spelling of "switch" 2025-02-21 11:41:46 +00:00
bluetooth tests: bluetooth: tester: Fix invalid checks in oob_data_request 2025-02-26 15:05:33 +01:00
boards tests: boards: fix spelling of "berfore" 2025-02-21 11:41:46 +00:00
boot tests: boot: test_mcuboot: Add swap using offset test 2025-02-10 19:05:25 +01:00
bsim tests: bsim: bluetooth: run host gatt notiy_stress test on nrf5340bsim 2025-02-25 20:39:58 +01:00
cmake drivers: gpio: mmio32: update gpio_mmio32 to behave like other divers 2025-02-14 10:42:02 +01:00
crypto
ctest/base tests: Add CTest base harness testing 2025-01-10 04:12:42 +01:00
drivers tests: spi: Add overlay for NXP 1040EVK FlexIO-SPI 2025-02-27 08:01:04 +01:00
integration/kernel
kconfig
kernel tests/kernel/thread_apis: Fix essential thread abort test 2025-02-26 10:10:29 +00:00
lib tests: cmsis-nn: update tests for v7.0.0 2025-02-13 06:39:17 +01:00
misc tests: linker: iterable_sections: Test sorting with 5 numeric characters 2025-01-22 10:40:45 +01:00
modules
net net: arp: Fix ARP protocol handler to not use Ethernet hdr directly 2025-02-20 21:04:44 +01:00
posix tests: posix: override qemu_x86_tiny by label 2025-02-20 21:30:52 +01:00
robot
subsys tests/subsys/fs/nvs: Fix flakiness due to not init'ed data 2025-02-27 13:28:12 +00:00
unit
ztest Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
test_config.yaml