Home
last modified time | relevance | path

Searched refs:TC_ERROR (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/tests/subsys/debug/coredump_backends/src/
Dmain.c34 TC_ERROR("SHOULD NEVER SEE THIS\n"); in dump_entry()
88 TC_ERROR("Can't query stored dump: unexpectedly not supported.\n"); in test_has_stored_dump()
100 TC_ERROR("Can't have a stored dump: not supported.\n"); in test_has_stored_dump()
109 TC_ERROR("Can't have an empty stored dump: not supported.\n"); in test_has_stored_dump()
113 TC_ERROR("Error reading stored dump! (%d)\n", ret); in test_has_stored_dump()
129 TC_ERROR("Can't verify stored dump: unexpectedly not supported.\n"); in test_verify_stored_dump()
140 TC_ERROR("Can't have a stored dump: not supported.\n"); in test_verify_stored_dump()
145 TC_ERROR("Verification of stored dump failed!\n"); in test_verify_stored_dump()
148 TC_ERROR("Can't have a stored dump: not supported.\n"); in test_verify_stored_dump()
152 TC_ERROR("Error reading stored dump! (%d)\n", ret); in test_verify_stored_dump()
[all …]
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/
Dtest_callback_trigger.c54 TC_ERROR("PIN_OUT config fail: %d", rc); in test_callback()
61 TC_ERROR("config PIN_IN fail: %d\n", rc); in test_callback()
72 TC_ERROR("set PIN_IN callback fail: %d\n", rc); in test_callback()
83 TC_ERROR("config PIN_IN interrupt fail: %d\n", rc); in test_callback()
95 TC_ERROR("double edge not detected\n"); in test_callback()
102 TC_ERROR("edge not trigger callback correctly\n"); in test_callback()
108 TC_ERROR("level not trigger callback correctly\n"); in test_callback()
Dtest_callback_manage.c103 TC_ERROR("not trigger callback correctly\n"); in test_callback_add_remove()
113 TC_ERROR("not trigger callback correctly\n"); in test_callback_add_remove()
122 TC_ERROR("not trigger callback correctly\n"); in test_callback_add_remove()
160 TC_ERROR("not trigger callback correctly\n"); in test_callback_self_remove()
166 TC_ERROR("not remove callback correctly\n"); in test_callback_self_remove()
175 TC_ERROR("not trigger remaining callback correctly\n"); in test_callback_self_remove()
206 TC_ERROR("not trigger callback correctly\n"); in test_callback_enable_disable()
214 TC_ERROR("not trigger callback correctly\n"); in test_callback_enable_disable()
222 TC_ERROR("not trigger callback correctly\n"); in test_callback_enable_disable()
Dtest_gpio_port.c470 TC_ERROR("input pull-up fail: %d\n", rc); in check_pulls()
482 TC_ERROR("input pull-down fail: %d\n", rc); in check_pulls()
495 TC_ERROR("input pull-up fail: %d\n", rc); in check_pulls()
509 TC_ERROR("input pull-up fail: %d\n", rc); in check_pulls()
/Zephyr-latest/tests/boards/espressif/cache_coex/src/
Dcache_coex.c84 TC_ERROR("flash erase has failed\n"); in do_erase()
113 TC_ERROR("could not read flash info\n"); in page_read()
121 TC_ERROR("flash read back has failed\n"); in page_read()
133 TC_ERROR("could not retrieve flash info\n"); in page_write()
142 TC_ERROR("could not write to flash\n"); in page_write()
207 TC_ERROR("SPIRAM allocation has failed\n"); in psram_init()
212 TC_ERROR("allocation is not within specified bounds\n"); in psram_init()
246 TC_ERROR("flash controller not ready\n"); in flash_init()
/Zephyr-latest/subsys/testsuite/include/zephyr/
Dtest_utils.h53 TC_ERROR("\tTest #%d Failed!\n", testnum); in fatal()
69 TC_ERROR("The length of the computed buffer (%zu)", in check_result()
71 TC_ERROR("does not match the expected length (%zu).", in check_result()
Dtc_util.h116 #ifndef TC_ERROR
117 #define TC_ERROR(fmt, ...) \ macro
/Zephyr-latest/tests/crypto/tinycrypt/src/
Dcmac_mode.c92 TC_ERROR("%s: AES encryption failed\n", __func__); in verify_gf_2_128_double()
100 TC_ERROR("%s: gf_2_128_double failed when msb = 0\n", __func__); in verify_gf_2_128_double()
108 TC_ERROR("%s: gf_2_128_double failed when msb = 1\n", __func__); in verify_gf_2_128_double()
134 TC_ERROR("%s: aes_cmac failed with null msg = 1\n", __func__); in verify_cmac_null_msg()
164 TC_ERROR("%s: aes_cmac failed with 1 block msg\n", __func__); in verify_cmac_1_block_msg()
198 TC_ERROR("%s: aes_cmac failed with 320 bit msg\n", __func__); in verify_cmac_320_bit_msg()
235 TC_ERROR("%s: aes_cmac failed with 512 bit msg\n", __func__); in verify_cmac_512_bit_msg()
Dtest_ecc_utils.c147 TC_ERROR("\n Vector #%02d check - FAILURE:\n", num); in check_code()
148 TC_ERROR("\n Expected: %d, computed: %d\n\n", expected, computed); in check_code()
Daes.c157 TC_ERROR("aes_decrypt failed\n"); in var_text_test()
Dccm_mode.c402 TC_ERROR("ccm_decrypt failed in %s.\n", __func__); in ZTEST()
/Zephyr-latest/tests/posix/fs/src/
Dtest_fat_mount.c27 TC_ERROR("Error mounting fs [%d]\n", res); in test_mount()
42 TC_ERROR("Error unmounting fs [%d]\n", res); in test_unmount()
Dtest_fs_file.c21 TC_ERROR("Failed opening file: %d, errno=%d\n", res, errno); in test_file_open()
133 TC_ERROR("Failed closing file: %d, errno=%d\n", res, errno); in test_file_close()
154 TC_ERROR("Failed to sync file: %d, errno = %d\n", res, errno); in test_file_fsync()
174 TC_ERROR("Failed to sync file: %d, errno = %d\n", res, errno); in test_file_fdatasync()
/Zephyr-latest/tests/kernel/mutex/sys_mutex/src/
Dmain.c117 TC_ERROR("Failed to timeout on mutex %p\n", &mutex_4); in thread_05()
151 TC_ERROR("Failed to take mutex %p\n", &mutex_4); in thread_06()
185 TC_ERROR("Failed to timeout on mutex %p\n", &mutex_3); in thread_07()
211 TC_ERROR("Failed to take mutex %p\n", &mutex_2); in thread_08()
239 TC_ERROR("Failed to NOT take locked mutex %p\n", &mutex_1); in thread_09()
247 TC_ERROR("Failed to take mutex %p\n", &mutex_1); in thread_09()
272 TC_ERROR("Failed to take mutex %p\n", &mutex_2); in thread_11()
503 TC_ERROR("Failed to take mutex %p\n", &not_my_mutex); in sys_mutex_tests_setup()
Dthread_12.c45 TC_ERROR("Failed to obtain private mutex\n"); in thread_12()
/Zephyr-latest/tests/kernel/fatal/exception/src/
Dmain.c142 TC_ERROR("SHOULD NEVER SEE THIS\n"); in entry_oops()
151 TC_ERROR("SHOULD NEVER SEE THIS\n"); in entry_panic()
168 TC_ERROR("SHOULD NEVER SEE THIS\n"); in entry_arbitrary_reason()
177 TC_ERROR("SHOULD NEVER SEE THIS\n"); in entry_arbitrary_reason_negative()
254 TC_ERROR("should never see this\n"); in stack_sentinel_swap()
262 TC_ERROR("should never see this\n"); in stack_hw_overflow()
273 TC_ERROR("should never see this\n"); in user_priv_stack_hw_overflow()
/Zephyr-latest/tests/kernel/fpu_sharing/float_disable/src/
Dk_float_disable.c57 TC_ERROR("k_float_disable() fail - should never see this\n"); in usr_fp_thread_entry_2()
176 TC_ERROR("k_float_disable() successful in ISR\n"); in arm_test_isr_handler()
191 TC_ERROR("sup_fp_thread FP options cleared\n"); in sup_fp_thread_entry()
248 TC_ERROR("sup_fp_thread FP options cleared\n"); in sup_fp_thread_entry()
/Zephyr-latest/tests/kernel/sleep/src/
Dmain.c119 TC_ERROR(" *** k_sleep() slept for %d ticks not %d.", in test_thread()
133 TC_ERROR(" *** k_wakeup() took too long (%d ticks)\n", in test_thread()
146 TC_ERROR(" *** k_wakeup() took too long (%d ticks)\n", in test_thread()
159 TC_ERROR(" *** k_wakeup() took too long (%d ticks) at LAST\n", in test_thread()
/Zephyr-latest/tests/drivers/ipm/src/
Dmain.c89 TC_ERROR("unable to get device 'ipm_dummy0'\n"); in main()
101 TC_ERROR("ipm_send() error=%u\n", rc); in main()
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/
Dload_store.c113 TC_ERROR("Found 0x%x instead of 0x%x @offset 0x%x\n", in load_store_low()
115 TC_ERROR("Discrepancy found during iteration %d\n", in load_store_low()
/Zephyr-latest/tests/kernel/pending/src/
Dmain.c135 TC_ERROR("**** Unexpected data on FIFO get\n"); in fifo_tests()
147 TC_ERROR("**** No data on FIFO get\n"); in fifo_tests()
153 TC_ERROR("**** Got FIFO data %d, not %d (%d)\n", in fifo_tests()
173 TC_ERROR("**** Unexpected data on LIFO get\n"); in lifo_tests()
185 TC_ERROR("**** No data on LIFO get\n"); in lifo_tests()
191 TC_ERROR("**** Got LIFO data %d, not %d (%d)\n", in lifo_tests()
/Zephyr-latest/tests/net/route/src/
Dmain.c136 TC_ERROR("No data to send!\n"); in tester_send()
150 TC_ERROR("Data receive failed."); in tester_send()
174 TC_ERROR("No data to send!\n"); in tester_send_peer()
187 TC_ERROR("Data receive failed."); in tester_send_peer()
314 TC_ERROR("Cannot send NS (%d)\n", ret); in net_test_send_ns()
328 TC_ERROR("Neighbor %s not found in cache\n", in net_test_nbr_lookup_ok()
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dload_store.c178 TC_ERROR("Found 0x%x instead of 0x%x @ " in load_store_low()
182 TC_ERROR("Discrepancy found during " in load_store_low()
/Zephyr-latest/tests/kernel/fifo/fifo_timeout/src/
Dmain.c188 TC_ERROR( in test_multiple_threads_pending()
236 TC_ERROR("thread %d got NULL value from fifo\n", ii); in test_multiple_threads_get_data()
241 TC_ERROR(" *** thread %d woke up, expected %d\n", in test_multiple_threads_get_data()
254 TC_ERROR("thread %d got NULL value from fifo\n", ii); in test_multiple_threads_get_data()
259 TC_ERROR(" *** thread %d woke up, expected %d\n", in test_multiple_threads_get_data()
/Zephyr-latest/tests/net/context/src/
Dmain.c269 TC_ERROR("Connect family mismatch %d should be %d\n", in connect_cb()
338 TC_ERROR("Accept family mismatch %d should be %d\n", in accept_cb()
417 TC_ERROR("Send family mismatch %d should be %d\n", in send_cb()
570 TC_ERROR("Context sendto IPv6 UDP wrong src " in net_ctx_sendto_v6_wrong_src()
619 TC_ERROR("Context send IPv4 UDP test failed (%d)\n", ret); in net_ctx_sendto_v4_wrong_src()
1005 TC_ERROR("No data to send!\n"); in tester_send()
1042 TC_ERROR("UDP data receive failed."); in tester_send()
1053 TC_ERROR("Data receive failed."); in tester_send()

12