commit | ba51bbd73d76138d429ace135e6b3141bdc2b1cd | [log] [tgz] |
---|---|---|
author | Jian Kang <jianx.kang@intel.com> | Sun Mar 14 20:38:20 2021 +0800 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Mar 16 17:07:17 2021 -0500 |
tree | b0f62b1ff3d51fec1c5d78d0df957a3692c532c1 | |
parent | 5b6c8986cbdc0e02f62ace9c2350b30a9bf9c553 [diff] |
tests: kernel: Change a mbox testcase that condition unsuitable Fix issue #33114 #33120. Modify the testcase that run failed on iotdk and nsim. This testing do not need receive thread ID when invoke k_mbox_data_get() with NULL param. The testcase purpose is invoke this API with NULL buffer and NULL receive_id. It will cause fatal error if use a uninitialize receive id. Signed-off-by: Jian Kang <jianx.kang@intel.com>