zephyr/tests
Alexander Razinkov 9ae9df8b6f kernel: spinlock: k_spin_is_locked introduction
Currently spinlock internals are directly accessed from the tests.
This way the test becomes bound to the particular spinlock implementation.
To remove this unnecessary dependency the distinct API to check if spinlock
is locked is introduced.

k_spin_is_locked should be used for the spinlock testing only,
so the scope of this API is intentionally restricted.

Signed-off-by: Alexander Razinkov <alexander.razinkov@syntacore.com>
2023-09-07 14:26:55 +02:00
..
application_development modules: cmsis: move glue code to modules/cmsis 2023-08-24 13:20:21 +02:00
arch test: arch: x86: update with new acpica interface 2023-09-07 09:42:38 +02:00
benchmarks kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
bluetooth bluetooth: tester: Reenable PACS characteristics 2023-09-06 17:55:26 +02:00
boards soc: xtensa: espressif_esp32: add SPIRAM heap offset and size 2023-08-22 14:44:16 +02:00
boot test: arch: x86: update with new acpica interface 2023-09-07 09:42:38 +02:00
bsim Bluetooth: Test: Add tests to reproduce SMP issues 2023-09-06 09:35:01 +02:00
cmake cmake: Fix scope pollution in zephyr_get(... MERGE) 2023-08-16 15:01:57 +02:00
crypto tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
drivers drivers: sensor: Add F75303 driver 2023-09-07 09:42:59 +02:00
kernel kernel: spinlock: k_spin_is_locked introduction 2023-09-07 14:26:55 +02:00
lib tests: move uoscore-uedhoc tests into tests/modules 2023-08-28 13:37:39 -04:00
misc tests: misc: check_init_priorities: update output 2023-09-05 10:05:50 +02:00
modules/uoscore tests: uoscore-uedhoc: add tag to match module name 2023-08-28 13:37:39 -04:00
net tests: net: tcp: Add test case for SYN/RST+ACK scenario 2023-09-07 11:41:52 +02:00
posix posix: clock_nanosleep tests 2023-08-30 13:02:58 -07:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys canbus: isotp: use flags for configuration in isotp_msg_id 2023-09-07 09:43:56 +02:00
unit tests: crc: fix crc library location 2023-08-20 19:08:24 +01:00
ztest tests: ztest: zexpect: include source file directly in main.cpp 2023-08-28 13:36:08 -04:00
test_config.yaml twister: add support for levels and test configuration 2023-03-07 15:49:16 +01:00