zephyr/tests/kernel/common/src
Benjamin Walsh e307d9efa8 tests/common/timeout_order: reset test case thread to original prio
That was an oversight that should not have caused any problem. However,
the test harness expects the test's thread to be higher prio than the
test suite's thread that spawns it, because the test suite reuses the
stack space for the next test, if there is one.

Change-Id: Iad951118278abf0d9c23012d78ed56b75bc2958a
Signed-off-by: Benjamin Walsh <walsh.benj@gmail.com>
2017-03-01 13:18:31 +00:00
..
atomic.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
bitfield.c Revert "sys_bitfield*(): use 'void *' instead of memaddr_t" 2017-02-28 16:06:22 -05:00
byteorder.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
dlist.c tests: add tests for SYS_DLIST/SLIST_ITERATE_FROM() 2017-02-16 04:56:23 +00:00
intmath.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
main.c tests/kernel/common: add test to verify same tick timeout expiry order 2017-02-16 04:56:26 +00:00
Makefile tests/kernel/common: add test to verify same tick timeout expiry order 2017-02-16 04:56:26 +00:00
printk.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
rand32.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ring_buf.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
slist.c tests: add tests for SYS_DLIST/SLIST_ITERATE_FROM() 2017-02-16 04:56:23 +00:00
timeout_order.c tests/common/timeout_order: reset test case thread to original prio 2017-03-01 13:18:31 +00:00