zephyr/tests
Andrew Boie 5397353dde tests: mem_protect: fix SMP race
We try to invoke `ztest_test_pass()` from inside
a fatal exception in a child thread.

On SMP this can result in the next test case starting
on another CPU, re-using the child thread before it
has a chance to exit.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-09-14 17:28:33 -04:00
..
application_development device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
arch tests: arm: interrupt: fix side effect in assertion 2020-09-09 09:58:16 -04:00
benchmarks tests: benchmark: Fix footprint testcase.yaml to use arch_allow 2020-09-09 15:09:54 -04:00
bluetooth Bluetooth: GATT: Rework bt_gatt_attr_func_t 2020-09-05 11:06:21 +02:00
boards device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
crypto ztest: remove ztest_mem_domain 2020-08-26 20:35:02 -04:00
deprecated sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
drivers drivers: spi: Kconfig.nrfx: Use RAM buffers for SPIMs by default 2020-09-14 16:02:59 -05:00
kernel tests: mem_protect: fix SMP race 2020-09-14 17:28:33 -04:00
lib tests: lib: cmsis:transform: cf64 min_ram reorder test to fit 96k 2020-09-10 09:37:35 +02:00
misc/test_build sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
net net: mqtt: Remove unused defines from the sample and tests 2020-09-09 15:46:24 +03:00
portability tests: Apply IRQ offload API change 2020-09-02 13:48:13 +02:00
posix tests: posix: fix nanosleep tests for clock slew 2020-09-14 17:01:41 +02:00
shell tests: shell: Add test for too many arguments in the command 2020-09-14 16:05:11 +02:00
subsys ec_host_cmd: add ec host command handler framework 2020-09-04 14:50:45 -04:00
unit testsuite: fix unittest cross-language flags 2020-08-31 11:02:35 -04:00
ztest tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00