zephyr/tests
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
..
application_development
arch
benchmarks
bluetooth Bluetooth: tests: Update hci_prop_evt for LE Set Random Address command 2020-02-03 12:44:39 +02:00
boards
crypto
drivers drivers: kscan: Extend callback arguments to 32-bits 2020-02-01 08:50:16 -05:00
kernel tests/mem_protect/stackprot: Need a delay under SMP 2020-02-03 09:31:56 -05:00
lib
misc/test_build
net test: net: pkt: Added a test case for net_pkt_pull() 2020-02-03 10:47:08 +02:00
portability
posix
shell
subsys
unit
ztest