zephyr/tests
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
..
bluetooth Bluetooth: tests: Fix Makefiles comments 2016-11-18 07:47:50 +02:00
booting/stub samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
compliance tests/compiance/checkpatch: force the format to 'email' 2016-11-10 19:30:32 +00:00
crypto tests/tinycrypt: Solve style issues in test_ccm_mode 2016-11-18 01:05:33 +00:00
drivers tests/drivers: Update pinmux application 2016-11-26 10:46:11 +00:00
fs/fat_fs fs: expose generic ramdisk/flash disk access functions 2016-11-09 02:45:45 +00:00
include tinycrypt: Fix style issues 2016-11-16 16:51:57 +00:00
kernel libc/minimal: snprintf(): KILL negative len parameter 2016-11-28 20:49:37 +00:00
legacy test_static_idt: fix unininitialized variable 2016-11-18 23:04:50 +00:00
net net: buf: move test to unified kernel 2016-11-28 20:17:23 +00:00
power/power_states tests: power_mgmt: Fix wrong value being passed to post_ops func 2016-11-23 00:21:52 +00:00
unit net: buf: Use unified k_fifo API for FIFOs 2016-11-11 06:00:17 +00:00
ztest tests/ztest/mock: remove usage of legacy k_fifo_get() 2016-11-28 20:50:38 +00:00
Kconfig tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00
Makefile tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00
Makefile.test tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00
defaults.tc testcases: introduce defaults to build/deploy/evaluate 2016-07-23 18:31:18 +00:00