Home
last modified time | relevance | path

Searched refs:fail (Results 26 – 50 of 191) sorted by relevance

12345678

/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4.c298 goto fail; in dhcpv4_create_message()
324 goto fail; in dhcpv4_create_message()
331 goto fail; in dhcpv4_create_message()
338 goto fail; in dhcpv4_create_message()
342 goto fail; in dhcpv4_create_message()
348 goto fail; in dhcpv4_create_message()
355 goto fail; in dhcpv4_create_message()
360 goto fail; in dhcpv4_create_message()
369 fail: in dhcpv4_create_message()
558 goto fail; in dhcpv4_send_request()
[all …]
/Zephyr-latest/subsys/testsuite/boards/unit_testing/unit_testing/
Dunit_testing_defconfig10 # unit testing only build a fraction of code, and hence assert may fail linking.
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest_mock.c324 int fail = 0; in z_cleanup_mock() local
329 fail = 1; in z_cleanup_mock()
333 fail = 2; in z_cleanup_mock()
342 return fail; in z_cleanup_mock()
Dztest.c804 int fail = 0; in z_ztest_run_test_suite_ptr() local
868 fail++; in z_ztest_run_test_suite_ptr()
872 if ((fail && FAIL_FAST) || test_status == ZTEST_STATUS_CRITICAL_ERROR) { in z_ztest_run_test_suite_ptr()
890 fail++; in z_ztest_run_test_suite_ptr()
894 if ((fail && FAIL_FAST) || test_status == ZTEST_STATUS_CRITICAL_ERROR) { in z_ztest_run_test_suite_ptr()
899 if (test_status == ZTEST_STATUS_OK && fail != 0) { in z_ztest_run_test_suite_ptr()
904 TC_SUITE_END(suite->name, (fail > 0 ? TC_FAIL : TC_PASS)); in z_ztest_run_test_suite_ptr()
910 return fail; in z_ztest_run_test_suite_ptr()
1075 int fail = z_ztest_run_test_suite_ptr(ptr, shuffle, in __ztest_run_test_suite() local
1080 stats->fail_count += (fail != 0) ? 1 : 0; in __ztest_run_test_suite()
/Zephyr-latest/subsys/usb/device/class/
Dmsc.c295 static void fail(void) in fail() function
489 fail(); in memoryRead()
529 fail(); in infoTransfer()
555 fail(); in infoTransfer()
580 fail(); in CBWDecode()
675 fail(); in CBWDecode()
688 fail(); in memoryVerify()
731 fail(); in memoryWrite()
/Zephyr-latest/tests/net/udp/src/
Dmain.c54 static bool fail = true; variable
168 fail = true; in test_ok()
175 fail = false; in test_ok()
194 fail = true; in test_fail()
277 return !fail; in send_ipv6_udp_msg()
345 return !fail; in send_ipv6_udp_long_msg()
394 return !fail; in send_ipv4_udp_msg()
657 zassert_false(fail, "Tests failed"); in ZTEST()
/Zephyr-latest/soc/andestech/ae350/common_linker/
Dram_start_nonzero.ld11 * 0x0, but treat as NULL fail.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/src/
Dos_mgmt.c661 goto fail; in os_mgmt_info()
686 goto fail; in os_mgmt_info()
705 goto fail; in os_mgmt_info()
719 goto fail; in os_mgmt_info()
735 goto fail; in os_mgmt_info()
750 goto fail; in os_mgmt_info()
764 goto fail; in os_mgmt_info()
780 goto fail; in os_mgmt_info()
797 goto fail; in os_mgmt_info()
828 fail: in os_mgmt_info()
/Zephyr-latest/doc/services/crypto/
Dpsa_crypto.rst102 that can fail have the return type ``psa_status_t``. A few functions
103 cannot fail, and thus, return void or some other type.
112 to access the cryptography processing environment might fail due
117 accelerator might fail, even when the application processor keeps
120 * Most functions might fail due to a lack of resources. However,
124 * All functions that access persistent keys might fail due to a
127 * All functions that require randomness might fail due to a lack of
132 fail.
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/
Dll.set1.llcp.test_list30 #LL/CON/CEN/BI-06-C # This test implementation is not valid, and will fail with refactored LLCP
43 #LL/CON/CEN/BV-26-C # This test case is not valid, and will fail with refactored LLCP
55 #LL/CON/PER/BI-08-C # This test implementation is not valid, and will fail with refactored LLCP
Dgap.llcp.test_list29 #GAP/CONN/CPUP/BV-03-C # This test implementation is not valid, and will fail with refactored LLCP
31 #GAP/CONN/CPUP/BV-05-C # This test implementation is not valid, and will fail with refactored LLCP
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_service.c181 goto fail; in socket_service_thread()
200 goto fail; in socket_service_thread()
274 fail: in socket_service_thread()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_ws.c121 goto fail; in line_out()
128 fail: in line_out()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c834 goto fail; in handle_response()
842 goto fail; in handle_response()
853 goto fail; in handle_response()
864 goto fail; in handle_response()
879 goto fail; in handle_response()
956 goto fail; in handle_response()
971 goto fail; in handle_response()
979 goto fail; in handle_response()
988 goto fail; in handle_response()
993 fail: in handle_response()
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/src/
Divshmem.c219 goto fail; in user_entry()
223 fail: in user_entry()
/Zephyr-latest/tests/drivers/disk/disk_access/
DREADME.txt11 tests are sufficiently large, and will fail if they are not (in which case
18 the driver does not reject this read request the tests will fail. Following
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/
Dconftest.py27 pytest.fail('Environmental variable ZEPHYR_BASE has to be set.')
/Zephyr-latest/subsys/net/ip/
Dipv4_fragment.c446 goto fail; in send_ipv4_fragment()
454 goto fail; in send_ipv4_fragment()
471 goto fail; in send_ipv4_fragment()
501 goto fail; in send_ipv4_fragment()
511 fail: in send_ipv4_fragment()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c262 goto fail; in connect()
280 goto fail; in connect()
287 goto fail; in connect()
290 goto fail; in connect()
294 goto fail; in connect()
302 fail: in connect()
/Zephyr-latest/tests/arch/arm/arm_custom_interrupt/
DREADME.txt28 SUITE PASS - 100.00% [arm_custom_interrupt]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.0…
/Zephyr-latest/tests/drivers/can/host/pytest/
Dconftest.py51 pytest.fail('zephyr,canbus chosen device not found or not ready')
/Zephyr-latest/drivers/gpio/
Dgpio_mcp23xxx.c419 goto fail; in mcp23xxx_work_handler()
432 goto fail; in mcp23xxx_work_handler()
441 goto fail; in mcp23xxx_work_handler()
454 fail: in mcp23xxx_work_handler()
/Zephyr-latest/samples/net/sockets/websocket_client/src/
Dmain.c82 goto fail; in setup_socket()
92 goto fail; in setup_socket()
106 fail: in setup_socket()
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/
DREADME.txt15 will fail with an error like this:
/Zephyr-latest/tests/ztest/error_hook/
DREADME.txt1 Title: A common fatal error and assert fail handler
40 (b) Usage for dealing with assert fail:
60 This test verifies if the common fatal error and assert fail handler works.
64 - To call a function then giving the condition to trigger the assert fail,
79 an assert fail then catch it.

12345678