zephyr/tests/kernel/threads/thread_apis/src
Andrew Boie 468c47bb83 tests: thread_apis: fix failure on ARC
This test is only trying to prove that k_thread_foreach() works,
it has nothing to do with stacks. Remove the stack checks
completely.

Fixes: #15044

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-04-02 20:11:19 -04:00
..
main.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
test_essential_thread.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
test_kthread_for_each.c tests: thread_apis: fix failure on ARC 2019-04-02 20:11:19 -04:00
test_threads_cancel_abort.c tests: convert to use app shared memory 2019-02-08 07:04:30 -05:00
test_threads_cpu_mask.c tests/threads/thread_apis: Add test for CPU mask API 2019-02-01 21:37:24 -05:00
test_threads_set_priority.c
test_threads_spawn.c tests: convert to use app shared memory 2019-02-08 07:04:30 -05:00
test_threads_suspend_resume.c