/Zephyr-latest/tests/ztest/fail/core/src/ |
D | main.cpp | 17 ZTEST_SUITE(fail, nullptr, nullptr, nullptr, fail_after, fail_teardown); 19 ZTEST(fail, test_framework) {} in ZTEST() argument
|
D | unexpected_assume.cpp | 13 ZTEST(fail, test_unexpected_assume) in ZTEST() argument
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/blob_mdls/ |
D | blob_cli_no_rsp_block.sh | 10 blob_srv_fail_on_block_get -- -argstest msg-fail-type=0 16 blob_srv_fail_on_block_get -- -argstest msg-fail-type=0
|
D | blob_cli_no_rsp_xfer.sh | 10 blob_srv_fail_on_xfer_get -- -argstest msg-fail-type=1 16 blob_srv_fail_on_xfer_get -- -argstest msg-fail-type=1
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/ |
D | dfu_mixed_fail.sh | 11 fail-confirm=1 16 fail-confirm=1
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | mem.c | 169 if (stats->fail.count) { in cmd_net_mem() 170 PR("%p\tFAIL\t%u\t%llu\t\t%llu\n", stats->slab, stats->fail.count, in cmd_net_mem() 171 stats->fail.alloc_sum / (uint64_t)stats->fail.count, in cmd_net_mem() 172 k_cyc_to_us_ceil64(stats->fail.time_sum / in cmd_net_mem() 173 (uint64_t)stats->fail.count)); in cmd_net_mem()
|
/Zephyr-latest/tests/boards/espressif/wifi/ |
D | Kconfig | 46 If connection is not successful after all attempts, test will fail. 53 If timeout happens in all attempts, test will fail. 60 If scan doesn't complete within this time, test will fail. 67 If connection is not established within this time, test will fail. 74 If disconnect doesn't complete within this time, test will fail. 81 If no reply is received within this time, test will fail.
|
/Zephyr-latest/tests/net/dhcpv4/client/src/ |
D | main.c | 289 goto fail; in prepare_dhcp_offer() 293 goto fail; in prepare_dhcp_offer() 298 goto fail; in prepare_dhcp_offer() 302 goto fail; in prepare_dhcp_offer() 311 fail: in prepare_dhcp_offer() 330 goto fail; in prepare_dhcp_ack() 334 goto fail; in prepare_dhcp_ack() 339 goto fail; in prepare_dhcp_ack() 343 goto fail; in prepare_dhcp_ack() 352 fail: in prepare_dhcp_ack()
|
/Zephyr-latest/scripts/checkpatch/ |
D | maintainer-checkpatch.bash | 43 function fail { function 75 *) fail ;; 80 fail
|
D | timestamp | 31 function fail { function 46 *) fail ;;
|
D | check_known_checkpatch_issues.sh | 28 function fail { function 53 *) fail ;;
|
/Zephyr-latest/tests/net/icmpv4/src/ |
D | main.c | 327 goto fail; in prepare_echo_request() 335 fail: in prepare_echo_request() 352 goto fail; in prepare_echo_reply() 360 fail: in prepare_echo_reply() 378 goto fail; in prepare_echo_request_with_options() 386 fail: in prepare_echo_request_with_options() 405 goto fail; in prepare_echo_request_with_bad_options() 413 fail: in prepare_echo_request_with_bad_options()
|
/Zephyr-latest/tests/ztest/fail/src/ |
D | main.cpp | 11 ZTEST_SUITE(fail, nullptr, nullptr, nullptr, nullptr, nullptr); 13 ZTEST(fail, test_framework) in ZTEST() argument
|
/Zephyr-latest/subsys/net/ip/ |
D | ipv6_fragment.c | 78 goto fail; in net_ipv6_find_last_ext_hdr() 89 goto fail; in net_ipv6_find_last_ext_hdr() 95 goto fail; in net_ipv6_find_last_ext_hdr() 101 goto fail; in net_ipv6_find_last_ext_hdr() 109 goto fail; in net_ipv6_find_last_ext_hdr() 119 fail: in net_ipv6_find_last_ext_hdr() 620 goto fail; in send_ipv6_fragment() 631 goto fail; in send_ipv6_fragment() 642 goto fail; in send_ipv6_fragment() 655 goto fail; in send_ipv6_fragment() [all …]
|
/Zephyr-latest/tests/boards/espressif/ethernet/ |
D | Kconfig | 13 If no address is assigned within this time, test will fail. 20 If no reply is received within this time, test will fail.
|
/Zephyr-latest/tests/net/tcp/src/ |
D | main.c | 269 goto fail; in tester_prepare_tcp_pkt() 274 goto fail; in tester_prepare_tcp_pkt() 279 goto fail; in tester_prepare_tcp_pkt() 303 goto fail; in tester_prepare_tcp_pkt() 310 goto fail; in tester_prepare_tcp_pkt() 317 goto fail; in tester_prepare_tcp_pkt() 328 goto fail; in tester_prepare_tcp_pkt() 332 goto fail; in tester_prepare_tcp_pkt() 336 fail: in tester_prepare_tcp_pkt() 414 goto fail; in read_tcp_header() [all …]
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | capture.c | 297 goto fail; in net_capture_setup() 304 goto fail; in net_capture_setup() 311 goto fail; in net_capture_setup() 335 goto fail; in net_capture_setup() 341 goto fail; in net_capture_setup() 361 goto fail; in net_capture_setup() 369 goto fail; in net_capture_setup() 379 goto fail; in net_capture_setup() 386 goto fail; in net_capture_setup() 393 goto fail; in net_capture_setup() [all …]
|
/Zephyr-latest/tests/kernel/timer/starve/ |
D | README.txt | 12 minutes, hours, or days to fail, depending on the hardware clock rate 22 difference between the current and last-recorded counter value will fail 26 Systems that use a 32-bit counter of 80 MHz ticks would fail after
|
/Zephyr-latest/tests/net/ieee802154/l2/src/ |
D | ieee802154_shell_test.c | 249 goto fail; in ZTEST() 259 goto fail; in ZTEST() 267 fail: in ZTEST() 292 goto fail; in ZTEST() 304 goto fail; in ZTEST() 313 fail: in ZTEST() 392 goto fail; in ZTEST() 409 goto fail; in ZTEST() 436 fail: in ZTEST()
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_bitbang.c | 203 goto fail; in mipi_dbi_bitbang_init() 216 goto fail; in mipi_dbi_bitbang_init() 229 goto fail; in mipi_dbi_bitbang_init() 237 goto fail; in mipi_dbi_bitbang_init() 246 goto fail; in mipi_dbi_bitbang_init() 273 fail: in mipi_dbi_bitbang_init()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | has_client.c | 469 goto fail; in active_index_read_cb() 477 goto fail; in active_index_read_cb() 482 fail: in active_index_read_cb() 518 goto fail; in control_point_subscribe_cb() 524 goto fail; in control_point_subscribe_cb() 529 fail: in control_point_subscribe_cb() 633 goto fail; in features_read_cb() 647 goto fail; in features_read_cb() 652 fail: in features_read_cb() 685 goto fail; in features_subscribe_cb() [all …]
|
/Zephyr-latest/tests/ztest/fail/ |
D | README.rst | 12 binary which is expected to fail by calling one of the following: 19 The binary by itself, when executed, will fail to run and return a code of ``1``. The main test
|
D | Kconfig | 32 default "ERROR: cannot fail in test phase 'after()', bailing" if ZTEST_FAIL_TEST_ASSERT_AFTER 33 default "ERROR: cannot fail in test phase 'teardown()', bailing" if ZTEST_FAIL_TEST_ASSERT_TEARDOWN
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets.c | 406 goto fail; in z_vrfy_zsock_sendmsg() 415 goto fail; in z_vrfy_zsock_sendmsg() 426 goto fail; in z_vrfy_zsock_sendmsg() 435 goto fail; in z_vrfy_zsock_sendmsg() 453 fail: in z_vrfy_zsock_sendmsg() 572 goto fail; in z_vrfy_zsock_recvmsg() 593 goto fail; in z_vrfy_zsock_recvmsg() 602 goto fail; in z_vrfy_zsock_recvmsg() 609 goto fail; in z_vrfy_zsock_recvmsg() 616 goto fail; in z_vrfy_zsock_recvmsg() [all …]
|
/Zephyr-latest/tests/drivers/can/host/pytest/ |
D | test_can.py | 65 pytest.fail('no message received') 69 pytest.fail(f'rx message "{rx}" not equal to tx message "{tx}"')
|