zephyr/tests/kernel
Peter Bigot fbb7eb81b8 tests: kernel: work_queue: avoid improper access to internal structures
Nothing in the API description the delayed work structure sanctions
direct reference to internal fields.  Do not assume that a delayed
work item can be initialized in any way other than by invoking the
delayed work item init function.  Do not assume that a delayed work
item can be submitted without delay by invoking k_work_submit() with a
reference to the contained work item.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-11-24 13:04:48 +02:00
..
common test: context: Refine descriptions for some test cases 2020-11-17 22:11:45 -05:00
context test: context: Refine descriptions for some test cases 2020-11-17 22:11:45 -05:00
device
early_sleep
fatal
fifo tests/queue: Remove fifo/queue "poll" variant tests 2020-11-11 10:59:52 -05:00
fpu_sharing tests: fpu_sharing: avoid stack overflow due to unnecessary feature 2020-11-17 17:49:22 -05:00
gen_isr_table tests: modify the test case gen_isr_table using ztest 2020-10-30 15:57:03 +01:00
interrupt
lifo
mbox
mem_heap tests: k_heap api: add tests for k_heap_api 2020-11-12 15:51:45 -05:00
mem_pool
mem_protect arch: mem protect Kconfig cleanups 2020-11-18 08:02:08 -05:00
mem_slab
mp tests: improve test case descriptions of arch layer interface 2020-10-30 15:55:42 +01:00
msgq/msgq_api
mutex
obj_tracing
pending
pipe Test: correct an error in test_pipe_user_thread2thread(). 2020-11-20 10:57:05 +01:00
poll tests: Remove filtering on KERNEL_COHERENCE 2020-11-11 10:59:52 -05:00
profiling/profiling_api
queue tests/queue: Remove fifo/queue "poll" variant tests 2020-11-11 10:59:52 -05:00
sched tests/kernel/schedule_api: Fix slop in timeslice test 2020-10-29 07:39:39 -04:00
semaphore/semaphore
sleep
smp Tests: Minor change in description and group of SMP test cases 2020-11-03 11:04:50 +01:00
spinlock
stack/stack
threads tests: add a simple test for thread local storage 2020-10-24 10:52:00 -07:00
tickless
timer
workq tests: kernel: work_queue: avoid improper access to internal structures 2020-11-24 13:04:48 +02:00
xip