Bug 91435
Summary: | [chromium] some inspector tests are flaky on linux/windows (they're all skipped on mac) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ojan Vafai <ojan> |
Component: | Web Inspector (Deprecated) | Assignee: | Andrey Kosyakov <caseq> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | johnjbarton, loislo, pfeldman, vsevik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ojan Vafai
WIN LINUX : http/tests/inspector/extensions-ignore-cache.html = PASS TIMEOUT
WIN LINUX : inspector/timeline/timeline-network-received-data.html = PASS TEXT
WIN LINUX : inspector/debugger/live-edit.html = PASS TEXT TIMEOUT
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
johnjbarton
I was looking at live-edit.html for another reason. I noticed that the test failed right off sometimes because
var panel = WebInspector.panels.scripts;
was undefined.
In Bug 97272 I added a call to
WebInspector.showPanel("scripts");
so maybe this case is not so flaky now?
Ojan Vafai
Still flaky: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=inspector%2Fdebugger%2Flive-edit.html%20inspector%2Ftimeline%2Ftimeline-network-received-data.html%20http%2Ftests%2Finspector%2Fextensions-ignore-cache.html.
Vsevolod Vlasov
Fixed and re-enabled inspector/debugger/live-edit.html
Vsevolod Vlasov
(in Committed r130287: <http://trac.webkit.org/changeset/130287>)
Ilya Tikhonovsky
inspector/timeline/timeline-network-received-data.html very flaky
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Ftimeline%2Ftimeline-network-received-data.html
Timothy Hatcher
Chromium and V8 have left the building. Won't fix.