[Webkit-unassigned] [Bug 153172] http/tests/contentextensions/font-display-none-repeated-layout.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 18 14:30:18 PST 2016


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |achristensen at apple.com,
                   |                            |ap at webkit.org,
                   |                            |bburg at apple.com,
                   |                            |benjamin at webkit.org,
                   |                            |graouts at webkit.org,
                   |                            |joepeck at webkit.org,
                   |                            |mattbaker at apple.com,
                   |                            |mmaxfield at apple.com,
                   |                            |nvasilyev at apple.com,
                   |                            |ryanhaddad at apple.com,
                   |                            |timothy at apple.com
                 CC|                            |webkit-bug-importer at group.a
                   |                            |pple.com
            Summary|The layout tests produce    |http/tests/contentextension
                   |false positive results      |s/font-display-none-repeate
                   |                            |d-layout.html is flaky
           Keywords|                            |LayoutTestFailure
          Component|Tools / Tests               |Web Inspector

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
The way EWS works is that when there are failures, it runs the tests again, and if failures are the same, it rolls out the patch, and runs the tests once again to check whether the failure(s) are a regression.

This is what happened here - a flaky test failed twice in a row, and didn't fail on the third try. I don't think that there is anything actionable here for EWS - we probably shouldn't make it slower by trying even more times.

http/tests/contentextensions/font-display-none-repeated-layout.html flakily fails with this diff:

-CONSOLE MESSAGE: Content blocker prevented frame displaying http://127.0.0.1:8000/contentextensions/font-display-none-repeated-layout.html from loading a resource from http://127.0.0.1:8000/resources/Ahem.woff
+CONSOLE MESSAGE: line 13: Content blocker prevented frame displaying http://127.0.0.1:8000/contentextensions/font-display-none-repeated-layout.html from loading a resource from http://127.0.0.1:8000/resources/Ahem.woff

It's a bug in console support code that content blocker messages flakily depend on other state.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160118/9ff49795/attachment.html>


More information about the webkit-unassigned mailing list