Lines Matching full:fail

87 		FAIL("Discovery of MCS failed (%d)\n", err);  in mcc_discover_mcs_cb()
97 FAIL("Player Name read failed (%d)\n", err); in mcc_read_player_name_cb()
107 FAIL("Icon Object ID read failed (%d)", err); in mcc_read_icon_obj_id_cb()
118 FAIL("Icon URL read failed (%d)", err); in mcc_read_icon_url_cb()
128 FAIL("Track change notification failed (%d)", err); in mcc_track_changed_ntf_cb()
138 FAIL("Track title read failed (%d)", err); in mcc_read_track_title_cb()
148 FAIL("Track duration read failed (%d)", err); in mcc_read_track_duration_cb()
158 FAIL("Track position read failed (%d)", err); in mcc_read_track_position_cb()
169 FAIL("Track Position set failed (%d)", err); in mcc_set_track_position_cb()
181 FAIL("Playback speed read failed (%d)", err); in mcc_read_playback_speed_cb()
192 FAIL("Playback speed set failed (%d)", err); in mcc_set_playback_speed_cb()
204 FAIL("Seeking speed read failed (%d)", err); in mcc_read_seeking_speed_cb()
215 FAIL("Track Segments ID read failed (%d)\n", err); in mcc_read_segments_obj_id_cb()
227 FAIL("Current Track Object ID read failed (%d)\n", err); in mcc_read_current_track_obj_id_cb()
239 FAIL("Current Track Object ID set failed (%d)\n", err); in mcc_set_current_track_obj_id_cb()
251 FAIL("Next Track Object ID read failed (%d)\n", err); in mcc_read_next_track_obj_id_cb()
263 FAIL("Next Track Object ID set failed (%d)\n", err); in mcc_set_next_track_obj_id_cb()
275 FAIL("Current Group Object ID read failed (%d)\n", err); in mcc_read_current_group_obj_id_cb()
287 FAIL("Current Group Object ID set failed (%d)\n", err); in mcc_set_current_group_obj_id_cb()
299 FAIL("Parent Group Object ID read failed (%d)\n", err); in mcc_read_parent_group_obj_id_cb()
310 FAIL("Playing order read failed (%d)", err); in mcc_read_playing_order_cb()
321 FAIL("Playing order set failed (%d)", err); in mcc_set_playing_order_cb()
333 FAIL("Playing orders supported read failed (%d)", err); in mcc_read_playing_orders_supported_cb()
343 FAIL("Media State read failed (%d)", err); in mcc_read_media_state_cb()
354 FAIL("Command send failed (%d) - opcode: %u, param: %d", in mcc_send_command_cb()
365 FAIL("Command notification error (%d) - opcode: %u, result: %u", in mcc_cmd_ntf_cb()
378 FAIL("Media State read failed (%d)", err); in mcc_read_opcodes_supported_cb()
390 FAIL("Search send failed (%d)", err); in mcc_send_search_cb()
400 FAIL("Search notification error (%d), result code: %u", in mcc_search_ntf_cb()
413 FAIL("Search Results Object ID read failed (%d)", err); in mcc_read_search_results_obj_id_cb()
424 FAIL("Content control ID read failed (%d)", err); in mcc_read_content_control_id_cb()
434 FAIL("Selecting object failed (%d)\n", err); in mcc_otc_obj_selected_cb()
444 FAIL("Reading object metadata failed (%d)\n", err); in mcc_otc_obj_metadata_cb()
455 FAIL("Reading Icon Object failed (%d)", err); in mcc_icon_object_read_cb()
466 FAIL("Reading Track Segments Object failed (%d)", err); in mcc_track_segments_object_read_cb()
477 FAIL("Current Track Object read failed (%d)", err); in mcc_otc_read_current_track_object_cb()
488 FAIL("Next Track Object read failed (%d)", err); in mcc_otc_read_next_track_object_cb()
499 FAIL("Parent Group Object read failed (%d)", err); in mcc_otc_read_parent_group_object_cb()
510 FAIL("Current Group Object read failed (%d)", err); in mcc_otc_read_current_group_object_cb()
566 * Will FAIL the test on errors calling select and read metadata.
568 * If callbacks are not received, the test fill FAIL due to timeout.
580 FAIL("bt_ots_client_select_id did not fail with NULL OTS instance"); in test_select_obj_id()
586 FAIL("bt_ots_client_select_id did not fail with NULL conn"); in test_select_obj_id()
594 FAIL("bt_ots_client_select_id did not fail with invalid ID 0x%016llx", in test_select_obj_id()
603 FAIL("bt_ots_client_select_id did not fail with invalid ID 0x%016llx", in test_select_obj_id()
613 FAIL("Failed to select object\n"); in test_select_obj_id()
628 FAIL("bt_mcc_otc_read_object_metadata did not fail with NULL conn"); in test_read_object_meta()
637 FAIL("Failed to read object metadata\n"); in test_read_object_meta()
646 * Will FAIL on error reading the media state
647 * Will FAIL if the state is not as expected
659 FAIL("Failed to read media state: %d", err); in test_verify_media_state_wait_flags()
665 FAIL("Server is not in expected state: %d, expected: %d\n", in test_verify_media_state_wait_flags()
680 FAIL("bt_mcc_read_opcodes_supported did not fail with NULL conn"); in test_read_supported_opcodes()
688 FAIL("Failed to read supported opcodes: %d", err); in test_read_supported_opcodes()
706 FAIL("bt_mcc_send_cmd did not fail with NULL conn"); in test_invalid_send_cmd()
712 FAIL("bt_mcc_send_cmd did not fail with NULL cmd"); in test_invalid_send_cmd()
720 FAIL("bt_mcc_send_cmd did not fail with invalid opcode %u", cmd.opcode); in test_invalid_send_cmd()
728 FAIL("bt_mcc_send_cmd did not fail with invalid opcode %u", cmd.opcode); in test_invalid_send_cmd()
735 * Will FAIL on error to send the command.
751 FAIL("Failed to send command: %d, opcode: %u", in test_send_cmd_wait_flags()
770 FAIL("PLAY command failed\n"); in test_cp_play()
789 FAIL("PAUSE command failed\n"); in test_cp_pause()
811 FAIL("FAST REWIND command failed\n"); in test_cp_fast_rewind()
822 FAIL("Position did not change during rewinding"); in test_cp_fast_rewind()
840 FAIL("FAST FORWARD command failed\n"); in test_cp_fast_forward()
851 FAIL("Position did not change during forwarding"); in test_cp_fast_forward()
866 FAIL("STOP command failed\n"); in test_cp_stop()
889 FAIL("Failed to read track position: %d\n", err); in test_cp_move_relative()
903 FAIL("MOVE RELATIVE command failed\n"); in test_cp_move_relative()
910 FAIL("Failed to read track position: %d\n", err); in test_cp_move_relative()
917 FAIL("Server did not move track position\n"); in test_cp_move_relative()
947 FAIL("PREV SEGMENT command failed\n"); in test_cp_prev_segment()
964 FAIL("NEXT SEGMENT command failed\n"); in test_cp_next_segment()
981 FAIL("FIRST SEGMENT command failed\n"); in test_cp_first_segment()
998 FAIL("LAST SEGMENT command failed\n"); in test_cp_last_segment()
1016 FAIL("GOTO SEGMENT command failed\n"); in test_cp_goto_segment()
1024 * Will FAIL on error reading object ID
1034 FAIL("Failed to read current track object ID: %d", err); in test_read_current_track_object_id_wait_flags()
1063 FAIL("PREV TRACK command failed\n"); in test_cp_prev_track()
1071 FAIL("Server did not change track\n"); in test_cp_prev_track()
1095 FAIL("NEXT TRACK command failed\n"); in test_cp_next_track_and_track_changed()
1105 FAIL("Server did not change track\n"); in test_cp_next_track_and_track_changed()
1126 FAIL("FIRST TRACK command failed\n"); in test_cp_first_track()
1133 FAIL("Server did not change track\n"); in test_cp_first_track()
1154 FAIL("LAST TRACK command failed\n"); in test_cp_last_track()
1161 FAIL("Server did not change track\n"); in test_cp_last_track()
1183 FAIL("GOTO TRACK command failed\n"); in test_cp_goto_track()
1190 FAIL("Server did not change track\n"); in test_cp_goto_track()
1198 * Will FAIL on error reading object ID
1208 FAIL("Failed to read current group object ID: %d", err); in test_read_current_group_object_id_wait_flags()
1237 FAIL("PREV GROUP command failed\n"); in test_cp_prev_group()
1245 FAIL("Server did not change group\n"); in test_cp_prev_group()
1266 FAIL("NEXT GROUP command failed\n"); in test_cp_next_group()
1273 FAIL("Server did not change group\n"); in test_cp_next_group()
1294 FAIL("FIRST GROUP command failed\n"); in test_cp_first_group()
1301 FAIL("Server did not change group\n"); in test_cp_first_group()
1322 FAIL("LAST GROUP command failed\n"); in test_cp_last_group()
1329 FAIL("Server did not change group\n"); in test_cp_last_group()
1351 FAIL("GOTO GROUP command failed\n"); in test_cp_goto_group()
1358 FAIL("Server did not change group\n"); in test_cp_goto_group()
1374 FAIL("bt_mcc_read_search_results_obj_id did not fail with NULL conn"); in test_search()
1380 FAIL("bt_mcc_send_search did not fail with NULL conn"); in test_search()
1386 FAIL("bt_mcc_send_search did not fail with NULL search"); in test_search()
1394 FAIL("bt_mcc_send_search did not fail with search len above max"); in test_search()
1402 FAIL("bt_mcc_send_search did not fail with search len below min"); in test_search()
1418 FAIL("Failed to read search results object ID: %d", err); in test_search()
1450 FAIL("Failed to write to search control point\n"); in test_search()
1458 FAIL("SEARCH operation failed\n"); in test_search()
1467 FAIL("No search results\n"); in test_search()
1481 FAIL("bt_mcc_discover_mcs did not fail with NULL conn"); in test_discover()
1490 FAIL("Failed to start discovery of MCS: %d\n", err); in test_discover()
1504 FAIL("bt_mcc_read_player_name did not fail with NULL conn"); in test_read_player_name()
1513 FAIL("Failed to read media player name ID: %d", err); in test_read_player_name()
1528 FAIL("bt_mcc_read_icon_obj_id did not fail with NULL conn"); in test_read_icon_obj_id()
1537 FAIL("Failed to read icon object ID: %d", err); in test_read_icon_obj_id()
1552 FAIL("bt_mcc_otc_read_icon_object did not fail with NULL conn"); in test_read_icon_obj()
1562 FAIL("Failed to read icon object\n"); in test_read_icon_obj()
1577 FAIL("bt_mcc_read_icon_url did not fail with NULL conn"); in test_read_icon_url()
1586 FAIL("Failed to read icon url: %d", err); in test_read_icon_url()
1601 FAIL("bt_mcc_read_track_title did not fail with NULL conn"); in test_read_track_title()
1610 FAIL("Failed to read track_title: %d", err); in test_read_track_title()
1625 FAIL("bt_mcc_read_track_duration did not fail with NULL conn"); in test_read_track_duration()
1634 FAIL("Failed to read track_duration: %d", err); in test_read_track_duration()
1649 FAIL("bt_mcc_read_track_position did not fail with NULL conn"); in test_read_track_position()
1658 FAIL("Failed to read track position: %d", err); in test_read_track_position()
1673 FAIL("bt_mcc_set_track_position did not fail with NULL conn"); in test_write_track_position()
1682 FAIL("Failed to set track position: %d", err); in test_write_track_position()
1690 FAIL("Track position set failed: Incorrect position\n"); in test_write_track_position()
1703 FAIL("bt_mcc_read_playback_speed did not fail with NULL conn"); in test_read_playback_speed()
1712 FAIL("Failed to read playback speed: %d", err); in test_read_playback_speed()
1727 FAIL("bt_mcc_set_playback_speed did not fail with NULL conn"); in test_set_playback_speed()
1736 FAIL("Failed to set playback speed: %d", err); in test_set_playback_speed()
1742 FAIL("Playback speed failed: Incorrect playback speed\n"); in test_set_playback_speed()
1755 FAIL("bt_mcc_read_seeking_speed did not fail with NULL conn"); in test_read_seeking_speed()
1764 FAIL("Failed to read seeking speed: %d", err); in test_read_seeking_speed()
1779 FAIL("bt_mcc_read_segments_obj_id did not fail with NULL conn"); in test_read_track_segments_obj_id()
1788 FAIL("Failed to read track segments object ID: %d", err); in test_read_track_segments_obj_id()
1803 FAIL("bt_mcc_otc_read_track_segments_object did not fail with NULL conn"); in test_read_track_segments_object()
1812 FAIL("Failed to read track segments object\n"); in test_read_track_segments_object()
1828 FAIL("bt_mcc_set_current_track_obj_id did not fail with NULL conn"); in test_set_current_track_obj_id()
1835 FAIL("bt_mcc_set_current_track_obj_id did not fail with invalid ID 0x%016llx", in test_set_current_track_obj_id()
1843 FAIL("bt_mcc_set_current_track_obj_id did not fail with invalid ID 0x%016llx", in test_set_current_track_obj_id()
1851 FAIL("bt_mcc_set_current_track_obj_id did not fail with invalid ID 0x%016llx", in test_set_current_track_obj_id()
1861 FAIL("Failed to set current track object ID: %d", err); in test_set_current_track_obj_id()
1868 FAIL("Current track object ID not the one that was set"); in test_set_current_track_obj_id()
1882 FAIL("bt_mcc_read_current_track_obj_id did not fail with NULL conn"); in test_read_current_track_obj_id()
1891 FAIL("Failed to read current track object ID: %d", err); in test_read_current_track_obj_id()
1905 FAIL("Current track object ID not the one that was set"); in test_read_current_track_obj_id_with_expect()
1919 FAIL("bt_mcc_otc_read_current_track_object did not fail with NULL conn"); in test_read_current_track_object()
1929 FAIL("Failed to current track object\n"); in test_read_current_track_object()
1945 FAIL("bt_mcc_set_next_track_obj_id did not fail with NULL conn"); in test_set_next_track_obj_id()
1952 FAIL("bt_mcc_set_next_track_obj_id did not fail with invalid ID 0x%016llx", in test_set_next_track_obj_id()
1960 FAIL("bt_mcc_set_next_track_obj_id did not fail with invalid ID 0x%016llx", in test_set_next_track_obj_id()
1968 FAIL("bt_mcc_set_next_track_obj_id did not fail with invalid ID 0x%016llx", in test_set_next_track_obj_id()
1978 FAIL("Failed to set next track object ID: %d", err); in test_set_next_track_obj_id()
1984 FAIL("Next track object ID not the one that was set"); in test_set_next_track_obj_id()
1998 FAIL("bt_mcc_read_next_track_obj_id did not fail with NULL conn"); in test_read_next_track_obj_id()
2007 FAIL("Failed to read next track object ID: %d", err); in test_read_next_track_obj_id()
2021 FAIL("Next track object ID not the one that was set"); in test_read_next_track_obj_id_with_expect()
2035 FAIL("bt_mcc_otc_read_next_track_object did not fail with NULL conn"); in test_read_next_track_object()
2044 FAIL("Failed to read next track object\n"); in test_read_next_track_object()
2059 FAIL("bt_mcc_read_parent_group_obj_id did not fail with NULL conn"); in test_read_parent_group_obj_id()
2068 FAIL("Failed to read parent group object ID: %d", err); in test_read_parent_group_obj_id()
2083 FAIL("bt_mcc_otc_read_parent_group_object did not fail with NULL conn"); in test_read_parent_group_object()
2092 FAIL("Failed to read parent group object\n"); in test_read_parent_group_object()
2108 FAIL("bt_mcc_set_current_group_obj_id did not fail with NULL conn"); in test_set_current_group_obj_id()
2115 FAIL("bt_mcc_set_current_group_obj_id did not fail with invalid ID 0x%016llx", in test_set_current_group_obj_id()
2123 FAIL("bt_mcc_set_current_group_obj_id did not fail with invalid ID 0x%016llx", in test_set_current_group_obj_id()
2131 FAIL("bt_mcc_set_current_group_obj_id did not fail with invalid ID 0x%016llx", in test_set_current_group_obj_id()
2140 FAIL("Failed to set current group object ID: %d", err); in test_set_current_group_obj_id()
2146 FAIL("Current group object ID not the one that was set"); in test_set_current_group_obj_id()
2160 FAIL("bt_mcc_read_current_group_obj_id did not fail with NULL conn"); in test_read_current_group_obj_id()
2169 FAIL("Failed to read current group object ID: %d", err); in test_read_current_group_obj_id()
2183 FAIL("Current group object ID not the one that was set"); in test_read_current_group_obj_id_with_expect()
2197 FAIL("bt_mcc_otc_read_current_group_object did not fail with NULL conn"); in test_read_current_group_object()
2206 FAIL("Failed to read current group object\n"); in test_read_current_group_object()
2221 FAIL("bt_mcc_read_playing_order did not fail with NULL conn"); in test_read_playing_order()
2230 FAIL("Failed to read playing order: %d", err); in test_read_playing_order()
2246 FAIL("bt_mcc_read_playing_order did not fail with NULL conn"); in test_set_playing_order()
2254 FAIL("bt_mcc_set_playing_order did not fail with invalid playing order: 0x%02X", in test_set_playing_order()
2263 FAIL("bt_mcc_set_playing_order did not fail with invalid playing order: 0x%02X", in test_set_playing_order()
2279 FAIL("Failed to set playing_order: %d", err); in test_set_playing_order()
2285 FAIL("Playing order set failed: Incorrect playing_order\n"); in test_set_playing_order()
2297 FAIL("bt_mcc_read_playing_orders_supported did not fail with NULL conn"); in test_read_playing_orders_supported()
2306 FAIL("Failed to read playing orders supported: %d", err); in test_read_playing_orders_supported()
2321 FAIL("bt_mcc_read_media_state did not fail with NULL conn"); in test_read_media_state()
2330 FAIL("Failed to read media state: %d", err); in test_read_media_state()
2345 FAIL("bt_mcc_read_content_control_id did not fail with NULL conn"); in test_read_content_control_id()
2354 FAIL("Failed to read content control ID: %d", err); in test_read_content_control_id()
2390 FAIL("First group command failed\n"); in reset_test_iteration()
2398 FAIL("First track command failed\n"); in reset_test_iteration()
2406 FAIL("First segment command failed\n"); in reset_test_iteration()
2426 FAIL("Bluetooth init failed (err %d)\n", err); in test_main()
2437 FAIL("Could not initialize MCC (err %d\n)", err); in test_main()
2454 FAIL("Failed to start scanning (err %d\n)", err); in test_main()
2603 FAIL("Failed to disconnect: %d", err); in test_main()