Home
last modified time | relevance | path

Searched full:fails (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_scan_own_addr/src/
Dtest_suite_invalid_inputs.c40 * bt_id_set_private_addr() is called to generate a NRPA, but execution fails
46 * - bt_id_set_private_addr() fails and returns a negative error
49 * - bt_id_set_scan_own_addr() fails and returns the same error code returned by
70 * 'BT_ADDR_LE_RANDOM', set_random_address() is called, but execution fails and a negative error
77 * - set_random_address() fails and returns a negative error
80 * - bt_id_set_scan_own_addr() fails and returns the same error code returned by
103 * bt_id_set_private_addr() is called with 'BT_ID_DEFAULT' as the ID, but it fails and returns
108 * - bt_id_set_private_addr() fails and returns a negative error
111 * - bt_id_set_scan_own_addr() fails and returns the same error code returned by
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h266 * @param ... Optional message and variables to print if the assertion fails
273 * @param ... Optional message and variables to print if the assertion fails
280 * @param ... Optional message and variables to print if the assertion fails
287 * @param ... Optional message and variables to print if the assertion fails
294 * @param ... Optional message and variables to print if the assertion fails
301 * @param ... Optional message and variables to print if the assertion fails
308 * @param ... Optional message and variables to print if the assertion fails
319 * @param ... Optional message and variables to print if the assertion fails
330 * @param ... Optional message and variables to print if the assertion fails
341 * @param ... Optional message and variables to print if the assertion fails
[all …]
/Zephyr-latest/tests/bluetooth/host/crypto/bt_rand/src/
Dtest_suite_invalid_inputs.c54 * Test bt_rand() fails when bt_hci_le_rand() fails while 'CONFIG_BT_HOST_CRYPTO_PRNG'
59 * - bt_hci_le_rand() fails and returns a negative error code.
83 * Test bt_rand() fails when psa_generate_random() fails on the first call while
88 * - psa_generate_random() fails and returns '-EIO' on the first call.
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_private_addr/src/
Dtest_suite_invalid_cases.c38 * Test setting private address, while CONFIG_BT_PRIVACY isn't enabled, but bt_rand() fails
42 * - bt_rand() fails and returns a negative error code (failure)
62 * Test setting private address, while CONFIG_BT_PRIVACY is enabled, but bt_rpa_create() fails
66 * - bt_rpa_create() fails and returns a negative error code (failure)
94 * Test setting private address, but set_random_address() fails
99 * - set_random_address() fails and returns a negative error code (failure)
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_create_conn_own_addr/src/
Dtest_suite_invalid_inputs.c40 * is called, but execution fails and it returns an error.
45 * - set_random_address() fails and returns a negative error
48 * - bt_id_set_create_conn_own_addr() fails and returns the same error code returned by
73 * bt_id_set_private_addr() is called with 'BT_ID_DEFAULT' as the ID, but it fails and returns
78 * - bt_id_set_private_addr() fails and returns a negative error
81 * - bt_id_set_create_conn_own_addr() fails and returns the same error code returned by
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_private_addr/src/
Dtest_suite_invalid_cases.c39 * Test setting advertise private random address with a valid reference, but bt_rand() fails
43 * - bt_rand() fails and returns a negative error code (failure)
71 * Test setting advertise private random address with a valid reference, but bt_rand() fails
75 * - bt_id_set_adv_random_addr() fails and returns a negative error code (failure)
98 * 'CONFIG_BT_PRIVACY' and 'CONFIG_BT_EXT_ADV' are enabled, but bt_rpa_create() fails
102 * - bt_rpa_create() fails and returns a negative error code (failure)
138 * 'CONFIG_BT_PRIVACY' and 'CONFIG_BT_EXT_ADV' are enabled, but bt_id_set_adv_random_addr() fails
144 * - bt_id_set_adv_random_addr() fails and returns a negative error code (failure)
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_be/src/
Dtest_suite_invalid_inputs.c75 * Test bt_encrypt_le() fails when tc_aes128_set_encrypt_key() fails
78 * - psa_import_key() fails and returns 'PSA_ERROR_GENERIC_ERROR'.
98 * Test bt_encrypt_le() fails when tc_aes_encrypt() fails
102 * - psa_cipher_encrypt() fails and returns 'PSA_ERROR_GENERIC_ERROR'.
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_le/src/
Dtest_suite_invalid_inputs.c75 * Test bt_encrypt_le() fails when tc_aes128_set_encrypt_key() fails
78 * - tc_aes128_set_encrypt_key() fails and returns 'TC_CRYPTO_FAIL'.
98 * Test bt_encrypt_le() fails when tc_aes_encrypt() fails
102 * - psa_cipher_encrypt() fails and returns '-EINVAL'.
/Zephyr-latest/tests/kernel/tickless/tickless_concept/
Dtestcase.yaml4 # FIXME: This test fails sporadically on all QEMU platforms, but fails
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_own_addr/src/
Dtest_suite_invalid_inputs.c87 * Operation fails if bt_id_set_adv_private_addr() failed and a negative error code is returned.
93 * - bt_id_set_adv_private_addr() fails and returns a negative error code (failure)
119 * Operation fails if bt_id_set_adv_random_addr() failed and a negative error code is returned.
124 * - bt_id_set_adv_random_addr() fails and returns a negative error code (failure)
158 * Operation fails if bt_id_set_adv_random_addr() failed and a negative error code is returned.
163 * - bt_id_set_adv_random_addr() fails and returns a negative error code (failure)
192 * Operation fails if bt_id_set_adv_private_addr() failed and a negative error code is returned.
197 * - bt_id_set_adv_private_addr() fails and returns a negative error code (failure)
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/
Dll.set2.llcp.test_list32 #LL/DDI/ADV/BV-27-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/53137
34 #LL/DDI/ADV/BV-45-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/53137
35 #LL/DDI/ADV/BV-47-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/53137
36 #LL/DDI/ADV/BV-49-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/53137
37 #LL/DDI/ADV/BV-52-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/53137
/Zephyr-latest/modules/segger/
DKconfig33 alignment of 16 bytes is chosen because PyOCD fails to discover blocks
125 bool "RTT Initialization done if full check on Control Block ID fails"
128 bool "RTT Initialization done if partial check on Control Block ID fails"
/Zephyr-latest/tests/bluetooth/host/id/bt_lookup_id_addr/src/
Dtest_suite_bt_lookup_id_addr_invalid_inputs.c27 * - An assertion fails and execution stops
45 * - An assertion fails and execution stops
/Zephyr-latest/include/zephyr/drivers/gpio/
Dgpio_sx1509b.h31 * @retval -EIO if I2C fails.
44 * @retval -EIO if I2C fails.
/Zephyr-latest/drivers/ethernet/phy/
DKconfig.dm880636 It had been observed that the network randomly fails when
72 fails during read or write. After this numbers of repetition, the reading
/Zephyr-latest/samples/net/ipv4_autoconf/boards/
Dsam_e70_xplained_same70q21.conf1 # sam_e70_xplained/same70q21 board need more buffers, otherwise it fails to build
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst878 * :github:`42693` - Bluetooth: DF connectionless TX sample fails to build if CONFIG_BT_CTLR_DF_SCAN…
879 * :github:`42690` - sample.bootloader.mcuboot.serial_recovery fails to compile
885 * :github:`42608` - bsim_test_mesh: pb_adv_reprovision.sh fails after commit to prevent multiple ar…
926 * :github:`42208` - tests/subsys/logging/log_api/ fails qemu_leon3 if ptr_in_rodata() is enabled fo…
944 * :github:`42147` - hts221 driver fails to build
950 * :github:`42106` - AARCH64 stack initialisation fails with newlib for qemu_cortex_a53
975 * :github:`41915` - regression: Build fails after switching logging to V2
979 * :github:`41879` - new ztest api fails when user space is enabled
1001 * :github:`41691` - Tickless Kernel on STM32H7 fails with Exception
1013 * :github:`41581` - STM32 subghzspi fails pinctrl setup
[all …]
Drelease-notes-1.13.rst303 * :github:`9723` - tests/drivers/adc/adc_api/ fails on sam_e70_xplained
307 * :github:`9684` - tests/posix/ fails on sam_e70_xplained
308 …l/mem_protect/mem_protect, tests/kernel/alert, tests/kernel/mem_pool test fails on sam_e70_xplaine…
309 * :github:`9682` - tests/kernel/init: kernel.common.init.verify_bootdelay fails on sam_e70_xplained
341 * :github:`9611` - tests/kernel/sched/schedule_api/testcase.yaml#kernel.sched.slice_reset fails on …
342 … - tests/kernel/mem_protect/stack_random: kernel.memory_protection.stack_random fails on emsk7d_v22
355 …s/kernel/sched/schedule_api/testcase.yaml#kernel.sched.unlock_preemptible fails on nrf52840_pca100…
362 * :github:`9468` - tests/kernel/mem_pool/mem_pool_concept/testcase.yaml#kernel.memory_pool fails on…
363 * :github:`9466` - tests/kernel/context/testcase.yaml#kernel.common.k_sleep fails on nrf52_pca10040…
368 * :github:`9459` - tests/posix/timer fails on nRF51/52
[all …]
Drelease-notes-2.5.rst978 * :github:`32095` - guiconfig search fails
985 * :github:`32046` - LMP90xxx ADC driver fails to initialise more than one instance
995 * :github:`31996` - tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_iso fails to build on …
1000 * :github:`31952` - Linking fails with latest master on ARM64 platform
1022 * :github:`31822` - tests: drivers: timer: Test drivers.timer.nrf_rtc_timer.stress fails on nrf52 p…
1025 * :github:`31800` - west build; west build --board=qemu_x86 fails with "unknown BOARD"
1038 * :github:`31727` - system_off fails to go into soft_off (deep sleep) state on cc1352r1_launchxl
1040 * :github:`31721` - tests: nrf: posix: portability.posix.common.tls.newlib fails on nrf9160dk_nrf91…
1041 * :github:`31704` - tests/bluetooth/init/bluetooth.init.test_ctlr_tiny Fails to build on nrf52dk_nr…
1085 * :github:`31631` - x86: ehl_crb_sbl: Booting fails with Slim Bootloader
[all …]
/Zephyr-latest/tests/drivers/coredump/coredump_api/src/
Dmain.c89 /* Verify register callback fails for COREDUMP_TYPE_MEMCPY type device */ in ZTEST()
93 /* Verify unregister fails for memory that was never registered */ in ZTEST()
110 /* Verify register memory region fails for COREDUMP_TYPE_CALLBACK type device */ in ZTEST()
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_addr/src/
Dtest_suite_full_list_invalid_values.c68 * - An assertion fails at find_key_in_use() and execution stops
97 * - An assertion fails at find_key_in_use() and execution stops
125 * - An assertion fails and execution stops
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_random_addr/src/
Dtest_suite_invalid_cases.c76 * bt_hci_cmd_create() fails to allocate buffers and returns NULL.
105 * bt_hci_cmd_send_sync() fails and returns a negative error code.
111 * - bt_hci_cmd_send_sync() fails and returns a negative error code.
/Zephyr-latest/tests/kernel/workq/work/
Dtestcase.yaml5 # this platform fails to run due to #40376, all
/Zephyr-latest/tests/lib/devicetree/devices/
Dtestcase.yaml8 # The test instantiate few vnd,i2c devices so it fails with boards with
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_random_id_addr/src/
Dtest_suite_invalid_cases.c44 * enabled, so reading static address fails.
66 * bt_hci_cmd_send_sync() fails and returns a non-success error code.
115 * discarded and operation fails.
157 * holding the returned addresses information, so response should be discarded and operation fails.
198 * count is 0, the response should be discarded and operation fails as the returned number of

12345678910>>...16