Title: [252363] trunk/LayoutTests
Revision
252363
Author
commit-qu...@webkit.org
Date
2019-11-12 07:24:15 -0800 (Tue, 12 Nov 2019)

Log Message

Unskip some fetch tests
https://bugs.webkit.org/show_bug.cgi?id=204047

Patch by Rob Buis <rb...@igalia.com> on 2019-11-12
Reviewed by Youenn Fablet.

LayoutTests/imported/w3c:

Add expectation for bad-gzip-body.any.worker.html.

* web-platform-tests/fetch/api/request/destination/fetch-destination-no-load-event.https-expected.txt: Added.
* web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt:

LayoutTests:

Unskip two fetch tests that do not time out anymore.

* TestExpectations:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (252362 => 252363)


--- trunk/LayoutTests/ChangeLog	2019-11-12 15:07:22 UTC (rev 252362)
+++ trunk/LayoutTests/ChangeLog	2019-11-12 15:24:15 UTC (rev 252363)
@@ -1,3 +1,14 @@
+2019-11-12  Rob Buis  <rb...@igalia.com>
+
+        Unskip some fetch tests
+        https://bugs.webkit.org/show_bug.cgi?id=204047
+
+        Reviewed by Youenn Fablet.
+
+        Unskip two fetch tests that do not time out anymore.
+
+        * TestExpectations:
+
 2019-11-12  Carlos Alberto Lopez Perez  <clo...@igalia.com>
 
         [GTK][WPE] Enable CSS Painting API

Modified: trunk/LayoutTests/TestExpectations (252362 => 252363)


--- trunk/LayoutTests/TestExpectations	2019-11-12 15:07:22 UTC (rev 252362)
+++ trunk/LayoutTests/TestExpectations	2019-11-12 15:24:15 UTC (rev 252363)
@@ -765,9 +765,7 @@
 imported/w3c/web-platform-tests/fetch/sec-metadata [ Skip ]
 
 # These fetch tests time out
-imported/w3c/web-platform-tests/fetch/api/request/destination/fetch-destination-no-load-event.https.html [ Skip ]
 imported/w3c/web-platform-tests/fetch/api/request/destination/fetch-destination.https.html [ Skip ]
-imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker.html [ Skip ]
 imported/w3c/web-platform-tests/fetch/api/request/destination/fetch-destination-prefetch.https.html [ Skip ]
 imported/w3c/web-platform-tests/fetch/content-type/response.window.html [ Skip ]
 

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (252362 => 252363)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2019-11-12 15:07:22 UTC (rev 252362)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2019-11-12 15:24:15 UTC (rev 252363)
@@ -1,3 +1,15 @@
+2019-11-12  Rob Buis  <rb...@igalia.com>
+
+        Unskip some fetch tests
+        https://bugs.webkit.org/show_bug.cgi?id=204047
+
+        Reviewed by Youenn Fablet.
+
+        Add expectation for bad-gzip-body.any.worker.html.
+
+        * web-platform-tests/fetch/api/request/destination/fetch-destination-no-load-event.https-expected.txt: Added.
+        * web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt:
+
 2019-11-12  Carlos Alberto Lopez Perez  <clo...@igalia.com>
 
         [Pointer Events WPT] Delete manual tests imported as layout tests

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/destination/fetch-destination-no-load-event.https-expected.txt (0 => 252363)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/destination/fetch-destination-no-load-event.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/destination/fetch-destination-no-load-event.https-expected.txt	2019-11-12 15:24:15 UTC (rev 252363)
@@ -0,0 +1,10 @@
+
+PASS Initialize global state 
+PASS Background image fetches with an "image" Request.destination 
+PASS Font loading API fetches with an "font" Request.destination 
+PASS CSS font fetches with an "font" Request.destination 
+PASS sendBeacon() fetches with an empty string Request.destination 
+PASS Cache.add() fetches with an empty string Request.destination 
+PASS importScripts() fetches with a "script" Request.destination 
+PASS @import fetches with a "style" Request.destination 
+

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt (252362 => 252363)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt	2019-11-12 15:07:22 UTC (rev 252362)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt	2019-11-12 15:24:15 UTC (rev 252363)
@@ -1,10 +1,8 @@
 
-Harness Error (TIMEOUT), message = null
-
 PASS Fetching a resource with bad gzip content should still resolve 
-TIMEOUT Consuming the body of a resource with bad gzip content with arrayBuffer() should reject Test timed out
-NOTRUN Consuming the body of a resource with bad gzip content with blob() should reject 
-NOTRUN Consuming the body of a resource with bad gzip content with formData() should reject 
-NOTRUN Consuming the body of a resource with bad gzip content with json() should reject 
-NOTRUN Consuming the body of a resource with bad gzip content with text() should reject 
+PASS Consuming the body of a resource with bad gzip content with arrayBuffer() should reject 
+PASS Consuming the body of a resource with bad gzip content with blob() should reject 
+FAIL Consuming the body of a resource with bad gzip content with formData() should reject assert_throws: function "function () { throw e }" threw object "NotSupportedError: The operation is not supported." ("NotSupportedError") expected object "TypeError" ("TypeError")
+PASS Consuming the body of a resource with bad gzip content with json() should reject 
+PASS Consuming the body of a resource with bad gzip content with text() should reject 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to