zephyr/tests/kernel
Andrew Boie bcd3803180 tests: msgq: run in user mode when possible
Unnecessary k_thread_abort() removed from test_msgq_purge_when_put.

A single global msgq object is now shared instead of being declared
on thread stacks, except for an ISR test case which has had its
semaphore renamed.

Moved k_sem_init() call from msgq_thread() to test_msgq_thread()
to fix a race condition.

userspace tag added to testcase.yaml.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-10-19 15:07:45 -07:00
..
alert/alert_api tests: alert_api: run in user mode 2017-10-19 15:07:45 -07:00
arm_irq_vector_table
arm_runtime_nmi
bitfield
common
context
critical
errno
fatal kernel: fix k_thread_stack_t definition 2017-10-17 08:24:29 -07:00
fifo/fifo_api tests: fifo: Add prj_poll.conf 2017-10-18 13:02:52 -04:00
fp_sharing
gen_isr_table
irq_offload
libs
lifo/lifo_api
mbox/mbox_api
mem_heap/mheap_api_concept doc: Fix misspellings in header/doxygen comments 2017-10-17 19:40:29 -04:00
mem_pool doc: Fix misspellings in header/doxygen comments 2017-10-17 19:40:29 -04:00
mem_protect tests: obj_validation: add to userspace tests 2017-10-19 15:07:45 -07:00
mem_slab
msgq/msgq_api tests: msgq: run in user mode when possible 2017-10-19 15:07:45 -07:00
multilib
mutex tests: mutex: run in user mode 2017-10-19 15:07:45 -07:00
obj_tracing
pending
pipe/pipe_api
poll
profiling/profiling_api
pthread
queue
semaphore/sema_api tests: semaphore: run some threads in user mode 2017-10-19 15:07:45 -07:00
sleep
sprintf
stack/stack_api
static_idt
systhreads
test_build
threads
tickless
timer tests: timer: remove obsolete CONFIG_NANO_TIMEOUTS 2017-10-17 08:55:38 -04:00
workq
xip