Searched refs:TEST_FAIL (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/ |
D | central_test.c | 128 TEST_FAIL("test_bas_central failed (not passed after %i seconds)\n", WAIT_TIME); in test_bas_central_tick() 149 TEST_FAIL("Invalid data length: %d", length); in parse_battery_level_status() 289 TEST_FAIL("Invalid data length for identifier"); in parse_battery_level_status() 303 TEST_FAIL("Invalid data length for battery level"); in parse_battery_level_status() 317 TEST_FAIL("Invalid data length for additional status"); in parse_battery_level_status() 441 TEST_FAIL("Subscribe failed (err %d)\n", err); in subscribe_battery_level() 448 TEST_FAIL("Battery Level Read failed (err %d)\n", err); in subscribe_battery_level() 466 TEST_FAIL("Subscribe failed (err %d)\n", err); in subscribe_battery_critical_status() 473 TEST_FAIL("Battery Critical Status Read failed (err %d)\n", err); in subscribe_battery_critical_status() 500 TEST_FAIL("Subscribe failed (err %d)\n", err); in subscribe_battery_level_status() [all …]
|
D | peripheral_test.c | 62 TEST_FAIL("test_bas_peripheral failed (not passed after %i seconds)\n", WAIT_TIME); in test_bas_peripheral_tick() 75 TEST_FAIL("Connection failed (err 0x%02x)\n", err); in connected() 106 TEST_FAIL("Advertising failed to start (err %d)\n", err); in bt_ready()
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/ |
D | advertiser.c | 35 TEST_FAIL("Failed to create advertiser (%d)\n", err); in create_adv() 52 TEST_FAIL("Failed to start advertiser (%d)\n", err); in start_adv() 71 TEST_FAIL("malformed advertising data, expected %d bytes of data but got " in ad_deserialize() 102 TEST_FAIL("Failed to set advertising data (%d)\n", err); in set_ad_data()
|
D | scanner.c | 50 TEST_FAIL("Received Advertising Data doesn't match expected ones"); in device_found() 65 TEST_FAIL("Scanning failed to start (err %d)\n", err); in start_scan()
|
/Zephyr-latest/tests/bsim/babblekit/include/babblekit/ |
D | testcase.h | 35 #define TEST_FAIL(msg, ...) \ macro 94 TEST_FAIL(__VA_ARGS__); \
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/ |
D | main.c | 32 TEST_FAIL("Invalid arguments to set log level: %d", runtime_log_level); in test_args() 42 TEST_FAIL("Test has not passed."); in test_end_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/ |
D | common.c | 29 TEST_FAIL("Test failed (not passed after %" PRIu64 " us)", WAIT_TIME); in test_tick()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/dut/src/ |
D | main.c | 32 TEST_FAIL("Invalid arguments to set log level: %d", runtime_log_level); in test_args()
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/src/ |
D | main.c | 32 TEST_FAIL("Invalid arguments to set log level: %d", runtime_log_level); in test_args()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/src/ |
D | main.c | 33 TEST_FAIL("Invalid arguments to set log level: %d", runtime_log_level); in test_args()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/ |
D | central.c | 30 TEST_FAIL("Tester should not send data"); in sent_cb()
|
D | dut.c | 55 TEST_FAIL("No more memory"); in send_data_over_l2cap() 129 TEST_FAIL("DUT should not receive data"); in recv_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings_clear/src/ |
D | server.c | 161 TEST_FAIL("'bt_unpair' did not clear the settings properly."); in server_procedure()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/src/ |
D | dut.c | 50 TEST_FAIL("Tester should not send data"); in sent_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/src/ |
D | main.c | 31 TEST_FAIL("Test failed (not passed after %d seconds)\n", WAIT_TIME_S); in test_tick()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
D | tester.c | 218 TEST_FAIL("channel disconnected\n"); in handle_sig() 221 TEST_FAIL("unhandled opcode %x\n", hdr->code); in handle_sig() 246 TEST_FAIL("unexpected data rx"); in handle_l2cap()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
D | peer.c | 110 TEST_FAIL("unhandled event 0x%x", hdr->evt); in handle_cmd_complete() 186 TEST_FAIL("unhandled opcode %x\n", op); in handle_att()
|