zephyr/tests
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
..
application_development tests: application_development: move the gen inc file test to new ztest 2022-09-09 10:17:29 -05:00
arch boards: arm: stm32l562e_dk_ns: Add flash partitions 2022-09-09 16:40:20 +00:00
benchmarks ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
bluetooth tests: Bluetooth: Mesh: add adv tx complete cb tests 2022-09-15 16:30:34 +00:00
boards tests: Enable the pca9555 chip on mec172xevb_assy6906 2022-09-13 08:54:25 +00:00
boot/uefi includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
cmake/config_dir
crypto includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
drivers tests: drivers: i2s: i2s_speed: move to new ztest API 2022-09-16 08:35:36 +00:00
kernel tests/kernel/smp: Fix cases for !SCHED_IPI_SUPPORTED 2022-09-19 09:19:02 +02:00
lib tests: lib: move the cmsis_dsp transform test to new ztest API 2022-09-14 07:22:09 -04:00
misc tests: misc: move the kconfig options test to new ztest API 2022-09-09 10:17:29 -05:00
net tests: net: bridge: exclude mg100 and pinnacle_100_dvk 2022-09-15 11:58:23 +01:00
posix ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
subsys tests: subsys/pm: delete the empty test. 2022-09-16 08:39:39 +00:00
unit tests: util: PART_OF_ARRAY, IS_ARRAY_ELEMENT, ARRAY_INDEX, .. 2022-09-09 13:20:12 -05:00
ztest ztest: Fix unused variable compile error in shuffle function 2022-09-14 20:13:46 -04:00