Bug 152449

Summary: [iOS Simulator] fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field.html times out
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: dbates
Priority: P2    
Version: WebKit Nightly Build   
Hardware: iPhone / iPad   
OS: iOS 9.0   
Bug Depends on: 141906, 144451    
Bug Blocks: 152130    

Description Ryan Haddad 2015-12-18 15:53:53 PST
[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
-
Comment 1 Daniel Bates 2015-12-21 11:07:39 PST
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.
Comment 2 Ryan Haddad 2015-12-21 11:21:08 PST
Skipped test on ios-simulator in r194335