RESOLVED FIXED 35922
[GTK] testkeyevents doesn't stop if input event injection fails
https://bugs.webkit.org/show_bug.cgi?id=35922
Summary [GTK] testkeyevents doesn't stop if input event injection fails
Philippe Normand
Reported 2010-03-09 07:42:55 PST
In that test we call gtk_test_widget_send_key() but don't check the return value. If for some reason the event injection failed, the main loop of the test fixture is never stopped.
Attachments
proposed patch (1.73 KB, patch)
2010-03-09 07:44 PST, Philippe Normand
gustavo: review+
Philippe Normand
Comment 1 2010-03-09 07:44:33 PST
Created attachment 50306 [details] proposed patch
Gustavo Noronha (kov)
Comment 2 2010-03-09 09:12:33 PST
Comment on attachment 50306 [details] proposed patch Very good. Let's try to get Martin to look at this problem.
Philippe Normand
Comment 3 2010-03-10 00:07:20 PST
Landed in r55768
Note You need to log in before you can comment on or make changes to this bug.