zephyr/tests
Andrew Boie ac9abb10b8 tests: mem_protect: cleanup
This suite was fairly messy and very unstable on how it re-used
kernel objects.

* Unnecessary ztest_test_pass() or self-aborts removed
* k_thread_join() now used to wait for child thread completion,
  instead of a strange use of a semaphore which was effectively
  a 10ms sleep
* Barriers simplified
* the number of thread objects in kobject.c is now drastically reduced
* test case function names are now descriptive and made static if
  only used in local scope in kobject.c
* SMP no longer disabled

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-05-07 19:21:16 -04:00
..
application_development
arch
benchmarks
bluetooth Bluetooth: shell: Enable extended advertising support in the shell 2020-05-07 20:12:29 +02:00
boards tests: boards: altera_max10: Remove unneeded setting of Kconfig symbol 2020-05-05 11:44:34 -05:00
crypto
drivers tests: LPC platforms SPI use default frequncy 2020-05-07 12:47:34 -05:00
kernel tests: mem_protect: cleanup 2020-05-07 19:21:16 -04:00
lib devicetree: replace DT_HAS_DRV_INST with DT_INST_FOREACH 2020-05-06 17:35:08 -05:00
misc/test_build
net tests: net: websocket: Remove redundant logging configurations 2020-05-07 14:47:35 +02:00
portability lib/cmsis_rtos_v2: Update to newer timeout API 2020-05-06 06:05:03 -04:00
posix lib: posix: Add support for eventfd 2020-04-28 09:57:41 +03:00
shell shell: Support output using a va_list 2020-05-07 10:04:28 +02:00
subsys tests: stream_flash: skip tests correctly 2020-05-07 14:24:02 -04:00
unit tests: unit: util: Add test for FOR_EACH_FIXED_ARG macro 2020-05-06 14:30:18 +02:00
ztest