zephyr/tests/kernel
Daniel Leung cd3e5b561d tests/kernel: kernel.queue.poll: fails if MAX_THREAD_BYTES > 2
The kernel.queue.poll test fails if CONFIG_MAX_THREAD_BYTES is larger
than 2, complaining about no memory for semaphore object. Turns out
the memory pool is not large enough. So make it a bit larger.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2018-08-09 09:20:14 -07:00
..
alert/alert_api
arm_irq_vector_table
arm_runtime_nmi
boot_page_table
common
context
critical
device
early_sleep
errno
fatal
fifo
fp_sharing
gen_isr_table
init
irq_offload
lifo
mbox
mem_heap/mheap_api_concept
mem_pool
mem_protect tests: mem_protect: Add RTM links and description 2018-08-01 10:14:44 -07:00
mem_slab
mp
msgq/msgq_api tests: msgq: Enhance tests to improve code coverage 2018-07-24 20:07:12 -04:00
mutex
obj_tracing tests: obj_tracing: Add obj_tracing tests for kernel objects 2018-07-27 07:51:26 -04:00
pending
pipe tests: pipe: Add description and RTM links 2018-07-26 14:59:02 -04:00
poll coverage: tests: poll: Add missing poll event to improve code coverage 2018-07-31 20:39:19 -04:00
profiling/profiling_api tests: kernel: profiling: Add description and doxygen group 2018-07-30 08:46:24 -04:00
queue tests/kernel: kernel.queue.poll: fails if MAX_THREAD_BYTES > 2 2018-08-09 09:20:14 -07:00
sched tests: sched: Enhance tests to improve code coverage 2018-07-27 12:38:49 -04:00
semaphore
sleep
smp
spinlock
stack
static_idt
threads tests: kernel: Add test to verify k_thread_user_mode_enter() 2018-07-30 14:20:09 -07:00
tickless
timer tests: kernel: timer: Add a test case to cover k_timer_start 2018-07-25 07:15:54 -04:00
workq
xip