[Webkit-unassigned] [Bug 60881] [Qt] Inspector may close at the start of the next inspector test in DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 27 03:17:05 PDT 2011


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





--- Comment #11 from Ilya Tikhonovsky <loislo at chromium.org>  2011-05-27 03:17:04 PST ---
(In reply to comment #10)
> inspector-test.js :
> 
> function closeInspectorAndNotifyDone()
> {
>     if (window._watchDogTimer)
>         clearTimeout(window._watchDogTimer);
> 
>     layoutTestController.closeWebInspector();
> 
>     // A helper function should be called here which would check
>     // whether the inspector exists, and call notifyDone only if not.
>     setTimeout(function() {
>         layoutTestController.notifyDone();
>     }, 0);
> }

Seems to me it just slow. The same test on chromium-debug usually requires 15 seconds. We are trying to speed up our tests, but it is very tricky process because we are loading our front-end which has 50kloc of js.

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=styles-url-linkify.html&group=%40ToT%20-%20chromium.org

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