Title: [192002] trunk/LayoutTests
Revision
192002
Author
a...@apple.com
Date
2015-11-03 17:01:48 -0800 (Tue, 03 Nov 2015)

Log Message

[iOS] Skip the touch tests
https://bugs.webkit.org/show_bug.cgi?id=150863

Reviewed by Darin Adler.

* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (192001 => 192002)


--- trunk/LayoutTests/ChangeLog	2015-11-04 01:01:34 UTC (rev 192001)
+++ trunk/LayoutTests/ChangeLog	2015-11-04 01:01:48 UTC (rev 192002)
@@ -1,3 +1,14 @@
+2015-11-03  Alexey Proskuryakov  <a...@apple.com>
+
+        [iOS] Skip the touch tests
+        https://bugs.webkit.org/show_bug.cgi?id=150863
+
+        Reviewed by Darin Adler.
+
+        * platform/ios-simulator-wk1/TestExpectations:
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/ios-simulator/TestExpectations:
+
 2015-11-03  Ryan Haddad  <ryanhad...@apple.com>
 
         Marking streams/reference-implementation/writable-stream-abort.html as flaky on win

Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (192001 => 192002)


--- trunk/LayoutTests/platform/ios-simulator/TestExpectations	2015-11-04 01:01:34 UTC (rev 192001)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations	2015-11-04 01:01:48 UTC (rev 192002)
@@ -199,6 +199,8 @@
 # AutoFill button is not supported
 fast/forms/auto-fill-button/mouse-down-input-mouse-release-auto-fill-button.html
 
+fast/events/touch [ Skip ]
+
 ###
 # Known failures
 ##
@@ -1636,32 +1638,6 @@
 fast/events/tab-focus-link-in-canvas.html [ Failure ]
 fast/events/tabindex-focus-blur-all.html [ Failure ]
 
-fast/events/touch/basic-multi-touch-events-limited.html [ Failure ]
-fast/events/touch/basic-multi-touch-events.html [ Failure ]
-fast/events/touch/basic-single-touch-events.html [ Failure ]
-fast/events/touch/document-create-touch-list.html [ Failure ]
-fast/events/touch/document-create-touch.html [ Failure ]
-fast/events/touch/frame-hover-update.html [ Failure ]
-fast/events/touch/gesture/pad-gesture-cancel.html [ Failure ]
-fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html [ Failure ]
-fast/events/touch/gesture/touch-gesture-scroll-div-propagated.html [ Failure ]
-fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated.html [ Failure ]
-fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html [ Failure ]
-fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html [ Failure ]
-fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html [ Failure ]
-fast/events/touch/gesture/touch-gesture-scroll-sideways.html [ Failure ]
-fast/events/touch/multi-touch-grouped-targets.html [ Failure ]
-fast/events/touch/multi-touch-inside-iframes.html [ Failure ]
-fast/events/touch/multi-touch-inside-nested-iframes.html [ Failure ]
-fast/events/touch/scroll-without-mouse-lacks-mousemove-events.html [ Failure ]
-fast/events/touch/touch-before-pressing-spin-button.html [ Failure ]
-fast/events/touch/touch-coords-in-zoom-and-scroll.html [ Failure ]
-fast/events/touch/touch-input-element-change-documents.html [ Failure ]
-fast/events/touch/touch-scaled-scrolled.html [ Failure ]
-fast/events/touch/touch-slider-no-js-touch-listener.html [ Failure ]
-fast/events/touch/touch-slider.html [ Failure ]
-fast/events/touch/zoomed-touch-event-pageXY.html [ Skip ]
-
 # Ref-test imported from W3C that is failing because type=image input elements have rounded corners on iOS.
 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/image01.html [ ImageOnlyFailure ]
 # Ref-test imported form W3C that is failing because the test is off by a couple of pixels on iOS.
@@ -2314,10 +2290,6 @@
 fast/workers/worker-storagequota-query-usage.html [ Failure ]
 fast/xsl/sort-locale.xml [ Failure ]
 
-# <rdar://problem/12073352> PEP Web Tools: emulator touch tests cause DRT to timeout
-fast/events/touch/emulate-touch-events.html
-fast/events/touch/emulated-touch-iframe.html
-
 # iOS does not support window resizing or window.resizeTo().
 fast/dynamic/window-resize-scrollbars-test.html [ Skip ]
 fast/images/animated-gif-window-resizing.html [ Skip ]
@@ -2352,14 +2324,6 @@
 fast/events/recorded-keydown-event.html
 fast/events/remove-child-onscroll.html
 fast/events/resize-subframe.html
-fast/events/touch/gesture/gesture-click.html
-fast/events/touch/gesture/gesture-dblclick.html
-fast/events/touch/gesture/gesture-scroll.html
-fast/events/touch/gesture/gesture-tap-active-state-iframe.html
-fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag.html
-fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag.html
-fast/events/touch/page-scaled-touch-gesture-click.html
-fast/events/touch/touch-inside-iframe-scrolled.html
 fast/events/wheelevent-in-text-node.html
 fast/events/will-reveal-edges-body-attributes.html
 fast/events/will-reveal-edges-event-listeners.html
@@ -2556,6 +2520,8 @@
 platform/ios-simulator/ios/scrolling/scrolling-content-clip-to-viewport.html [ Failure ]
 platform/ios-simulator/ios/scrolling/textarea-scroll-touch.html [ Failure ]
 platform/ios-simulator/ios/scrolling/touch-stacking.html [ Failure ]
+platform/ios-simulator/ios/touch [ Skip ]
+fast/events/ios/focused-input-should-assist-on-touch.html [ Skip ]
 
 webkit.org/b/145432 media/video-transformed-by-_javascript_.html [ Failure ]
 

Modified: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (192001 => 192002)


--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations	2015-11-04 01:01:34 UTC (rev 192001)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations	2015-11-04 01:01:48 UTC (rev 192002)
@@ -818,7 +818,6 @@
 fast/events/mousedown-in-subframe-scrollbar.html [ Failure ]
 fast/events/no-blur-on-page-leave.html [ Failure ]
 fast/events/scale-and-scroll-window.html [ Failure ]
-fast/events/touch/gesture/gesture-scrollbar.html [ Failure ]
 fast/flexbox/clear-overflow-before-scroll-update.html [ Failure ]
 fast/forms/date/date-interactive-validation-required.html [ Failure ]
 fast/forms/datetime/datetime-interactive-validation-required.html [ Failure ]
@@ -889,7 +888,6 @@
 platform/ios-simulator/ios/scrolling/scrollTo-at-page-load.html [ Failure ]
 platform/ios-simulator/ios/scrolling/overflow-div-scrolling.html [ Failure ]
 platform/ios-simulator/ios/storage/domstorage/5mb-quota.html [ Failure ]
-platform/ios-simulator/ios/touch/touch-handler-on-window.html [ Failure ]
 
 # LayoutTests/fast test that time out:
 fast/block/positioning/vertical-rl/001.html

Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (192001 => 192002)


--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations	2015-11-04 01:01:34 UTC (rev 192001)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations	2015-11-04 01:01:48 UTC (rev 192002)
@@ -6,13 +6,11 @@
 # Platform-specific directories. Skipped globally, then re-enabled here.
 #//////////////////////////////////////////////////////////////////////////////////////////
 
-css3/touch-action [ Pass ]
 fast/harness/ui-side-scripts.html [ Pass ]
 fast/harness/concurrent-ui-side-scripts.html [ Pass ]
 fast/zooming/ios [ Pass ]
 fast/viewport/ios [ Pass ]
 fast/events/ios [ Pass ]
-fast/events/touch/ios [ Pass ]
 
 #//////////////////////////////////////////////////////////////////////////////////////////
 # End platform-specific directories.
@@ -647,7 +645,6 @@
 fast/events/mouseout-dead-node.html [ Failure ]
 fast/events/mouseover-mouseout.html [ Failure ]
 fast/events/mouseup-outside-document.html [ Failure ]
-fast/events/touch/gesture/gesture-scrollbar.html [ Failure ]
 fast/flexbox/clear-overflow-before-scroll-update.html [ Failure ]
 fast/flexbox/line-clamp-link-after-ellipsis.html [ Failure ]
 fast/forms/25153.html [ Failure ]
@@ -973,22 +970,6 @@
 fast/events/popup-when-select-change.html
 fast/events/related-target-focusevent.html
 
-fast/events/touch/basic-single-touch-events.html [ Skip ]
-fast/events/touch/multi-touch-grouped-targets.html [ Skip ]
-fast/events/touch/multi-touch-inside-iframes.html [ Skip ]
-fast/events/touch/multi-touch-inside-nested-iframes.html [ Skip ]
-fast/events/touch/send-oncancel-event.html [ Skip ]
-fast/events/touch/tap-highlight-color.html [ Skip ]
-fast/events/touch/touch-active-state.html [ Skip ]
-fast/events/touch/touch-coords-in-zoom-and-scroll.html [ Skip ]
-fast/events/touch/touch-inside-iframe.html [ Skip ]
-fast/events/touch/touch-scaled-scrolled.html [ Skip ]
-fast/events/touch/touch-slider-no-js-touch-listener.html [ Skip ]
-fast/events/touch/touch-slider.html [ Skip ]
-fast/events/touch/touch-stale-node-crash.html [ Skip ]
-fast/events/touch/touch-target-limited.html [ Skip ]
-fast/events/touch/touch-target.html [ Skip ]
-
 fast/filter-image/filter-image-animation.html
 fast/forms/formmethod-attribute-input-2.html
 fast/forms/formtarget-attribute-input-2.html
@@ -1458,18 +1439,6 @@
 platform/ios-simulator/ios/fast/coordinates/touch-event-zoomed.html
 platform/ios-simulator/ios/fast/coordinates/touch-event.html
 
-fast/events/touch/input-touch-target.html
-fast/events/touch/inserted-fragment-touch-target.html
-fast/events/touch/moved-touch-target.html
-fast/events/touch/multi-touch-some-without-handlers.html
-fast/events/touch/ontouchstart-active-selector.html
-fast/events/touch/removed-fragment-touch-target.html
-fast/events/touch/removed-touch-target.html
-fast/events/touch/text-node-touch-target.html
-fast/events/touch/textarea-touch-target.html
-fast/events/touch/touch-event-frames.html
-fast/events/touch/touch-event-pageXY.html
-
 platform/ios-simulator/ios/fast/forms/range-input-container-touches.html
 platform/ios-simulator/ios/fast/forms/range-input-readonly-and-disabled.html
 platform/ios-simulator/ios/fast/forms/range-input-touches.html
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to