/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/tests/ |
D | plugin_test.py | 59 result.assert_outcomes(passed=1, failed=0, errors=0, skipped=0)
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/cis/ |
D | Kconfig | 36 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/ |
D | lll_sync_iso.c | 498 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/ |
D | Kconfig.nrf | 90 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/ |
D | npcx9-alts-map.dtsi | 64 * Note: DEVALT I is skipped in the datasheet, the offset of
|
/Zephyr-Core-3.5.0/scripts/tests/twister/pytest_integration/ |
D | test_harness_pytest.py | 190 result.assert_outcomes(skipped=2)
|
/Zephyr-Core-3.5.0/boards/riscv/rv32m1_vega/support/ |
D | openocd_rv32m1_vega_zero_riscy.cfg | 32 # If ADBG_USE_HISPEED is set (options bit 1), status bits will be skipped
|
D | openocd_rv32m1_vega_ri5cy.cfg | 32 # If ADBG_USE_HISPEED is set (options bit 1), status bits will be skipped
|
/Zephyr-Core-3.5.0/tests/unit/util/ |
D | test.inc | 151 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/ |
D | npcx4-alts-map.dtsi | 96 * Note: DEVALT I is skipped in the datasheet, the offset of
|
/Zephyr-Core-3.5.0/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 104 Test Case skipped as Optional PS APIs not are supported.
|
/Zephyr-Core-3.5.0/subsys/testsuite/ztest/ |
D | Kconfig | 183 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/ |
D | ztest.rst | 149 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
|
D | pytest.rst | 85 Note that it uses `dut` fixture, so `dut` can be skipped when `shell` is used.
|
D | ztest_deprecated.rst | 44 as passed, failed, blocked, or skipped. Reporting on only the
|
D | twister.rst | 410 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/ |
D | reports.py | 113 errors="0", skipped="0") 185 errors="0", skipped="0")
|
D | testplan.py | 299 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/ |
D | att.c | 351 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/ |
D | Kconfig | 169 then that core will be skipped and the next core in the device tree
|
/Zephyr-Core-3.5.0/doc/develop/west/ |
D | built-in.rst | 236 The ``git submodule sync`` commands are skipped if the
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/ |
D | i3c.rst | 119 * This step can be skipped if there is no connected devices
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/smp_groups/ |
D | smp_group_1.rst | 104 be identified as valid it is simply skipped.
|
/Zephyr-Core-3.5.0/doc/build/cmake/ |
D | index.rst | 105 this step is skipped if ``dtc`` is not installed.
|
/Zephyr-Core-3.5.0/doc/build/dts/ |
D | intro-syntax-structure.rst | 323 Some specifics are skipped in the interest of keeping things simple; if you're
|