zephyr/tests/kernel
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
..
boot_page_table
common tests: Never disable SMP 2019-09-26 16:54:06 -04:00
context tests: Never disable SMP 2019-09-26 16:54:06 -04:00
critical tests: Never disable SMP 2019-09-26 16:54:06 -04:00
device
early_sleep tests: Never disable SMP 2019-09-26 16:54:06 -04:00
fatal tests: Never disable SMP 2019-09-26 16:54:06 -04:00
fifo tests: Never disable SMP 2019-09-26 16:54:06 -04:00
fp_sharing
gen_isr_table
interrupt
lifo tests: Never disable SMP 2019-09-26 16:54:06 -04:00
mbox tests: Never disable SMP 2019-09-26 16:54:06 -04:00
mem_heap/mheap_api_concept
mem_pool tests: Never disable SMP 2019-09-26 16:54:06 -04:00
mem_protect tests: Never disable SMP 2019-09-26 16:54:06 -04:00
mem_slab tests: Never disable SMP 2019-09-26 16:54:06 -04:00
mp
msgq/msgq_api tests: Never disable SMP 2019-09-26 16:54:06 -04:00
mutex tests: Never disable SMP 2019-09-26 16:54:06 -04:00
obj_tracing tests: Never disable SMP 2019-09-26 16:54:06 -04:00
pending tests: Never disable SMP 2019-09-26 16:54:06 -04:00
pipe tests: Never disable SMP 2019-09-26 16:54:06 -04:00
poll tests: Never disable SMP 2019-09-26 16:54:06 -04:00
profiling/profiling_api tests: Never disable SMP 2019-09-26 16:54:06 -04:00
queue tests: Never disable SMP 2019-09-26 16:54:06 -04:00
sched tests: Never disable SMP 2019-09-26 16:54:06 -04:00
semaphore tests: Never disable SMP 2019-09-26 16:54:06 -04:00
sleep tests: Never disable SMP 2019-09-26 16:54:06 -04:00
smp
spinlock
stack tests: Never disable SMP 2019-09-26 16:54:06 -04:00
threads tests: Never disable SMP 2019-09-26 16:54:06 -04:00
tickless tests: Never disable SMP 2019-09-26 16:54:06 -04:00
timer tests: Never disable SMP 2019-09-26 16:54:06 -04:00
workq tests: Never disable SMP 2019-09-26 16:54:06 -04:00
xip