Title: [223325] trunk/LayoutTests
Revision
223325
Author
commit-qu...@webkit.org
Date
2017-10-14 16:57:20 -0700 (Sat, 14 Oct 2017)

Log Message

Implement Cache API support for WPE/GTK
https://bugs.webkit.org/show_bug.cgi?id=178316

Unreviewed.

Skip tests until feature is implemented.

Patch by Youenn Fablet <you...@apple.com> on 2017-10-14

* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (223324 => 223325)


--- trunk/LayoutTests/ChangeLog	2017-10-14 23:55:12 UTC (rev 223324)
+++ trunk/LayoutTests/ChangeLog	2017-10-14 23:57:20 UTC (rev 223325)
@@ -1,5 +1,17 @@
 2017-10-14  Youenn Fablet  <you...@apple.com>
 
+        Implement Cache API support for WPE/GTK
+        https://bugs.webkit.org/show_bug.cgi?id=178316
+
+        Unreviewed.
+
+        Skip tests until feature is implemented.
+
+        * platform/gtk/TestExpectations:
+        * platform/wpe/TestExpectations:
+
+2017-10-14  Youenn Fablet  <you...@apple.com>
+
         WebRTC test gardening
         https://bugs.webkit.org/show_bug.cgi?id=178317
 

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (223324 => 223325)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-10-14 23:55:12 UTC (rev 223324)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-10-14 23:57:20 UTC (rev 223325)
@@ -1134,18 +1134,12 @@
 # This test assumes that color on sliders is not reversed for RTL, so failing is good.
 fast/forms/range/input-appearance-range-rtl.html [ ImageOnlyFailure ]
 
+webkit.org/b/178316 imported/w3c/web-platform-tests/service-workers/cache-storage [ Skip ]
+webkit.org/b/178316 http/wpt/cache-storage [ Skip ]
+webkit.org/b/178316 http/tests/cache-storage [ Skip ]
+
 # Service-workers implementation is not complete yet
 webkit.org/b/175419 http/tests/workers/service [ Skip ]
-webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/cache-storage [ Failure ]
-webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/cache-storage/common.https.html [ Skip ]
-webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-delete.https.html [ Crash ]
-webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-keys.https.html [ Crash ]
-webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-matchAll.https.html [ Crash ]
-webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-put.https.html [ Crash ]
-webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-delete.https.html [ Crash ]
-webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-keys.https.html [ Crash ]
-webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-matchAll.https.html [ Crash ]
-webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-put.https.html [ Crash ]
 webkit.org/b/175419 imported/w3c/web-platform-tests/background-fetch/interfaces-worker.https.html [ Failure ]
 webkit.org/b/175419 imported/w3c/web-platform-tests/background-fetch/interfaces.html [ Failure ]
 webkit.org/b/175419 imported/w3c/web-platform-tests/fetch/api/policies/referrer-no-referrer-service-worker.https.html [ Failure ]
@@ -1283,12 +1277,6 @@
 
 webkit.org/b/173916 webaudio/silent-audio-interrupted-in-background.html [ Skip ]
 
-webkit.org/b/175874 imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-match.https.html [ Crash ]
-webkit.org/b/175874 imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-match.https.html [ Crash ]
-
-webkit.org/b/175875 imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-storage-match.https.html [ Crash ]
-webkit.org/b/175875 imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-storage-match.https.html [ Crash ]
-
 webkit.org/b/175575 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay-with-slow-text-tracks.html [ Crash Pass ]
 
 webkit.org/b/176796 accessibility/gtk/xml-roles-exposed.html [ Crash ]
@@ -3316,9 +3304,6 @@
 webkit.org/b/176648 svg/transforms/transformed-text-fill-gradient.html [ ImageOnlyFailure ]
 webkit.org/b/176649 fast/text/international/synthesized-italic-vertical.html [ ImageOnlyFailure ]
 
-webkit.org/b/176652 http/tests/cache-storage/cache-origins.https.html [ Failure ]
-webkit.org/b/176652 http/tests/cache-storage/cache-records-persistency.https.html [ Failure ]
-
 webkit.org/b/177294 platform/gtk/fonts/fontconfig-aliasing-settings.html [ Failure ]
 webkit.org/b/177294 fast/text/fitzpatrick-combination.html [ ImageOnlyFailure ]
 

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (223324 => 223325)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2017-10-14 23:55:12 UTC (rev 223324)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2017-10-14 23:57:20 UTC (rev 223325)
@@ -891,8 +891,9 @@
 
 webkit.org/b/175419 http/tests/workers/service [ Skip ]
 
-webkit.org/b/176652 http/tests/cache-storage/cache-origins.https.html [ Failure ]
-webkit.org/b/176652 http/tests/cache-storage/cache-records-persistency.https.html [ Failure ]
+webkit.org/b/178316 imported/w3c/web-platform-tests/service-workers/cache-storage [ Skip ]
+webkit.org/b/178316 http/wpt/cache-storage [ Skip ]
+webkit.org/b/178316 http/tests/cache-storage [ Skip ]
 
 http/tests/dom/document-attributes-null-handling [ Failure ]
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to