zephyr/tests
Andy Ross a4614372f9 tests: Mass SMP disablement on non-SMP-safe tests
(Chunk 3 of 3 - this patch was split across pull requests to address
CI build time limitations)

Zephyr has always been a uniprocessor system, and its kernel tests are
rife with assumptions and outright dependence on single-CPU operation
(for example: "low priority threads will never run until this high
priority thread blocks" -- not true if there's another processor to
run it!)

About 1/3 of our tests fail right now on x86_64 when dual processor
operation is made default.  Most of those can probably be recovered on
a case-by-case basis with simple changes (and a few of them might
represent real bugs in SMP!), but for now let's make sure the full
test suite passes by turning the second CPU off.  There's still plenty
of SMP coverage in the remaining cases.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-02-27 14:22:06 -08:00
..
application_development cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
benchmarks include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
bluetooth Bluetooth: Mesh: Use BT_GATT_CCC_MANAGED 2019-02-27 10:30:50 +01:00
boards tests/boards/intel_s1000_crb: fix potential uninit variables 2019-02-26 01:44:42 +01:00
booting/stub cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
cmsis_rtos_v1 tests: set CONFIG_MAX_THREAD_BYTES for a few tests 2019-02-08 07:04:30 -05:00
cmsis_rtos_v2 tests: cmsis_rtos_v2: Join and detach tests 2019-02-08 11:59:38 -05:00
compliance tests/compiance/checkpatch: force the format to 'email' 2016-11-10 19:30:32 +00:00
coverage tests: coverage: GCOV counter value changed in GCC8. 2019-01-28 08:39:06 -05:00
crypto libc: fix CONFIG_STDOUT_CONSOLE semantics 2019-02-26 08:00:33 -06:00
drivers tests: counter: Adapt test for the qmsi rtc driver 2019-02-27 12:33:53 -08:00
kernel tests: Mass SMP disablement on non-SMP-safe tests 2019-02-27 14:22:06 -08:00
lib tests: mem_alloc: Fix build issue with malloc test 2019-02-16 09:23:16 -06:00
misc tests: util: Add UTIL_LISTIFY tests 2019-02-11 09:28:14 -05:00
net net: tests: Migrate DHCPv4 tests 2019-02-26 02:25:14 +01:00
posix tests: Mass SMP disablement on non-SMP-safe tests 2019-02-27 14:22:06 -08:00
shell shell: Deprecate macros for subcommands creation 2019-02-20 07:31:35 -05:00
subsys can: Rename can_msg and can_msg_filter structs 2019-02-22 08:07:03 -05:00
unit tests: move testsuite and configs into subsys/ 2019-02-22 08:58:40 -05:00
ztest tests: move testsuite and configs into subsys/ 2019-02-22 08:58:40 -05:00