[Webkit-unassigned] [Bug 66223] [Qt] inspector/debugger/open-close-open.html fails on Qt port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 08:35:20 PDT 2011


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #104474|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #5 from Pavel Feldman <pfeldman at chromium.org>  2011-08-23 08:35:20 PST ---
(From update of attachment 104474)
View in context: https://bugs.webkit.org/attachment.cgi?id=104474&action=review

> LayoutTests/http/tests/inspector/inspector-test.js:376
> +        setTimeout(function() { callback(); }, 0);

layoutTestController.closeWebInspector -> InspectorController::close -> InspectorFrontend::disconnectFromBackend -> setTimeout(WebInspector.disconnectFromBackend) -> InspectorFrontendHost.disconnectFromBackend -> closing the inspector.

This does prove that callback is called before inspector is closed, but this is somehow not critical for the rest of the ports sharing the logic. What is the failure symptoms? Could it be difference in the DRT implementation? (DRT should be closing inspector after each test synchronously).

-- 
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