zephyr/tests/kernel
Andrew Boie 9485172677 tests: stackprot: don't set main stack size
This test uses ztest anyway, the default should be fine
just like any other test running under ztest.

k_thread_create() uses a lot of stack, and the main
stack size is very small if ztest is enabled. Do it in
another ztest task instead.

We don't need to mess with the main thread's priority,
just have the alt thread run cooperatively.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-05-03 13:30:16 -07:00
..
arm_irq_vector_table tests: adjust stack size for mps2_an385's coverage test 2019-04-11 17:59:39 -04:00
arm_runtime_nmi
boot_page_table
common
context
critical
device tests/kernel/device: extends test for code coverage 2019-05-01 10:38:03 -04:00
early_sleep
fatal tests: adjust stack size for mps2_an385's coverage test 2019-04-11 17:59:39 -04:00
fifo
fp_sharing
gen_isr_table tests: kernel: Exclude platforms stm32_min_dev_* 2019-04-26 03:34:45 -07:00
interrupt tests: kernel: Exclude platforms stm32_min_dev_* 2019-04-26 03:34:45 -07:00
lifo
mbox
mem_heap/mheap_api_concept
mem_pool tests: adjust stack size for mps2_an385's coverage test 2019-04-11 17:59:39 -04:00
mem_protect tests: stackprot: don't set main stack size 2019-05-03 13:30:16 -07:00
mem_slab
mp
msgq/msgq_api
mutex tests: adjust stack size for mps2_an385's coverage test 2019-04-11 17:59:39 -04:00
obj_tracing
pending
pipe tests: pipe: fix error with optimization disabled 2019-05-02 07:22:37 -04:00
poll
profiling/profiling_api tests: adjust stack size for mps2_an385's coverage test 2019-04-11 17:59:39 -04:00
queue
sched tests/kernel/schedule_api: also test without time slicing 2019-04-18 12:26:52 -04:00
semaphore
sleep
smp
spinlock
stack
static_idt
threads tests: adjust stack size for mps2_an385's coverage test 2019-04-11 17:59:39 -04:00
tickless
timer tests: timer_api: run in user mode 2019-05-02 18:01:06 -07:00
workq
xip