zephyr/tests/kernel
Daniel Leung 611ebb6df4 tests: workq/user_work: change how resource pool is exhausted
The assumption of going through 100 iterations of allocating for
work queue is that the HEAP size is 1024 bytes. However, there
are platforms where the HEAP size is inflated due to subsystems
and/or drivers being included. So change the for loop into
a loop where it only stops until there is no memory to be
allocated.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-02-14 19:08:02 +01:00
..
cache
common tests: kernel: common: Enable tests with LTO 2024-02-02 19:49:36 +01:00
condvar/condvar_api
context tests/kernel/context: Improve to resist parallel threads interrupting 2024-01-15 09:58:26 +01:00
device
early_sleep
events
fatal
fifo
fpu_sharing
gen_isr_table tests: kernel: gen_isr_table: Add tests for local ISR tables declaration 2024-02-02 19:49:36 +01:00
interrupt tests: kernel/interrupt skip on ITE 2024-02-07 22:08:22 +00:00
lifo
mbox
mem_heap/k_heap_api
mem_protect tests: mem_protect/obj_validation: fix check for heap size 2024-02-12 13:36:48 +01:00
mem_slab
mp
msgq
mutex
obj_core
obj_tracking
pending
pipe
poll
profiling/profiling_api
queue
sched
semaphore
sleep
smp
smp_boot_delay tests: smp_boot_delay: extend to test custom CPU start func 2024-01-17 11:57:20 -05:00
smp_suspend tests: smp_suspend: Add configurable delay 2024-01-26 15:55:27 +00:00
spinlock
stack/stack
threads tests: dynamic_thread_stack: Fix problems in multicore 2024-02-09 14:23:14 -05:00
tickless/tickless_concept
timer
usage/thread_runtime_stats
workq tests: workq/user_work: change how resource pool is exhausted 2024-02-14 19:08:02 +01:00
xip