zephyr/tests/kernel
Daniel Leung bb595a85f1 kernel: mem_domain: add/remove partition funcs to return errors
This changes both k_mem_domain_add_partition() and
k_mem_domain_remove_partition() to return errors instead of
asserting when errors are encountered. This gives the application
chance to recover.

The arch_mem_domain_parition_add()/_remove() will be modified
later together with all the other arch_mem_domain_*() changes
since the architecture code for partition addition and removal
functions usually cannot be separately changed.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-11-22 12:45:22 -05:00
..
common tests: kernel: atomics: expand atomic operations to 64-bit 2021-11-15 09:59:01 -05:00
condvar/condvar_api
context tests: added kernel tests for arm arch with linker script generator 2021-08-30 08:54:23 -04:00
device tests: pm: use new PM macros 2021-11-19 10:11:32 +01:00
early_sleep tests: added kernel tests for arm arch with linker script generator 2021-08-30 08:54:23 -04:00
events tests: add event test code 2021-10-16 06:27:10 -04:00
fatal tests: kernel: disable one test for qemu_cortex_a9 2021-11-01 22:10:04 -04:00
fifo tests: added kernel tests for arm arch with linker script generator 2021-08-30 08:54:23 -04:00
fpu_sharing
gen_isr_table tests: added kernel tests for arm arch with linker script generator 2021-08-30 08:54:23 -04:00
interrupt tests: added kernel tests for arm arch with linker script generator 2021-08-30 08:54:23 -04:00
lifo tests: added kernel tests for arm arch with linker script generator 2021-08-30 08:54:23 -04:00
mbox tests: added kernel tests for arm arch with linker script generator 2021-08-30 08:54:23 -04:00
mem_heap tests: heap: add test case for coverage 2021-11-07 05:39:10 -05:00
mem_protect kernel: mem_domain: add/remove partition funcs to return errors 2021-11-22 12:45:22 -05:00
mem_slab tests: kernel: mem_slab: Fix test for no multithreading 2021-11-03 09:18:40 -04:00
mp tests: added kernel tests for arm arch with linker script generator 2021-08-30 08:54:23 -04:00
msgq tests: msgq: improve code coverage for msgq API 2021-11-01 11:15:15 -04:00
mutex tests: correct some testsuite name 2021-11-09 15:51:44 -05:00
pending
pipe
poll
profiling/profiling_api pm: policy: Add cpu information in the API 2021-11-06 10:21:53 -04:00
queue tests: queue: add a test case for coverage 2021-10-28 12:06:25 -04:00
sched test: change test suite name and testcase name 2021-11-03 16:44:50 -04:00
semaphore
sleep
smp tests: added kernel tests for arm arch with linker script generator 2021-08-30 08:54:23 -04:00
spinlock
stack/stack tests: stack: fix improper assert message 2021-10-13 06:17:23 -04:00
threads kernel: mem_domain: init function to return error values 2021-11-22 12:45:22 -05:00
tickless/tickless_concept
timer tests: timer: fix improper test identifier 2021-11-09 22:42:12 -05:00
workq tests: work_queue: add a test case for coverage 2021-11-12 11:56:23 -05:00
xip tests: added kernel tests for arm arch with linker script generator 2021-08-30 08:54:23 -04:00