zephyr/tests/kernel/threads/thread_apis
Andy Ross cc411ffe69 tests/kernel/threads: Correct essential thread abort test
Thread abort of essential threads had a buglet where the panic would
be signaled but, if caught by k_sys_fatal_error_handler(), the thread
would not actually be aborted.  This test wasn't validating that the
thread was actually dead (in fac, it RELIED on the thread to signal a
semaphore after its "abort"!).

Make sure it's dead and that the panic is caught.  Also add a case for
aborting _current which is a separate code path that needs coverage.

Signed-off-by: Andy Ross <andyross@google.com>
2025-02-10 22:26:10 +01:00
..
boards tests: thread_apis: Add custom unmapped address 2025-01-16 22:40:00 +01:00
src tests/kernel/threads: Correct essential thread abort test 2025-02-10 22:26:10 +01:00
CMakeLists.txt
Kconfig tests: thread_apis: Make unmapped address configurable 2025-01-16 22:40:00 +01:00
prj.conf
testcase.yaml