[iOS Simulator] fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field.html times out This test seems to be timing out on every run <https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r194298%20(1861)/results.html> <https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r194295%20(1860)/results.html> <https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r194294%20(1859)/results.html> --- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field-expected.txt +++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field-actual.txt @@ -1,9 +1,2 @@ -Test that an element, with an onclick handler and an empty ontouchstart attribute, in an <iframe> on a page with a search field and specifies an :active pseudo-class for <body> receives a DOM click event when tapped. To run this test by hand, click the blue square below. +FAIL: Timed out waiting for notifyDone to be called -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". - -PASS clicked blue square -PASS successfullyParsed is true - -TEST COMPLETE -
We need to fix bug #141906 in order to support handling native touch events when WebKit is built with the public iOS SDK because the test synthesizes a native touch event via its use of uiController.singleTapAtPoint(). For now we should skip test fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field.html when WebKit was built with the public iOS SDK.
Skipped test on ios-simulator in r194335