RESOLVED CONFIGURATION CHANGED147713
Web Inspector: inspector-protocol/console/css-source-locations.html times out when repeated
https://bugs.webkit.org/show_bug.cgi?id=147713
Summary Web Inspector: inspector-protocol/console/css-source-locations.html times out...
Blaze Burg
Reported 2015-08-05 18:46:49 PDT
This does not affect the bots currently, but it smells like a problem. Exposed by the command: Tools/Scripts/run-webkit-tests --time-out-ms=3000 --iterations=10 inspector-protocol/console/css-source-locations.html When it times out, the console messages from the external <link> stylesheet are not logged. I think there is a race somewhere that's only exposed when the page is already in the cache. Or, maybe those console messages go to the previous test page somehow? It needs more investigation.
Attachments
Blaze Burg
Comment 1 2015-08-05 20:46:22 PDT
Devin suggested that perhaps we did not disable the Console when the test is finished, and thus the next execution's console messages are not enqueued in the backend and get dropped on the floor. I tried sending "Console.disable" before calling InspectorTest.completeTest(), but this did not seem to have any effect.
David Kilzer (:ddkilzer)
Comment 2 2016-09-09 11:51:12 PDT
Joseph Pecoraro
Comment 3 2016-09-09 12:29:20 PDT
No inspector-protocol tests exist anymore.
Note You need to log in before you can comment on or make changes to this bug.