zephyr/tests
Allan Stephens f0d6c033aa unified/test: Fix issues affecting LIFO object test application
Revises the test to account for changes in LIFO object behavior
in the unified kernel.

Note: A LIFO object shouldn't really be used to try and pass
data items between two different threads in an ordered manner,
as this test is doing. Ordered behavior should only be expected
when a single thread is adding and removing items from a LIFO.
A LIFO is typically used to pass data items between different
threads when ordering doesn't matter -- for example, when using the
LIFO to implement a shared pool of data items that can be allocated
and returned by a bunch of threads. (A LIFO object is more efficient
than a FIFO object for implementing this kind of pool.)

Change-Id: Ic4cbd8b8368477e72c1bf0bca35600b78f963933
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-10-11 09:59:16 -05:00
..
benchmark boards: remove obsolete board basic_minuteia 2016-09-22 22:09:34 +00:00
bluetooth Bluetooth: Enable privacy for nimble 2016-10-04 09:12:25 +02:00
compliance testcases: sample static testcase to run checkpatch on the source 2016-06-14 23:49:57 +00:00
crypto tinycrypt: Add test case for the ECC DH algorithm 2016-09-20 12:54:21 +00:00
drivers test: build all possible drivers on all platforms 2016-10-10 21:26:33 +00:00
filesystem/fat_fs sample: fs: Fix a compile error flagged by llvm 2016-10-04 12:27:39 +00:00
include tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00
kernel unified/test: Fix issues affecting LIFO object test application 2016-10-11 09:59:16 -05:00
net tests/zoap: Add tests for the observe feature 2016-10-01 01:11:26 +00:00
unit tests: Add gcov support 2016-09-30 21:17:42 +00:00
ztest ztest: Add simple integration and unit tests 2016-09-30 21:17:41 +00:00
defaults.tc testcases: introduce defaults to build/deploy/evaluate 2016-07-23 18:31:18 +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