[Webkit-unassigned] [Bug 148963] Implement EventSenderProxy for WebKitTestRunner on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 09:12:50 PDT 2015


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

--- Comment #6 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 260776
  --> https://bugs.webkit.org/attachment.cgi?id=260776
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=260776&action=review

> LayoutTests/fast/forms/disabled-search-input.html:46
> -    }, 0);
> +    }, 500);

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.

> LayoutTests/platform/ios-simulator/TestExpectations:1767
> -fast/forms/disabled-search-input.html [ Failure ]
> +fast/forms/disabled-search-input.html [ Pass ]

We now need separate results per iOS version, as we can't get this pass without UIKit changes.

-- 
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/20150909/4c594e39/attachment.html>


More information about the webkit-unassigned mailing list