zephyr/tests/lib
Andy Ross 82bc7d0733 tests/lib/ringbuffer: Run with one CPU
The stress ('scuse me, "zstress") cases here are all written to
exercise reader/writer threads at different priority combinations.
That's defeated if the threads are allowed to run on different CPUs
(because being "low" priority doesn't matter if you have a spare CPU
to run on).

There is also extensive use of stack buffers to pass data through the
ring buffer zero copy implementation, which runs afoul of the
KERNEL_COHERENCE rules on intel_adsp platforms (where stack memory is
incoherent between CPUs and can't be shared like that).

Fix both issues by just setting CONFIG_MP_NUM_CPUS=1

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2022-01-24 12:23:46 -05:00
..
c_lib tests: libc: minimal: Add tests for qsort() 2021-11-10 07:00:36 -05:00
cbprintf_fp cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
cbprintf_package tests: lib: cbprintf_package: Extend test 2021-11-29 21:13:56 +01:00
cmsis_dsp tests: fix double promotion warning 2021-11-24 17:14:25 -05:00
devicetree tests: lib: devicetree: drop get_dev_data/get_dev_config usage 2022-01-19 18:16:02 +01:00
fdtable cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
gui/lvgl drivers: display: remove unused Kconfig options 2021-12-10 12:47:30 +01:00
heap tests: lib/heap: add test for heap listeners 2022-01-10 10:28:04 -05:00
heap_align tests: heap: validate sys_heap_runtime_stats_get API 2021-11-11 16:21:43 -05:00
json tests: lib: json: Added tests array decoding, encoding and int limits 2021-12-01 12:21:19 -05:00
mem_alloc cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
mem_blocks tests: lib/mem_blocks: add test for heap listeners 2022-01-11 16:10:53 -05:00
mpsc_pbuf tests: lib: mpsc_pbuf: Fix address-of-packed-mem warning 2021-12-10 14:08:59 +01:00
newlib sys: heap_listener: extend to cover more events 2022-01-10 10:28:04 -05:00
notify cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
onoff cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
p4workq cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
ringbuffer tests/lib/ringbuffer: Run with one CPU 2022-01-24 12:23:46 -05:00
smf lib: smf: Add State Machine Framework 2021-10-04 20:33:11 -04:00
sprintf tests: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
time tests: m2gl025_miv: exclude slow platform from some tests 2021-11-29 19:39:38 -05:00