zephyr/tests/kernel/mem_protect
Andrew Boie ac9abb10b8 tests: mem_protect: cleanup
This suite was fairly messy and very unstable on how it re-used
kernel objects.

* Unnecessary ztest_test_pass() or self-aborts removed
* k_thread_join() now used to wait for child thread completion,
  instead of a strange use of a semaphore which was effectively
  a 10ms sleep
* Barriers simplified
* the number of thread objects in kobject.c is now drastically reduced
* test case function names are now descriptive and made static if
  only used in local scope in kobject.c
* SMP no longer disabled

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-05-07 19:21:16 -04:00
..
futex kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
mem_protect tests: mem_protect: cleanup 2020-05-07 19:21:16 -04:00
obj_validation
protection
stack_random
stackprot
sys_sem
syscalls
userspace