Title: [255078] trunk/LayoutTests
Revision
255078
Author
[email protected]
Date
2020-01-24 10:13:46 -0800 (Fri, 24 Jan 2020)

Log Message

[GTK][WPE] Several WPT fetch tests are failing
https://bugs.webkit.org/show_bug.cgi?id=206416

Patch by Rob Buis <[email protected]> on 2020-01-24
Reviewed by Frédéric Wang.

It is better to skip these as more tests can be added
and this feature is not enabled on WPE/GTK.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (255077 => 255078)


--- trunk/LayoutTests/ChangeLog	2020-01-24 17:58:22 UTC (rev 255077)
+++ trunk/LayoutTests/ChangeLog	2020-01-24 18:13:46 UTC (rev 255078)
@@ -1,3 +1,16 @@
+2020-01-24  Rob Buis  <[email protected]>
+
+        [GTK][WPE] Several WPT fetch tests are failing
+        https://bugs.webkit.org/show_bug.cgi?id=206416
+
+        Reviewed by Frédéric Wang.
+
+        It is better to skip these as more tests can be added
+        and this feature is not enabled on WPE/GTK.
+
+        * platform/gtk/TestExpectations:
+        * platform/wpe/TestExpectations:
+
 2020-01-24  Lauro Moura  <[email protected]>
 
         [GTK] More unreviewed gardening.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (255077 => 255078)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2020-01-24 17:58:22 UTC (rev 255077)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2020-01-24 18:13:46 UTC (rev 255078)
@@ -1241,11 +1241,8 @@
 # WPT fetch tests.
 webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker.html [ Failure ]
 webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/range/sw.https.window.html [ Failure ]
-webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/stale-while-revalidate/fetch-sw.https.html [ Failure ]
-webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/stale-while-revalidate/fetch.html [ Failure ] 
-webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/stale-while-revalidate/stale-css.html [ Failure ]
-webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/stale-while-revalidate/stale-image.html [ Failure ]
-webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/stale-while-revalidate/stale-script.html [ Failure ] 
+# Stale-while-revalidate is not enabled for GTK
+webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/stale-while-revalidate [ Skip ]
 
 webkit.org/b/206498 compositing/contents-format/deep-color-backing-store.html [ Failure ]
 webkit.org/b/206498 compositing/geometry/layer-due-to-layer-children-switch.html [ Failure ]

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (255077 => 255078)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2020-01-24 17:58:22 UTC (rev 255077)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2020-01-24 18:13:46 UTC (rev 255078)
@@ -509,11 +509,8 @@
 # WPT fetch tests.
 webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker.html [ Failure ]
 webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/range/sw.https.window.html [ Failure ]
-webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/stale-while-revalidate/fetch-sw.https.html [ Failure ]
-webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/stale-while-revalidate/fetch.html [ Failure ] 
-webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/stale-while-revalidate/stale-css.html [ Failure ]
-webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/stale-while-revalidate/stale-image.html [ Failure ]
-webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/stale-while-revalidate/stale-script.html [ Failure ] 
+# Stale-while-revalidate is not enabled for WPE
+webkit.org/b/206416 imported/w3c/web-platform-tests/fetch/stale-while-revalidate [ Skip ]
 
 webkit.org/b/39160 security/block-test-no-port.html [ Failure ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to