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   

Description Ojan Vafai 2012-07-16 15:31:40 PDT
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
Comment 1 johnjbarton 2012-09-20 16:51:04 PDT
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?
Comment 3 Vsevolod Vlasov 2012-10-03 07:41:38 PDT
Fixed and re-enabled inspector/debugger/live-edit.html
Comment 4 Vsevolod Vlasov 2012-10-03 07:42:00 PDT
(in Committed r130287: <http://trac.webkit.org/changeset/130287>)
Comment 5 Ilya Tikhonovsky 2012-12-09 22:58:01 PST
 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
Comment 6 Timothy Hatcher 2013-04-05 13:01:18 PDT
Chromium and V8 have left the building. Won't fix.