zephyr/tests/kernel/mbox/mbox_api
Leandro Pereira a07d0731c7 tests: mbox_api: Fully initialize k_box_msg struct
`mmsg` should be fully initialized prior to calling k_mbox_get().  The
mailbox implementation (mainly, mbox_message_match()) will look inside
the second parameter passed to k_mbox_get() in order to determine if
which pending messages should be returned to the caller.

Fixes Valgrind warning listed in #7478.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2018-06-05 10:26:59 -04:00
..
src tests: mbox_api: Fully initialize k_box_msg struct 2018-06-05 10:26:59 -04:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
prj.conf tests: mbox: mbox_api: Added required kconfigs to test obj tracing 2018-03-16 08:22:29 -07:00
testcase.yaml tests: mbox: mbox_api: Disable execution on RAM constrained devices. 2018-03-16 08:22:29 -07:00