Title: [220607] branches/safari-604.1.38.0-branch/LayoutTests
Revision
220607
Author
ryanhad...@apple.com
Date
2017-08-11 13:36:46 -0700 (Fri, 11 Aug 2017)

Log Message

Unreviewed test gardening. rdar://problem/33831603

* fast/events/ios/no-touch-events-when-stopping-momentum-scroll-in-mainframe-expected.txt:
* platform/ios-11/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-wk2/fast/dom/elementFromPoint-relative-to-viewport-expected.txt:

Modified Paths

Diff

Modified: branches/safari-604.1.38.0-branch/LayoutTests/ChangeLog (220606 => 220607)


--- branches/safari-604.1.38.0-branch/LayoutTests/ChangeLog	2017-08-11 20:08:33 UTC (rev 220606)
+++ branches/safari-604.1.38.0-branch/LayoutTests/ChangeLog	2017-08-11 20:36:46 UTC (rev 220607)
@@ -1,3 +1,12 @@
+2017-08-11  Ryan Haddad  <ryanhad...@apple.com>
+
+        Unreviewed test gardening. rdar://problem/33831603
+
+        * fast/events/ios/no-touch-events-when-stopping-momentum-scroll-in-mainframe-expected.txt:
+        * platform/ios-11/TestExpectations:
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/ios-wk2/fast/dom/elementFromPoint-relative-to-viewport-expected.txt:
+
 2017-08-11  Matt Lewis  <jlew...@apple.com>
 
          Unreviwed test gardening. <rdar://problem/33831603>

Modified: branches/safari-604.1.38.0-branch/LayoutTests/fast/events/ios/no-touch-events-when-stopping-momentum-scroll-in-mainframe-expected.txt (220606 => 220607)


--- branches/safari-604.1.38.0-branch/LayoutTests/fast/events/ios/no-touch-events-when-stopping-momentum-scroll-in-mainframe-expected.txt	2017-08-11 20:08:33 UTC (rev 220606)
+++ branches/safari-604.1.38.0-branch/LayoutTests/fast/events/ios/no-touch-events-when-stopping-momentum-scroll-in-mainframe-expected.txt	2017-08-11 20:36:46 UTC (rev 220607)
@@ -1,10 +1,10 @@
 PASS document.body.scrollTop became different from 0
 PASS document.getElementById('touches').textContent is "1"
-FAIL document.getElementById('touches').textContent should be 1. Was 2.
-FAIL document.getElementById('touches').textContent should be 2. Was 3.
+PASS document.getElementById('touches').textContent is "1"
+PASS document.getElementById('touches').textContent is "2"
 PASS successfullyParsed is true
 
 TEST COMPLETE
 To manually test, swipe down to scroll in the document. The touch count should update to 1. Tap anywhere to stop scrolling while decelerating. The touch count should remain at 1. Then tap again in the document. The touch count should be 2.
 
-The touch count is: 3
+The touch count is: 2

Modified: branches/safari-604.1.38.0-branch/LayoutTests/platform/ios-11/TestExpectations (220606 => 220607)


--- branches/safari-604.1.38.0-branch/LayoutTests/platform/ios-11/TestExpectations	2017-08-11 20:08:33 UTC (rev 220606)
+++ branches/safari-604.1.38.0-branch/LayoutTests/platform/ios-11/TestExpectations	2017-08-11 20:36:46 UTC (rev 220607)
@@ -142,7 +142,6 @@
 webgl/1.0.2/conformance/ogles/GL/asin/asin_001_to_006.html [ Skip ]
 webgl/1.0.2/conformance/ogles/GL/acos/acos_001_to_006.html [ Skip ]
 webgl/1.0.2/conformance/attribs/gl-vertex-attrib-zero-issues.html [ Skip ]
-fast/events/ios/before-input-events-prevent-candidate-insertion.html [ Timeout ]
 imported/w3c/web-platform-tests/XMLHttpRequest/send-blob-with-no-mime-type.html [ Failure ]
 imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.html [ Failure ]
 imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker.html [ Failure ]

Modified: branches/safari-604.1.38.0-branch/LayoutTests/platform/ios-simulator-wk2/TestExpectations (220606 => 220607)


--- branches/safari-604.1.38.0-branch/LayoutTests/platform/ios-simulator-wk2/TestExpectations	2017-08-11 20:08:33 UTC (rev 220606)
+++ branches/safari-604.1.38.0-branch/LayoutTests/platform/ios-simulator-wk2/TestExpectations	2017-08-11 20:36:46 UTC (rev 220607)
@@ -34,7 +34,7 @@
 
 webkit.org/b/174100 webgl/1.0.2/conformance/glsl/misc/shader-with-non-reserved-words.html [ Skip ]
 
-webkit.org/b/173010 js/slow-stress/Int32Array-alloc-huge.html [ Pass Timout ]
+webkit.org/b/173010 js/slow-stress/Int32Array-alloc-huge.html [ Pass Timeout ]
 
 webkit.org/b/174183 animations/resume-after-page-cache.html [ Pass Failure ]
 

Modified: branches/safari-604.1.38.0-branch/LayoutTests/platform/ios-wk2/fast/dom/elementFromPoint-relative-to-viewport-expected.txt (220606 => 220607)


--- branches/safari-604.1.38.0-branch/LayoutTests/platform/ios-wk2/fast/dom/elementFromPoint-relative-to-viewport-expected.txt	2017-08-11 20:08:33 UTC (rev 220606)
+++ branches/safari-604.1.38.0-branch/LayoutTests/platform/ios-wk2/fast/dom/elementFromPoint-relative-to-viewport-expected.txt	2017-08-11 20:36:46 UTC (rev 220607)
@@ -20,8 +20,8 @@
 Test Initial
 PASS unscrolledBoxInitial is '0'
 PASS scrolledDownBoxInitial is '5'
-FAIL scrolledRightBoxInitial should be 3. Was 2.
-FAIL scrolledDownAndRightBoxInitial should be 8. Was 7.
+PASS scrolledRightBoxInitial is '3'
+PASS scrolledDownAndRightBoxInitial is '8'
 PASS successfullyParsed is true
 
 TEST COMPLETE
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to