Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 25 of 41) sorted by relevance

12

/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/tests/
Dplugin_test.py59 result.assert_outcomes(passed=1, failed=0, errors=0, skipped=0)
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/cis/
DKconfig36 Skip peripheral ISO events count where all subevents are skipped.
49 Skip central ISO events count where all subevents are skipped.
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync_iso.c498 uint8_t skipped; in isr_rx() local
647 skipped = 0U; in isr_rx()
665 skipped++; in isr_rx()
685 skipped++; in isr_rx()
718 skipped++; in isr_rx()
735 skipped += (lll->irc - lll->irc_curr) * lll->bn; in isr_rx()
787 skipped = (bis_idx_new - bis_idx - 1U) * in isr_rx()
801 skipped = ((bis_idx_new - bis_idx - in isr_rx()
877 } else if (!skipped) { in isr_rx()
897 skipped -= (bis_idx_new - bis_idx - 1U) * in isr_rx()
[all …]
/Zephyr-Core-3.5.0/drivers/clock_control/
DKconfig.nrf90 be skipped if temperature change (compared to measurement of previous
100 Calibration is skipped when temperature change since last calibration
119 skipped calibrations.
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx9/
Dnpcx9-alts-map.dtsi64 * Note: DEVALT I is skipped in the datasheet, the offset of
/Zephyr-Core-3.5.0/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py190 result.assert_outcomes(skipped=2)
/Zephyr-Core-3.5.0/boards/riscv/rv32m1_vega/support/
Dopenocd_rv32m1_vega_zero_riscy.cfg32 # If ADBG_USE_HISPEED is set (options bit 1), status bits will be skipped
Dopenocd_rv32m1_vega_ri5cy.cfg32 # If ADBG_USE_HISPEED is set (options bit 1), status bits will be skipped
/Zephyr-Core-3.5.0/tests/unit/util/
Dtest.inc151 IF_ENABLED(test_IF_ENABLED_FLAG_A, (goto skipped;))
152 /* location should be skipped if IF_ENABLED macro is correct. */
153 zassert_false(true, "location should be skipped");
154 skipped:
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx4/
Dnpcx4-alts-map.dtsi96 * Note: DEVALT I is skipped in the datasheet, the offset of
/Zephyr-Core-3.5.0/samples/tfm_integration/tfm_psa_test/
DREADME.rst104 Test Case skipped as Optional PS APIs not are supported.
/Zephyr-Core-3.5.0/subsys/testsuite/ztest/
DKconfig183 that while tests will still be marked as skipped on failed zassume calls, the final test
185 that skipped with the ZTEST_EXPECT_SKIP annotation.
/Zephyr-Core-3.5.0/doc/develop/test/
Dztest.rst149 In this example, the above tests should be marked as failed and skipped respectively. Instead,
304 level, i.e. if cases have passed or failed or if they were blocked or skipped.
318 report them as being skipped. Because the test inventory and
321 to be skipped for a certain platform or feature need to explicitly
379 as passed, failed, blocked, or skipped. Reporting on only the
Dpytest.rst85 Note that it uses `dut` fixture, so `dut` can be skipped when `shell` is used.
Dztest_deprecated.rst44 as passed, failed, blocked, or skipped. Reporting on only the
Dtwister.rst410 in tests requiring sysbuild support being skipped.
670 skipped.
1079 platforms to be put under quarantine. Such tests will be skipped and marked
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Dreports.py113 errors="0", skipped="0")
185 errors="0", skipped="0")
Dtestplan.py299 skipped = {k : v for k,v in self.instances.items() if v.status == 'skipped'}
305 self.instances.update(skipped)
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Datt.c351 struct k_fifo skipped; in get_first_buf_matching_chan() local
355 k_fifo_init(&skipped); in get_first_buf_matching_chan()
362 net_buf_put(&skipped, buf); in get_first_buf_matching_chan()
368 while ((buf = net_buf_get(&skipped, K_NO_WAIT))) { in get_first_buf_matching_chan()
372 __ASSERT_NO_MSG(k_fifo_is_empty(&skipped)); in get_first_buf_matching_chan()
/Zephyr-Core-3.5.0/arch/arm64/core/
DKconfig169 then that core will be skipped and the next core in the device tree
/Zephyr-Core-3.5.0/doc/develop/west/
Dbuilt-in.rst236 The ``git submodule sync`` commands are skipped if the
/Zephyr-Core-3.5.0/doc/hardware/peripherals/
Di3c.rst119 * This step can be skipped if there is no connected devices
/Zephyr-Core-3.5.0/doc/services/device_mgmt/smp_groups/
Dsmp_group_1.rst104 be identified as valid it is simply skipped.
/Zephyr-Core-3.5.0/doc/build/cmake/
Dindex.rst105 this step is skipped if ``dtc`` is not installed.
/Zephyr-Core-3.5.0/doc/build/dts/
Dintro-syntax-structure.rst323 Some specifics are skipped in the interest of keeping things simple; if you're

12