<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ap&#64;webkit.org" title="Alexey Proskuryakov &lt;ap&#64;webkit.org&gt;"> <span class="fn">Alexey Proskuryakov</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - http/tests/contentextensions/font-display-none-repeated-layout.html is flaky"
   href="https://bugs.webkit.org/show_bug.cgi?id=153172">bug 153172</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>achristensen&#64;apple.com, ap&#64;webkit.org, bburg&#64;apple.com, benjamin&#64;webkit.org, graouts&#64;webkit.org, joepeck&#64;webkit.org, mattbaker&#64;apple.com, mmaxfield&#64;apple.com, nvasilyev&#64;apple.com, ryanhaddad&#64;apple.com, timothy&#64;apple.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>webkit-bug-importer&#64;group.apple.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>The layout tests produce false positive results
           </td>
           <td>http/tests/contentextensions/font-display-none-repeated-layout.html is flaky
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
               &nbsp;
           </td>
           <td>LayoutTestFailure
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Component</td>
           <td>Tools / Tests
           </td>
           <td>Web Inspector
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - http/tests/contentextensions/font-display-none-repeated-layout.html is flaky"
   href="https://bugs.webkit.org/show_bug.cgi?id=153172#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - http/tests/contentextensions/font-display-none-repeated-layout.html is flaky"
   href="https://bugs.webkit.org/show_bug.cgi?id=153172">bug 153172</a>
              from <span class="vcard"><a class="email" href="mailto:ap&#64;webkit.org" title="Alexey Proskuryakov &lt;ap&#64;webkit.org&gt;"> <span class="fn">Alexey Proskuryakov</span></a>
</span></b>
        <pre>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 <a href="http://127.0.0.1:8000/contentextensions/font-display-none-repeated-layout.html">http://127.0.0.1:8000/contentextensions/font-display-none-repeated-layout.html</a> from loading a resource from <a href="http://127.0.0.1:8000/resources/Ahem.woff">http://127.0.0.1:8000/resources/Ahem.woff</a>
+CONSOLE MESSAGE: line 13: Content blocker prevented frame displaying <a href="http://127.0.0.1:8000/contentextensions/font-display-none-repeated-layout.html">http://127.0.0.1:8000/contentextensions/font-display-none-repeated-layout.html</a> from loading a resource from <a href="http://127.0.0.1:8000/resources/Ahem.woff">http://127.0.0.1:8000/resources/Ahem.woff</a>

It's a bug in console support code that content blocker messages flakily depend on other state.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>