Home
last modified time | relevance | path

Searched refs:PRINT_ERROR (Results 1 – 7 of 7) sorted by relevance

/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_private_string_delete_no_output.c96 PRINT_ERROR("Prompt text set failed!") in control_thread_entry()
102 PRINT_ERROR("Prompt private string delete failed!") in control_thread_entry()
114 PRINT_ERROR("Text button text set failed!") in control_thread_entry()
120 PRINT_ERROR("Text button private string delete failed!") in control_thread_entry()
131 PRINT_ERROR("Multi line text view text set failed!") in control_thread_entry()
138 PRINT_ERROR("Multi line text view private string delete faile!") in control_thread_entry()
147 PRINT_ERROR("String scroll wheel text set failed!"); in control_thread_entry()
153 PRINT_ERROR("String scroll wheel private string delete failed!") in control_thread_entry()
Dvalidation_guix_window_event_process_no_output.c67 PRINT_ERROR("Focus owner shouldn't be test window!") in control_thread_entry()
76 PRINT_ERROR("Focus owner should be NULL.") in control_thread_entry()
86 PRINT_ERROR("Test window shouldn't have GX_STATUS_HAS_fOCUS status.") in control_thread_entry()
92 PRINT_ERROR("Focus owner should be root.") in control_thread_entry()
101 PRINT_ERROR("Focus owner should be NULL"); in control_thread_entry()
Dvalidation_guix_root_window_focus_no_output.c58 PRINT_ERROR("GX_STATUS_HAS_FOCUS status should not be set to root."); in control_thread_entry()
67 PRINT_ERROR("GX_STATUS_HAS_FOCUS status should be set to root.") in control_thread_entry()
Dvalidation_guix_all_widgets_gx_system_string_width_get_no_output.c53 PRINT_ERROR("Retrieved font should be NULL."); in control_thread_entry()
Dvalidation_guix_focus_management.c101 PRINT_ERROR("focus should move to parent window."); in control_thread_entry()
Dvalidation_guix_system_no_output.c126 PRINT_ERROR(""); in control_thread_entry()
/GUIX-v6.4.1/test/guix_test/regression_test/utility/
Dgx_validation_utility.h91 #define PRINT_ERROR(msg) \ macro