/Zephyr-latest/tests/drivers/i2s/i2s_speed/ |
D | Kconfig | 45 will be skipped. 51 will be skipped. 57 will be skipped. 63 will be skipped. 69 will be skipped. 75 will be skipped. 81 will be skipped.
|
/Zephyr-latest/subsys/net/ip/ |
D | ipv6_mld.c | 47 size_t skipped; member 170 info->skipped++; in append_mcast_routes() 346 info.skipped = 0; in send_mld_report() 358 if (info.skipped) { in send_mld_report() 365 count -= info.skipped; in send_mld_report() 372 net_pkt_remove_tail(pkt, info.skipped * sizeof(struct net_icmpv6_mld_mcast_record)); in send_mld_report()
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/ |
D | plugin_test.py | 59 result.assert_outcomes(passed=1, failed=0, errors=0, skipped=0)
|
/Zephyr-latest/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-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_sync_iso.c | 605 uint8_t skipped; in isr_rx() local 788 skipped = 0U; in isr_rx() 816 skipped++; in isr_rx() 836 skipped++; in isr_rx() 882 skipped++; in isr_rx() 899 skipped += (lll->irc - lll->irc_curr) * lll->bn; in isr_rx() 964 skipped = (bis_idx_new - bis_idx) * in isr_rx() 978 skipped = ((bis_idx_new - bis_idx) * in isr_rx() 1217 } else if (!skipped) { in isr_rx() 1237 skipped -= (bis_idx_new - bis_idx_old) * in isr_rx() [all …]
|
/Zephyr-latest/doc/develop/test/ |
D | twister_statuses.rst | 85 - skipped 86 - Test was skipped by some other reason than previously delineated. 215 Whole Suite has been skipped at runtime. All Cases need to have ``SKIP`` status as well.
|
D | ztest.rst | 148 In this example, the above tests should be marked as failed and skipped respectively. Instead, 309 level, i.e. if test cases have passed or failed or if they were blocked or skipped. 323 report them as being skipped. Because the test inventory and 326 to be skipped for a certain platform or feature need to explicitly 400 as passed, failed, blocked, or skipped. Reporting on only the
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.nrf | 89 be skipped if temperature change (compared to measurement of previous 99 Calibration is skipped when temperature change since last calibration 118 skipped calibrations.
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 163 skipped = 0 202 skipped += 1
|
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx9/ |
D | npcx9-alts-map.dtsi | 64 * Note: DEVALT I is skipped in the datasheet, the offset of
|
/Zephyr-latest/boards/openisa/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-latest/dts/arm/nuvoton/npcx/npcx4/ |
D | npcx4-alts-map.dtsi | 96 * Note: DEVALT I is skipped in the datasheet, the offset of
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/standard/ |
D | README.rst | 49 not present, it will just be skipped.
|
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 104 Test Case skipped as Optional PS APIs not are supported.
|
/Zephyr-latest/scripts/tests/twister/pytest_integration/ |
D | test_harness_pytest.py | 241 result.assert_outcomes(skipped=2)
|
/Zephyr-latest/subsys/testsuite/ztest/ |
D | Kconfig | 213 that while tests will still be marked as skipped on failed zassume calls, the final test 215 that skipped with the ZTEST_EXPECT_SKIP annotation.
|
/Zephyr-latest/tests/unit/util/ |
D | main.c | 174 IF_ENABLED(test_IF_ENABLED_FLAG_A, (goto skipped;)) in ZTEST() 177 skipped: in ZTEST()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | reports.py | 168 errors="0", skipped="0") 243 errors="0", skipped="0")
|
D | harness.py | 1116 elif suite.skipped and suite.skipped > 0:
|
D | testplan.py | 330 skipped = {k : v for k,v in self.instances.items() if v.status == TwisterStatus.SKIP} 336 self.instances.update(skipped)
|
D | runner.py | 355 def skipped(self): member in ExecutionCounter 359 @skipped.setter 360 def skipped(self, value): member in ExecutionCounter
|
/Zephyr-latest/arch/arm64/core/ |
D | Kconfig | 175 then that core will be skipped and the next core in the device tree
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 467 struct k_fifo skipped; in get_first_buf_matching_chan() local 472 k_fifo_init(&skipped); in get_first_buf_matching_chan() 480 k_fifo_put(&skipped, buf); in get_first_buf_matching_chan() 486 while ((buf = k_fifo_get(&skipped, K_NO_WAIT))) { in get_first_buf_matching_chan() 490 __ASSERT_NO_MSG(k_fifo_is_empty(&skipped)); in get_first_buf_matching_chan()
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i3c.rst | 119 * This step can be skipped if there is no connected devices
|