zephyr/tests/kernel/mem_protect
Andy Ross 83d1ca06dc tests/mem_protect/stackprot: Need a delay under SMP
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>
2020-02-03 09:31:56 -05:00
..
futex tests: futex: use one cpu 2020-01-13 16:35:10 -05:00
mem_protect tests: mem_protect: use one cpu 2020-01-13 16:35:10 -05:00
obj_validation
protection arch: arm: Move ARM code to AArch32 sub-directory 2019-12-20 11:40:59 -05:00
stack_random tests: stack_random: fix reading volatile variable 2019-11-12 07:07:01 -06:00
stackprot tests/mem_protect/stackprot: Need a delay under SMP 2020-02-03 09:31:56 -05:00
sys_sem tests: semaphore: cleanup asserts 2019-11-15 08:04:52 -05:00
syscalls
userspace tests: userspace: test syscall irq context 2020-01-16 08:51:16 +01:00