Title: [286480] trunk/LayoutTests
Revision
286480
Author
commit-qu...@webkit.org
Date
2021-12-02 20:49:45 -0800 (Thu, 02 Dec 2021)

Log Message

[GLIB] Update test expectations and baselines. Unreviewed test gardening.
https://bugs.webkit.org/show_bug.cgi?id=233799

Add a platform specific baseline for imported/w3c/web-platform-tests/service-workers/service-worker/navigation-preload/broken-chunked-encoding.https.html
as the tests pass on GTK and WPE.

Patch by Arcady Goldmints-Orlov <agoldmi...@igalia.com> on 2021-12-02

* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/service-workers/service-worker/navigation-preload/broken-chunked-encoding.https-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (286479 => 286480)


--- trunk/LayoutTests/ChangeLog	2021-12-03 04:37:35 UTC (rev 286479)
+++ trunk/LayoutTests/ChangeLog	2021-12-03 04:49:45 UTC (rev 286480)
@@ -1,3 +1,14 @@
+2021-12-02  Arcady Goldmints-Orlov  <agoldmi...@igalia.com>
+
+        [GLIB] Update test expectations and baselines. Unreviewed test gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=233799
+
+        Add a platform specific baseline for imported/w3c/web-platform-tests/service-workers/service-worker/navigation-preload/broken-chunked-encoding.https.html
+        as the tests pass on GTK and WPE.
+
+        * platform/glib/TestExpectations:
+        * platform/glib/imported/w3c/web-platform-tests/service-workers/service-worker/navigation-preload/broken-chunked-encoding.https-expected.txt: Added.
+
 2021-12-02  Tyler Wilcock  <tyle...@apple.com>
 
         AX: In AccessibilityRenderObject::documentLinks, use existing image-map document links instead of always creating new ones

Modified: trunk/LayoutTests/platform/glib/TestExpectations (286479 => 286480)


--- trunk/LayoutTests/platform/glib/TestExpectations	2021-12-03 04:37:35 UTC (rev 286479)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2021-12-03 04:49:45 UTC (rev 286480)
@@ -1083,6 +1083,9 @@
 webkit.org/b/185254 http/tests/xmlhttprequest/onloadend-event-after-sync-requests.html [ DumpJSConsoleLogInStdErr ]
 webkit.org/b/185254 http/tests/xmlhttprequest/response-access-on-error.html [ DumpJSConsoleLogInStdErr ]
 
+webkit.org/b/233796 imported/w3c/web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/refresh [ Failure ]
+webkit.org/b/233796 imported/w3c/web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/redirect-to-about.window.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of SOUP and Networking-related bugs
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -1354,6 +1357,8 @@
 webkit.org/b/229055 http/wpt/webrtc/sframe-transform-error.html [ Failure ]
 
 webkit.org/b/233740 http/wpt/webrtc/video-script-transform-keyframe-only.html [ Failure ]
+webkit.org/b/233740 webrtc/vp9-svc.html [ Timeout ]
+webkit.org/b/233740 webrtc/vp9.html [ Timeout ]
 
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of WebRTC-related bugs

Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/service-workers/service-worker/navigation-preload/broken-chunked-encoding.https-expected.txt (0 => 286480)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/service-workers/service-worker/navigation-preload/broken-chunked-encoding.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/service-workers/service-worker/navigation-preload/broken-chunked-encoding.https-expected.txt	2021-12-03 04:49:45 UTC (rev 286480)
@@ -0,0 +1,5 @@
+
+
+PASS FetchEvent#preloadResponse resolves even if the body is sent with broken chunked encoding.
+PASS FetchEvent#preloadResponse resolves even if the body is sent with broken chunked encoding with some delays
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to