Title: [226020] trunk/LayoutTests
Revision
226020
Author
[email protected]
Date
2017-12-18 01:43:07 -0800 (Mon, 18 Dec 2017)

Log Message

[WPE] Add some test expectations for fetch wpt tests
https://bugs.webkit.org/show_bug.cgi?id=180927

Unreviewed test gardening.

New expectations are copied from GTK; I had forgotten to add them when
enabling these tests.


* platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-worker-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (226019 => 226020)


--- trunk/LayoutTests/ChangeLog	2017-12-18 08:55:12 UTC (rev 226019)
+++ trunk/LayoutTests/ChangeLog	2017-12-18 09:43:07 UTC (rev 226020)
@@ -1,3 +1,20 @@
+2017-12-18  Ms2ger  <[email protected]>
+
+        [WPE] Add some test expectations for fetch wpt tests
+        https://bugs.webkit.org/show_bug.cgi?id=180927
+
+        Unreviewed test gardening.
+
+        New expectations are copied from GTK; I had forgotten to add them when
+        enabling these tests.
+
+        * platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt: Added.
+        * platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt: Added.
+        * platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt: Added.
+        * platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt: Added.
+        * platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-expected.txt: Added.
+        * platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-worker-expected.txt: Added.
+
 2017-12-17  John Wilander  <[email protected]>
 
         Storage Access API: Make document.hasStorageAccess() retrieve current status from the network process

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt (0 => 226020)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt	2017-12-18 09:43:07 UTC (rev 226020)
@@ -0,0 +1,26 @@
+
+PASS Fetch with GET 
+PASS Fetch with HEAD 
+PASS Fetch with PUT without body 
+PASS Fetch with PUT with body 
+PASS Fetch with POST without body 
+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 ArrayBuffer body 
+PASS Fetch with POST with Uint8Array body 
+PASS Fetch with POST with Int8Array body 
+PASS Fetch with POST with Float32Array body 
+PASS Fetch with POST with Float64Array body 
+PASS Fetch with POST with DataView body 
+PASS Fetch with POST with Blob body with mime type 
+PASS Fetch with Chicken 
+PASS Fetch with Chicken with body 
+PASS Fetch with GET and mode "cors" does not need an Origin header 
+PASS Fetch with POST and mode "same-origin" needs an Origin header 
+PASS Fetch with POST and mode "no-cors" needs an Origin header 
+PASS Fetch with PUT and mode "same-origin" needs an Origin header 
+PASS Fetch with TacO and mode "same-origin" needs an Origin header 
+PASS Fetch with TacO and mode "cors" needs an Origin header 
+

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt (0 => 226020)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt	2017-12-18 09:43:07 UTC (rev 226020)
@@ -0,0 +1,26 @@
+
+PASS Fetch with GET 
+PASS Fetch with HEAD 
+PASS Fetch with PUT without body 
+PASS Fetch with PUT with body 
+PASS Fetch with POST without body 
+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 ArrayBuffer body 
+PASS Fetch with POST with Uint8Array body 
+PASS Fetch with POST with Int8Array body 
+PASS Fetch with POST with Float32Array body 
+PASS Fetch with POST with Float64Array body 
+PASS Fetch with POST with DataView body 
+PASS Fetch with POST with Blob body with mime type 
+PASS Fetch with Chicken 
+PASS Fetch with Chicken with body 
+PASS Fetch with GET and mode "cors" does not need an Origin header 
+PASS Fetch with POST and mode "same-origin" needs an Origin header 
+PASS Fetch with POST and mode "no-cors" needs an Origin header 
+PASS Fetch with PUT and mode "same-origin" needs an Origin header 
+PASS Fetch with TacO and mode "same-origin" needs an Origin header 
+PASS Fetch with TacO and mode "cors" needs an Origin header 
+

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt (0 => 226020)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt	2017-12-18 09:43:07 UTC (rev 226020)
@@ -0,0 +1,14 @@
+CONSOLE MESSAGE: line 10: Fetch API cannot load about:blank. Cross origin requests are only supported for HTTP.
+CONSOLE MESSAGE: Fetch API cannot load about:blank. The URL can’t be shown
+CONSOLE MESSAGE: line 10: Fetch API cannot load about:blank. Cross origin requests are only supported for HTTP.
+CONSOLE MESSAGE: line 27: Fetch API cannot load about:invalid.com. Cross origin requests are only supported for HTTP.
+CONSOLE MESSAGE: line 27: Fetch API cannot load about:config. Cross origin requests are only supported for HTTP.
+CONSOLE MESSAGE: line 27: Fetch API cannot load about:unicorn. Cross origin requests are only supported for HTTP.
+
+FAIL Fetching about:blank (GET) is OK promise_test: Unhandled rejection with value: object "TypeError: Cross origin requests are only supported for HTTP."
+FAIL Fetching about:blank (PUT) is OK promise_test: Unhandled rejection with value: object "TypeError: The URL can’t be shown"
+FAIL Fetching about:blank (POST) is OK promise_test: Unhandled rejection with value: object "TypeError: Cross origin requests are only supported for HTTP."
+PASS Fetching about:invalid.com is KO 
+PASS Fetching about:config is KO 
+PASS Fetching about:unicorn is KO 
+

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt (0 => 226020)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt	2017-12-18 09:43:07 UTC (rev 226020)
@@ -0,0 +1,8 @@
+
+FAIL Fetching about:blank (GET) is OK promise_test: Unhandled rejection with value: object "TypeError: Cross origin requests are only supported for HTTP."
+FAIL Fetching about:blank (PUT) is OK promise_test: Unhandled rejection with value: object "TypeError: The URL can’t be shown"
+FAIL Fetching about:blank (POST) is OK promise_test: Unhandled rejection with value: object "TypeError: Cross origin requests are only supported for HTTP."
+PASS Fetching about:invalid.com is KO 
+PASS Fetching about:config is KO 
+PASS Fetching about:unicorn is KO 
+

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-expected.txt (0 => 226020)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-expected.txt	2017-12-18 09:43:07 UTC (rev 226020)
@@ -0,0 +1,12 @@
+
+PASS Redirect 301 20 times 
+PASS Redirect 301 21 times 
+PASS Redirect 302 20 times 
+PASS Redirect 302 21 times 
+PASS Redirect 303 20 times 
+PASS Redirect 303 21 times 
+PASS Redirect 307 20 times 
+PASS Redirect 307 21 times 
+PASS Redirect 308 20 times 
+PASS Redirect 308 21 times 
+

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-worker-expected.txt (0 => 226020)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-worker-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-worker-expected.txt	2017-12-18 09:43:07 UTC (rev 226020)
@@ -0,0 +1,12 @@
+
+PASS Redirect 301 20 times 
+PASS Redirect 301 21 times 
+PASS Redirect 302 20 times 
+PASS Redirect 302 21 times 
+PASS Redirect 303 20 times 
+PASS Redirect 303 21 times 
+PASS Redirect 307 20 times 
+PASS Redirect 307 21 times 
+PASS Redirect 308 20 times 
+PASS Redirect 308 21 times 
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to