[Webkit-unassigned] [Bug 112598] [chromium] http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html is flaky because of console output

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 20 05:54:52 PDT 2013


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





--- Comment #1 from Mike West <mkwst at chromium.org>  2013-03-20 05:57:19 PST ---
(In reply to comment #0)
> The test http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html is flaky on all platforms because occasionally the console output attributes the error message to a line number. See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20chromium.org&showExpectations=true&tests=http%2Ftests%2Fsecurity%2FmixedContent%2Finsecure-audio-video-in-main-frame.html .
> 
> Marking this test as flaky.

For some reason, "document->parsing()" is periodically returning true when the onload event is triggered. This causes PageConsole::addMessage to check whether the scriptableDocumentParser isWaitingForScripts or isExecutingScripts. Neither is true, so we grab the line number, believing it to be a message tied to something in parsing.

I'll dig a bit deeper.

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