zephyr/tests
Manuel Argüelles 123f99c87b tests: drivers: counter: fix skip tests check
When running this test with multiple counter instances enabled that
support different capabilities, if one of the instances does not
support the test required capabilities, the test will be
immediately skipped not giving the chance to run to the subsequent
instances.

Fix this by marking the test as skipped, only of all counter instances
under test were skipped.

Fixes #74358

Signed-off-by: Manuel Argüelles <marguelles.dev@gmail.com>
2024-06-25 06:06:19 -04:00
..
application_development
arch tests: arch: arm: arm_irq_vector_table: Do not run if GEN_ISR_TABLES=y 2024-06-20 12:57:54 +02:00
benchmarks tests: latency_measure: Restructure configurations 2024-06-12 14:33:47 +03:00
bluetooth everywhere: replace double words 2024-06-25 06:05:35 -04:00
boards tests: rtc_clk: Added support to ESP32C6 2024-06-14 18:51:46 -04:00
boot tests: boot: Add nrf54l15pdk to platform_allow list in with_mcumgr tests 2024-06-04 13:41:29 +02:00
bsim everywhere: replace double words 2024-06-25 06:05:35 -04:00
cmake tests: cmake: app_version: test `app_version.h` 2024-06-24 08:28:54 -04:00
crypto mbedtls: add a kconfig to use the p256-m directly (without PSA interface) 2024-06-12 01:53:58 -07:00
drivers tests: drivers: counter: fix skip tests check 2024-06-25 06:06:19 -04:00
integration/kernel Kernel: Integration test 2024-06-19 13:41:06 +02:00
kconfig/configdefault
kernel everywhere: replace double words 2024-06-25 06:05:35 -04:00
lib Lib: SMF: Add test for stuck handled bit 2024-06-24 14:50:00 -04:00
misc
modules posix: move ioctl() from fdtable to posix 2024-06-14 14:01:05 -04:00
net tests/net/lib/http_server/hpack: Exclude native_posix 2024-06-24 13:01:38 +02:00
posix everywhere: replace double words 2024-06-22 05:40:22 -04:00
robot
subsys everywhere: replace double words 2024-06-25 06:05:35 -04:00
unit test: Apply semantic patch file ztest_strcmp.cocci 2024-06-14 19:25:42 +02:00
ztest lib: cpp: remove deprecated Kconfigs 2024-06-18 14:33:58 -04:00
test_config.yaml