Title: [234899] trunk/LayoutTests
Revision
234899
Author
[email protected]
Date
2018-08-15 13:45:41 -0700 (Wed, 15 Aug 2018)

Log Message

Disable IntersectionObserver tests on Windows for now
https://bugs.webkit.org/show_bug.cgi?id=188613

Unreviewed test gardening.

The experimental feature for IntersectionObserver is off by default, and
Windows WebKit API would have to change to enable it, so just skip the
tests for now.

* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (234898 => 234899)


--- trunk/LayoutTests/ChangeLog	2018-08-15 20:42:26 UTC (rev 234898)
+++ trunk/LayoutTests/ChangeLog	2018-08-15 20:45:41 UTC (rev 234899)
@@ -1,3 +1,17 @@
+2018-08-15  Ali Juma  <[email protected]>
+
+        Disable IntersectionObserver tests on Windows for now
+        https://bugs.webkit.org/show_bug.cgi?id=188613
+
+        Unreviewed test gardening.
+
+        The experimental feature for IntersectionObserver is off by default, and
+        Windows WebKit API would have to change to enable it, so just skip the
+        tests for now.
+
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
 2018-08-15  Aditya Keerthi  <[email protected]>
 
         [Datalist] Add button to TextFieldInputs with a datalist

Modified: trunk/LayoutTests/platform/win/TestExpectations (234898 => 234899)


--- trunk/LayoutTests/platform/win/TestExpectations	2018-08-15 20:42:26 UTC (rev 234898)
+++ trunk/LayoutTests/platform/win/TestExpectations	2018-08-15 20:45:41 UTC (rev 234899)
@@ -122,6 +122,9 @@
 # color-filters are off by default
 webkit.org/b/185076 css3/color-filters [ Skip ]
 
+# IntersectionObserver is off by default
+webkit.org/b/188613 intersection-observer [ Skip ]
+
 # TODO Should be moved to platform/mac <rdar://5621425>
 http/tests/misc/willCacheResponse-delegate-callback.html [ Skip ]
 
@@ -3344,8 +3347,6 @@
 http/tests/xmlhttprequest/redirections-and-user-headers.html [ Failure ]
 imported/blink/storage/indexeddb/blob-basics-metadata.html [ Failure ]
 imported/blink/storage/indexeddb/empty-blob-file.html [ Failure ]
-intersection-observer/intersection-observer-entry-interface.html [ Failure ]
-intersection-observer/intersection-observer-interface.html [ Failure ]
 js/dom/constructor-length.html [ Failure ]
 js/dom/deep-recursion-test.html [ Failure ]
 js/dom/regress-157246.html [ Failure ]

Modified: trunk/LayoutTests/platform/wincairo/TestExpectations (234898 => 234899)


--- trunk/LayoutTests/platform/wincairo/TestExpectations	2018-08-15 20:42:26 UTC (rev 234898)
+++ trunk/LayoutTests/platform/wincairo/TestExpectations	2018-08-15 20:45:41 UTC (rev 234899)
@@ -513,10 +513,6 @@
 # textInputController.setComposition() is not implementation.
 fast/forms/input-set-composition-scroll.html [ Skip ]
 
-# Can't find variable: IntersectionObserverEntry
-intersection-observer/intersection-observer-entry-interface.html [ Failure ]
-intersection-observer/intersection-observer-interface.html [ Failure ]
-
 # Can't find variable: WritableStream
 js/dom/builtin-getter-name.html [ Failure ]
 streams/pipe-to.html [ Failure ]
@@ -1451,6 +1447,9 @@
 # color-filters are off by default
 webkit.org/b/185076 css3/color-filters [ Skip ]
 
+# IntersectionObserver is off by default
+webkit.org/b/188613 intersection-observer [ Skip ]
+
 [ Debug ] css2.1/20110323/replaced-intrinsic-ratio-001.htm [ Pass Failure ]
 
 ################################################################################
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to