zephyr/tests/kernel/smp
Andy Ross 358355a23d tests/kernel/smp: Fix cases for !SCHED_IPI_SUPPORTED
Obviously the test of the feature won't work if we don't have an IPI.
And there were two threads that spawned threads that enter busy loops,
expecting to be able to abort them from another CPU.  That doesn't
work[1] without an IPI.  Just skip these cases rather than trying to
kludge up some kind of abort signal.

[1] Rather, it does work, it just takes infinite time for these
    particular test cases.  Eventually the CPU would be expected to
    receive some other interrupt like a timeout, which would work to
    abort the running thread.  But no such timer was registered.

Signed-off-by: Andy Ross <andyross@google.com>
2022-09-19 09:19:02 +02:00
..
boards tests/kernel/smp: Add SMP switch torture test 2022-01-18 12:05:54 -05:00
src tests/kernel/smp: Fix cases for !SCHED_IPI_SUPPORTED 2022-09-19 09:19:02 +02:00
CMakeLists.txt
prj.conf tests: kernel: smp: move to new ztest API 2022-07-01 14:04:22 -04:00
testcase.yaml