zephyr/samples
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
..
application_development
basic samples: basic: fix nRF52 PWM name in blink_led/fade_led samples 2019-02-27 12:22:42 -06:00
bluetooth include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
boards samples/96b_argonkey: microphone: Fix coverity bug 190958 2019-02-27 10:02:49 -06:00
cpp_synchronization
crypto/mbedtls_benchmark libc: fix CONFIG_STDOUT_CONSOLE semantics 2019-02-26 08:00:33 -06:00
display doc: Clean up build instructions and use of variables 2019-02-21 11:46:45 +01:00
drivers drivers: can: stm32: Cleanup Kconfig enablement 2019-02-25 10:05:21 -06:00
gui samples: gui: Add support for imx rt boards to lvgl sample 2019-02-07 14:28:55 -06:00
hello_world
mpu shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00
net samples: net: socket: can: Do cleanup if failure 2019-02-28 08:46:52 -06:00
nfc/nfc_hello
philosophers libc: fix CONFIG_STDOUT_CONSOLE semantics 2019-02-26 08:00:33 -06:00
portability tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 13:02:20 -06:00
sensor samples: fxos8700-hid: Use HID Device interface 2019-02-08 11:23:04 -05:00
shields
subsys samples: usb: hid: remote wakeup in HID mouse example 2019-02-27 10:37:16 +01:00
synchronization
testing/integration
userspace userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00
xtensa_asm2
classic.rst doc: restructure and create index pages 2019-02-05 07:04:40 -05:00
index.rst doc: restructure and create index pages 2019-02-05 07:04:40 -05:00