Home
last modified time | relevance | path

Searched refs:test_comments (Results 1 – 13 of 13) sorted by relevance

/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_focus_management.c59 char test_comments[256]; variable
72 sprintf(test_comments, "child window and prompt 3 has default focus"); in control_thread_entry()
77 sprintf(test_comments, "hide prompt 3, focus should move to prompt 4"); in control_thread_entry()
82 sprintf(test_comments, "hide child window, focus should move to prompt 1"); in control_thread_entry()
88 sprintf(test_comments, "show child window, set focus to prompt 2"); in control_thread_entry()
93 sprintf(test_comments, "hide prompt 2, focus should move to prompt 4"); in control_thread_entry()
98 sprintf(test_comments, "hide prompt 4, focus should move to parent window"); in control_thread_entry()
108 gx_validation_set_frame_comment(test_comments); in control_thread_entry()
Dvalidation_guix_all_widgets_button_event_process.c58 GX_CHAR test_comments[256]; variable
103 sprintf(test_comments, "set custom button selecter that do nothing"); in control_thread_entry()
109 sprintf(test_comments, "pen down"); in control_thread_entry()
115 sprintf(test_comments, "pen up"); in control_thread_entry()
120 sprintf(test_comments, "removed enabled style"); in control_thread_entry()
126 sprintf(test_comments, "pen down"); in control_thread_entry()
131 gx_validation_set_frame_comment(test_comments); in control_thread_entry()
Dvalidation_guix_all_widgets_button_repeat.c58 GX_CHAR test_comments[256]; variable
91 sprintf(test_comments, "click on button with GX_STYLE_BUTTON_EVENT_ON_PUSH style"); in control_thread_entry()
92 gx_validation_set_frame_comment(test_comments); in control_thread_entry()
Dvalidation_guix_vertical_screen_drag_animation_with_easing_func.c80 GX_CHAR *test_comments[1]; variable
105 test_comments[0] = "drag down with easing function been set."; in control_thread_entry()
112 gx_validation_capture_frames(frame_id, 30, test_comments, 1, 1000); in control_thread_entry()
Dvalidation_guix_horizontal_screen_drag_animation_with_easing_func.c81 GX_CHAR *test_comments[1]; variable
109 test_comments[0] = "drag right with easing function been set."; in control_thread_entry()
114 gx_validation_capture_frames(frame_id, 30, test_comments, 1, 1000); in control_thread_entry()
Dvalidation_guix_sl_input_event_process.c101 static char test_comments[255]; variable
173 …sprintf(test_comments, "move focus next, and start text input timer when input widget do not have … in control_thread_entry()
175 gx_validation_set_frame_comment(test_comments); in control_thread_entry()
Dvalidation_guix_horizontal_screen_drag_animation_with_block_move.c102 GX_CHAR *test_comments[1]; variable
136 test_comments[0] = test->comments; in control_thread_entry()
138 gx_validation_capture_frames(frame_id, 30, test_comments, 1, 1000); in control_thread_entry()
Dvalidation_guix_horizontal_screen_drag_animation_with_canvas.c102 GX_CHAR *test_comments[1]; variable
136 test_comments[0] = test->comments; in control_thread_entry()
138 gx_validation_capture_frames(frame_id, 30, test_comments, 1, 1000); in control_thread_entry()
Dvalidation_guix_vertical_screen_drag_animation_with_block_move.c97 GX_CHAR *test_comments[1]; variable
131 test_comments[0] = test->comments; in control_thread_entry()
133 gx_validation_capture_frames(frame_id, 30, test_comments, 1, 1000); in control_thread_entry()
Dvalidation_guix_vertical_screen_drag_animation_with_canvas.c97 GX_CHAR *test_comments[1]; variable
131 test_comments[0] = test->comments; in control_thread_entry()
133 gx_validation_capture_frames(frame_id, 30, test_comments, 1, 1000); in control_thread_entry()
Dvalidation_guix_horizontal_screen_drag_animation.c104 GX_CHAR *test_comments[1]; variable
157 test_comments[0] = test->comments; in control_thread_entry()
159 gx_validation_capture_frames(frame_id, 30, test_comments, 1, 1000); in control_thread_entry()
Dvalidation_guix_sl_input_backspace.c61 static GX_CHAR *test_comments[5] = {"home", "right arrow", "backspace", "right arrow", "backspace"}; variable
91 gx_validation_set_frame_comment(test_comments[index]); in control_thread_entry()
Dvalidation_guix_vertical_screen_drag_animation.c99 GX_CHAR test_comments[256]; variable