zephyr/tests/benchmarks
Andy Ross d1200d2155 tests: Never disable SMP
Disabling SMP mode for certain tests was a one-release thing, done to
avoid having to triage every test independently (MANY are not
SMP-safe), and with the knowledge that it was probably hiding bugs in
the kernel.

Turn it on pervasively.  Tests are treated with a combination of
flagging specific cases as "1cpu" where we have short-running tests
that can be independently run in an otherwise SMP environment, and via
setting CONFIG_MP_NUM_CPUS=1 where that's not possible (which still
runs the full SMP kernel config, but with only one CPU available).

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-09-26 16:54:06 -04:00
..
app_kernel cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
boot_time tests/benchmarks/boot_time: disable on inapplicable targets 2019-09-21 16:43:26 -07:00
latency_measure boards: arm: Add support for NXP FRDM-K22F board 2019-09-25 02:18:38 -07:00
mbedtls cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
sched cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
sys_kernel lifo/fifo: first word is not always first 4 bytes 2019-06-26 09:08:42 -04:00
timing_info tests: Never disable SMP 2019-09-26 16:54:06 -04:00