zephyr/tests/ztest
Inaky Perez-Gonzalez 462c6efca4 tests/ztest/mock: remove usage of legacy k_fifo_get()
Legacy FIFO operations were failing and thus the TC was failing to run.

Stop using k_fifo_get() for allocation and use a bitmap allocator. A
couple of the bitmap operations should be moved to a common header
once ZEP-1347 is completed.

Passes on all arches and boards, whitelist removed; ARM excluded
though due to missing bitfield implementation as per ZEP-82.

Note there is a false checkpatch positive in the decl of
sys_bitfield_find_first_clear().

Change-Id: I1d3ce8e988bf799573041026e419e3946d153590
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2016-11-28 20:50:38 +00:00
..
include ztest: Do not print garbage if message is NULL 2016-11-11 20:28:33 +00:00
src tests/ztest/mock: remove usage of legacy k_fifo_get() 2016-11-28 20:50:38 +00:00
test tests/ztest/mock: remove usage of legacy k_fifo_get() 2016-11-28 20:50:38 +00:00
Kbuild tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00
Kconfig ztest: move ztest to unified kernel 2016-10-31 21:38:04 +00:00
Makefile tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00