<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Implement EventSenderProxy for WebKitTestRunner on iOS"
   href="https://bugs.webkit.org/show_bug.cgi?id=148963#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Implement EventSenderProxy for WebKitTestRunner on iOS"
   href="https://bugs.webkit.org/show_bug.cgi?id=148963">bug 148963</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>Comment on <span class=""><a href="attachment.cgi?id=260776&amp;action=diff" name="attach_260776" title="Patch">attachment 260776</a> <a href="attachment.cgi?id=260776&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=260776&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=260776&amp;action=review</a>

<span class="quote">&gt; LayoutTests/fast/forms/disabled-search-input.html:46
&gt; -    }, 0);
&gt; +    }, 500);</span >

This is not right. Nothing in regression tests is guaranteed to happen within 500 ms - there are many processes competing for the CPU, and with hyperthreading, some of the virtual cores can be very slow. Furthermore, CPU load increases even further when there is a crash, or even media playing.

<span class="quote">&gt; LayoutTests/platform/ios-simulator/TestExpectations:1767
&gt; -fast/forms/disabled-search-input.html [ Failure ]
&gt; +fast/forms/disabled-search-input.html [ Pass ]</span >

We now need separate results per iOS version, as we can't get this pass without UIKit changes.</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>