Bug 153945 - REGRESSION(r196183): [GTK] Broke TestInspector
Summary: REGRESSION(r196183): [GTK] Broke TestInspector
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-06 09:35 PST by Michael Catanzaro
Modified: 2016-02-09 22:54 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.49 KB, patch)
2016-02-09 03:18 PST, Carlos Garcia Campos
mcatanzaro: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2016-02-06 09:35:07 PST
r196183 broke TestInspector:

TEST: ./Tools/gtk/../../WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestInspector... (pid=6821)

  /webkit2/WebKitWebInspector/default:                                 OK

  /webkit2/WebKitWebInspector/manual-attach-detach:                    

(./Tools/gtk/../../WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestInspector:6821): Gtk-CRITICAL **: gtk_container_remove: assertion 'gtk_widget_get_parent (widget) == GTK_WIDGET (container) || GTK_IS_ASSISTANT (container) || GTK_IS_ACTION_BAR (container) || GTK_IS_POPOVER_MENU (container)' failed

FAIL
Comment 1 Carlos Garcia Campos 2016-02-09 03:18:48 PST
Created attachment 270920 [details]
Patch
Comment 2 Carlos Garcia Campos 2016-02-09 22:54:06 PST
Committed r196363: <http://trac.webkit.org/changeset/196363>