Home
last modified time | relevance | path

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

12

/Zephyr-latest/tests/drivers/i2s/i2s_speed/
DKconfig45 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/
Dipv6_mld.c47 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/
Dplugin_test.py59 result.assert_outcomes(passed=1, failed=0, errors=0, skipped=0)
/Zephyr-latest/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-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync_iso.c605 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/
Dtwister_statuses.rst85 - 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.
Dztest.rst148 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/
DKconfig.nrf89 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/
Dpack_as_twister.py163 skipped = 0
202 skipped += 1
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx9/
Dnpcx9-alts-map.dtsi64 * Note: DEVALT I is skipped in the datasheet, the offset of
/Zephyr-latest/boards/openisa/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-latest/dts/arm/nuvoton/npcx/npcx4/
Dnpcx4-alts-map.dtsi96 * Note: DEVALT I is skipped in the datasheet, the offset of
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/standard/
DREADME.rst49 not present, it will just be skipped.
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/
DREADME.rst104 Test Case skipped as Optional PS APIs not are supported.
/Zephyr-latest/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py241 result.assert_outcomes(skipped=2)
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig213 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/
Dmain.c174 IF_ENABLED(test_IF_ENABLED_FLAG_A, (goto skipped;)) in ZTEST()
177 skipped: in ZTEST()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py168 errors="0", skipped="0")
243 errors="0", skipped="0")
Dharness.py1116 elif suite.skipped and suite.skipped > 0:
Dtestplan.py330 skipped = {k : v for k,v in self.instances.items() if v.status == TwisterStatus.SKIP}
336 self.instances.update(skipped)
Drunner.py355 def skipped(self): member in ExecutionCounter
359 @skipped.setter
360 def skipped(self, value): member in ExecutionCounter
/Zephyr-latest/arch/arm64/core/
DKconfig175 then that core will be skipped and the next core in the device tree
/Zephyr-latest/subsys/bluetooth/host/
Datt.c467 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/
Di3c.rst119 * This step can be skipped if there is no connected devices

12