zephyr/tests/kernel/mem_protect
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
..
futex kernel: delete k_futex_init() 2019-07-01 08:15:10 -07:00
mem_protect tests: exclude twr_ke18f platform from several user mode tests 2019-09-03 16:44:22 +02:00
obj_validation tests: kernel: replace CONFIG_USERSPACE with CONFIG_TEST_USERSPACE 2019-09-03 16:44:22 +02:00
protection tests: exclude twr_ke18f platform from several user mode tests 2019-09-03 16:44:22 +02:00
stack_random tests: Never disable SMP 2019-09-26 16:54:06 -04:00
stackprot tests: clean up fatal error handlers 2019-08-06 19:32:22 -07:00
sys_sem tests: Never disable SMP 2019-09-26 16:54:06 -04:00
syscalls tests/kernel/mem_protect/syscalls: Add cases to test 64 bit arguments 2019-09-12 11:31:50 +08:00
userspace userspace: Support for split 64 bit arguments 2019-09-12 11:31:50 +08:00
x86_mmu_api x86: use per-thread page tables 2019-08-05 13:25:50 +02:00