Title: [226198] trunk/LayoutTests
Revision
226198
Author
commit-qu...@webkit.org
Date
2017-12-20 13:08:57 -0800 (Wed, 20 Dec 2017)

Log Message

[GTK] imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.html is failing
https://bugs.webkit.org/show_bug.cgi?id=181029

Patch by Alicia Boya García <ab...@igalia.com> on 2017-12-20
Reviewed by Carlos Alberto Lopez Perez.

* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (226197 => 226198)


--- trunk/LayoutTests/ChangeLog	2017-12-20 20:10:24 UTC (rev 226197)
+++ trunk/LayoutTests/ChangeLog	2017-12-20 21:08:57 UTC (rev 226198)
@@ -1,3 +1,14 @@
+2017-12-20  Alicia Boya García  <ab...@igalia.com>
+
+        [GTK] imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=181029
+
+        Reviewed by Carlos Alberto Lopez Perez.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt:
+        * platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt:
+
 2017-12-20  Youenn Fablet  <you...@apple.com>
 
         LayoutTest imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-match.https.html is a flaky failure

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (226197 => 226198)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-12-20 20:10:24 UTC (rev 226197)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-12-20 21:08:57 UTC (rev 226198)
@@ -1202,8 +1202,6 @@
 #////////////////////////////////////////////////////////////////////////////////////////
 
 webkit.org/b/178781 http/tests/inspector/network/har/har-page.html [ Failure ]
-webkit.org/b/181029 imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.html [ Failure ]
-webkit.org/b/181029 imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker.html [ Failure ]
 
 #////////////////////////////////////////////////////////////////////////////////////////
 # 3. TESTS CRASHING

Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt (226197 => 226198)


--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt	2017-12-20 20:10:24 UTC (rev 226197)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt	2017-12-20 21:08:57 UTC (rev 226198)
@@ -7,7 +7,7 @@
 PASS Fetch with POST with text body 
 PASS Fetch with POST with FormData body 
 PASS Fetch with POST with URLSearchParams body 
-FAIL Fetch with POST with Blob body assert_equals: Request should have header content-type: null expected (object) null but got (string) ""
+PASS Fetch with POST with Blob body 
 PASS Fetch with POST with ArrayBuffer body 
 PASS Fetch with POST with Uint8Array body 
 PASS Fetch with POST with Int8Array body 

Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt (226197 => 226198)


--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt	2017-12-20 20:10:24 UTC (rev 226197)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt	2017-12-20 21:08:57 UTC (rev 226198)
@@ -7,7 +7,7 @@
 PASS Fetch with POST with text body 
 FAIL Fetch with POST with FormData body Can't find variable: FormData
 PASS Fetch with POST with URLSearchParams body 
-FAIL Fetch with POST with Blob body assert_equals: Request should have header content-type: null expected (object) null but got (string) ""
+PASS Fetch with POST with Blob body 
 PASS Fetch with POST with ArrayBuffer body 
 PASS Fetch with POST with Uint8Array body 
 PASS Fetch with POST with Int8Array body 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to