zephyr/tests/benchmarks
Andy Ross a334ac2045 tests: Mass SMP disablement on non-SMP-safe tests
(Chunk 1 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-28 13:02:20 -06:00
..
app_kernel include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
boot_time cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
latency_measure benchmarks: latency_measure: convert from k_alert to workqueue 2019-01-16 21:34:07 -05:00
sched kernel: Split reschdule & pend into irq/spin lock versions 2019-02-08 14:49:39 -05:00
sys_kernel arch/x86_64: New architecture added 2019-01-11 15:18:52 -05:00
timing_info tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 13:02:20 -06:00