mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 03:35:49 +00:00
The "alternate thread" test would spawn a thread and then exit the test, but on SMP that other thread runs asynchronously and it was possible for the main thread to exit the test entirely before the test thread had a chance to run (and overflow its stack), leading to spurious test case failures. Obviously we can't exactly synchronize to an async crash, so put a short delay in after spawning the thread. Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
---|---|---|
.. | ||
futex | ||
mem_protect | ||
obj_validation | ||
protection | ||
stack_random | ||
stackprot | ||
sys_sem | ||
syscalls | ||
userspace |