Bug 152449 - [iOS Simulator] fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field.html times out
Summary: [iOS Simulator] fast/events/can-click-element-on-page-with-active-pseudo-clas...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad iOS 9.0
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 141906 144451
Blocks: 152130
  Show dependency treegraph
 
Reported: 2015-12-18 15:53 PST by Ryan Haddad
Modified: 2015-12-21 11:21 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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