zephyr/tests
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
..
application_development tests: cxx: Enable exceptions 2019-09-19 09:26:42 -05:00
arch tests/arch: arm_thread_swap: Increase no_optim case flash requirement 2019-09-26 23:06:38 +03:00
benchmarks tests: Never disable SMP 2019-09-26 16:54:06 -04:00
bluetooth Bluetooth: tester: Adapt to BTP Get Attribute Value API change 2019-09-25 17:36:05 +02:00
boards tests: boards: board_shell: Activate CAN shell 2019-07-29 10:27:54 +03:00
booting/stub license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
cmsis_rtos_v1 tests/cmsis_rtos_v1: relax timing check a bit 2019-08-02 12:47:41 +02:00
cmsis_rtos_v2 tests: cmsis_v2: Put/Get msg in queue instead of u32_t 2019-09-19 09:33:03 -05:00
crypto kernel: lib: Add convert functions for hex strings and binary arrays 2019-07-16 12:44:18 +02:00
drivers tests: pwm: Fix missing unit test 2019-09-26 16:52:58 -04:00
kernel tests: Never disable SMP 2019-09-26 16:54:06 -04:00
lib Bluetooth: Host: Remove printk dependency from settings 2019-09-25 17:36:39 +02:00
misc tests: misc: util: Add test for Z_MAX and Z_MIN 2019-09-25 17:41:03 +02:00
net tests: net: hostname: Add tests for hostname set/get 2019-09-20 11:42:51 +03:00
posix tests/posix/common: restructure to eliminate casts 2019-09-15 11:33:47 +08:00
shell tests: Never disable SMP 2019-09-26 16:54:06 -04:00
subsys tests: subsys: jwt: Remove unneeded CONFIG_PTHREAD_IPC option 2019-09-25 20:56:29 -07:00
unit tests: crc: convert to regular test case 2019-07-06 00:31:04 +02:00
ztest subsys/testsuite: make tc_util overridable 2019-09-17 07:11:33 +08:00