Home
last modified time | relevance | path

Searched refs:fail (Results 76 – 100 of 191) sorted by relevance

12345678

/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig.radio11 If wrongly set, it will silently fail.
/Zephyr-latest/tests/boards/espressif/rtc_clk/
DREADME.rst79 SUITE PASS - 100.00% [rtc_clk]: pass = 4, fail = 0, skip = 0, total = 4 duration = 17.668 seconds
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/
DREADME.txt40 or the controller driver has bugs, the test will fail one or more I2C
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig97 Use the pre-defined common assert fail handler and a post hook to
133 This rule will fail the project if not all tests have been run.
212 When enabled, the test binary will fail at the end if an assumption failed. This means
/Zephyr-latest/drivers/watchdog/
DKconfig.nxp_fs2660 mode and this driver is enabled, it will fail to initialize.
/Zephyr-latest/drivers/modem/
DKconfig.quectel-bg9x63 response, the init will fail with timeout.
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c3085 goto fail; in bt_bap_unicast_group_add_streams()
3092 goto fail; in bt_bap_unicast_group_add_streams()
3097 fail: in bt_bap_unicast_group_add_streams()
3661 goto fail; in unicast_client_ase_read_func()
3676 goto fail; in unicast_client_ase_read_func()
3692 goto fail; in unicast_client_ase_read_func()
3704 goto fail; in unicast_client_ase_read_func()
3711 goto fail; in unicast_client_ase_read_func()
3721 goto fail; in unicast_client_ase_read_func()
3726 fail: in unicast_client_ase_read_func()
[all …]
Dpacs.c150 goto fail; in build_pac_records()
159 goto fail; in build_pac_records()
166 goto fail; in build_pac_records()
176 fail: in build_pac_records()
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py177 fail = Failure(msg or f'{type(self).name} issues', type_)
178 self._result(fail, text)
188 fail = FmtdFailure(severity, title, file, line, col, desc, end_line, end_col)
189 self._result(fail, fail.text)
190 self.fmtd_failures.append(fail)
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.pd137 support of "fail-safe/fail-secure" operating modes.
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst475 to fail early in :c:func:`can_send` if in :c:macro:`CAN_STATE_BUS_OFF`.
793 and device runtime power management operations will fail.
870 * :github:`42816` - samples: Bluetooth: df: DF samples build fail
876 * :github:`42746` - echo_server and echo_client sample code builds fail for native_posix_64
982 * :github:`41862` - tests: kernel: fail to download firmware to ADSP on Up Xtreme
1010 * :github:`41623` - esp32: fail to build sample/hello_world with west
1029 * :github:`41426` - ARMCLANG build fail
1042 * :github:`41331` - tests: drivers: disk: fail to handle no SD card situation
1057 * :github:`41153` - rt i2s build fail
1093 * :github:`40873` - qemu_cortex_r5: fail to handle user_string_alloc_copy() with null parameter
[all …]
Drelease-notes-1.7.rst314 * ``ZEP-1442`` - Samples/net/dhcpv4_client: Build fail as No rule to make target prj\_.conf
315 * ``ZEP-1443`` - Samples/net/zperf: Build fail as net_private.h can not be found
316 * ``ZEP-1448`` - Samples/net/mbedtls_sslclient:Build fail as net/ip_buf.h can not be found
341 * ``ZEP-1514`` - samples/bluetooth/ipsp build fail: net/ip_buf.h No such file or directory
370 * ``ZEP-1574`` - Samples/net/dhcpv4_client: Build fail as undefined reference to net_mgmt_add_event…
418 * ``ZEP-1707`` - [PTS] 7 SM/MAS cases fail
Drelease-notes-3.1.rst1200 - :github:`43655` - esp32c3: Connection fail loop
1201 - :github:`43811` - ble: gatt: db_hash_work runs for too long and makes serial communication fail
1257 - :github:`45914` - test: tests/kernel/usage/thread_runtime_stats/ test fail
1394 * :github:`45458` - it8xxx2_evb: tests/drivers/pwm/pwm_api assertion fail
1475 * :github:`44887` - it8xxx2_evb: tests/kernel/sched/schedule_api/ assertion fail
1482 * :github:`44856` - Various kernel timing-related tests fail on hifive1 board
1498 * :github:`44731` - mec172xevb_assy6906: test/drivers/adc/adc_api test case build fail
1531 * :github:`44530` - xtensa xcc build usb stack fail (newlib)
1584 * :github:`44215` - tests: subsys: cpp: over half of tests failing on macOS but do not fail on Linux
1633 * :github:`43867` - mec172xevb_assy6906: tests/drivers/pwm/pwm_api test case build fail.
[all …]
/Zephyr-latest/doc/develop/test/
Dztest.rst125 Some tests were made to be broken. In cases where the test is expected to fail or skip due to the
137 /** This will fail the test */
328 it needs to report either a pass or fail. For example:
484 These macros will instantly fail the test if the related assertion fails.
504 These macros will continue test execution if the related expectation fails and subsequently fail the
510 For example, if the following expectations fail:
/Zephyr-latest/subsys/net/ip/
Dnet_pkt.c906 pkt->alloc_stats->fail.count++; \
907 if (pkt->alloc_stats->fail.count == 0) { \
908 pkt->alloc_stats->fail.alloc_sum = 0ULL; \
909 pkt->alloc_stats->fail.time_sum = 0ULL; \
911 pkt->alloc_stats->fail.alloc_sum += (uint64_t)alloc_size;\
912 pkt->alloc_stats->fail.time_sum += (uint64_t)(k_cycle_get_32() - start); \
915 pkt->alloc_stats->fail.count; \
/Zephyr-latest/soc/nordic/nrf52/
DKconfig85 clock so if clock is initiated in certain window, the clock may also fail
/Zephyr-latest/doc/kernel/services/data_passing/
Dpipes.rst32 satisfied, then the operation will either fail immediately or attempt to send
39 will either fail immediately or attempt to receive as many bytes as possible
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c536 goto fail; in gptp_prepare_announce()
566 goto fail; in gptp_prepare_announce()
573 fail: in gptp_prepare_announce()
/Zephyr-latest/tests/net/dhcpv6/src/
Dmain.c156 goto fail; in test_dhcpv6_create_message()
162 goto fail; in test_dhcpv6_create_message()
166 goto fail; in test_dhcpv6_create_message()
175 fail: in test_dhcpv6_create_message()
/Zephyr-latest/boards/mikroe/mini_m4_for_stm32/doc/
Dmikroe_mini_m4_for_stm32.rst100 When you flash, it will fail with the message:
/Zephyr-latest/boards/mikroe/clicker_2/doc/
Dmikroe_clicker_2.rst70 When you flash, it will fail with the message:
/Zephyr-latest/kernel/
DKconfig.vm93 it will fail. And any attempt across the boundary of the virtual
94 memory space will fail.
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c614 goto fail; in l2cap_le_encrypt_change()
642 goto fail; in l2cap_le_encrypt_change()
646 fail: in l2cap_le_encrypt_change()
2857 goto fail; in l2cap_le_connect()
2868 goto fail; in l2cap_le_connect()
2873 fail: in l2cap_le_connect()
2922 goto fail; in bt_l2cap_ecred_chan_connect()
2927 fail: in bt_l2cap_ecred_chan_connect()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c1110 goto fail; in zsock_recv_dgram()
1120 goto fail; in zsock_recv_dgram()
1133 goto fail; in zsock_recv_dgram()
1162 goto fail; in zsock_recv_dgram()
1187 goto fail; in zsock_recv_dgram()
1234 fail: in zsock_recv_dgram()
/Zephyr-latest/drivers/spi/
DKconfig.nrfx105 will fail.

12345678