[Webkit-unassigned] [Bug 137247] New: REGRESSION(r173929): [GTK] TestInspector fails after r173929

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 30 00:40:39 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137247

           Summary: REGRESSION(r173929): [GTK] TestInspector fails after
                    r173929
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk, Regression
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: andersca at apple.com, gns at gnome.org,
                    pnormand at igalia.com, svillar at igalia.com,
                    thorton at apple.com, clopez at igalia.com


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

  /webkit2/WebKitWebInspector/default:                                 **

ERROR:../../Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestInspector.cpp:182:void testInspectorDefault(InspectorTest*, gconstpointer): assertion failed: (webkit_web_inspector_is_attached(test->m_inspector))

FAIL

GTester: last random seed: R02Sb5a3208cbed2ede13a44add0e3064a3b

(pid=17934)

  /webkit2/WebKitWebInspector/manual-attach-detach:                    **

ERROR:../../Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestInspector.cpp:302:void testInspectorManualAttachDetach(CustomInspectorTest*, gconstpointer): assertion failed: (webkit_web_inspector_is_attached(test->m_inspector))

FAIL

GTester: last random seed: R02S8b3ab0382d9c8b6c83596d3a75ce7e81

(pid=17980)

  /webkit2/WebKitWebInspector/custom-container-destroyed:              OK

FAIL: ./Tools/gtk/../../WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestInspector

The problem is that the test does this:

resizeView(); // To make room for the attached inspector.
attach();

but since r173929 the attach availability is no longer synchronous, and attach right after resizeView() does nothing.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list