Title: [263667] trunk/LayoutTests
Revision
263667
Author
ryanhad...@apple.com
Date
2020-06-29 10:51:26 -0700 (Mon, 29 Jun 2020)

Log Message

REGRESSION(r263626): 2 imported/w3c/web-platform-tests/cors/ tests failing constantly
https://bugs.webkit.org/show_bug.cgi?id=213729

Unreviewed test gardening.

Add baselines for Mojave.

* platform/mac-mojave/imported/w3c/web-platform-tests/cors/credentials-flag-expected.txt: Added.
* platform/mac-mojave/imported/w3c/web-platform-tests/cors/origin-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (263666 => 263667)


--- trunk/LayoutTests/ChangeLog	2020-06-29 17:30:15 UTC (rev 263666)
+++ trunk/LayoutTests/ChangeLog	2020-06-29 17:51:26 UTC (rev 263667)
@@ -1,3 +1,15 @@
+2020-06-29  Ryan Haddad  <ryanhad...@apple.com>
+
+        REGRESSION(r263626): 2 imported/w3c/web-platform-tests/cors/ tests failing constantly
+        https://bugs.webkit.org/show_bug.cgi?id=213729
+
+        Unreviewed test gardening.
+
+        Add baselines for Mojave.
+
+        * platform/mac-mojave/imported/w3c/web-platform-tests/cors/credentials-flag-expected.txt: Added.
+        * platform/mac-mojave/imported/w3c/web-platform-tests/cors/origin-expected.txt: Added.
+
 2020-06-29  Karl Rackler  <rack...@apple.com>
 
         Remove expectation for imported/w3c/web-platform-tests/css/css-lists/counter-increment-inside-display-contents.html and imported/w3c/web-platform-tests/css/css-lists/counter-reset-inside-display-contents.html as they are passing. 

Added: trunk/LayoutTests/platform/mac-mojave/imported/w3c/web-platform-tests/cors/credentials-flag-expected.txt (0 => 263667)


--- trunk/LayoutTests/platform/mac-mojave/imported/w3c/web-platform-tests/cors/credentials-flag-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-mojave/imported/w3c/web-platform-tests/cors/credentials-flag-expected.txt	2020-06-29 17:51:26 UTC (rev 263667)
@@ -0,0 +1,19 @@
+CORS - Access-Control-Allow-Credentials
+
+
+PASS Setting withCredentials on a sync XHR object should not throw 
+PASS Don't send cookie by default 
+FAIL Don't send cookie part 2 assert_equals: Cookie sent in withCredentials=true sync request expected "COOKIE" but got "NO_COOKIE"
+FAIL Don't obey Set-Cookie when withCredentials=false assert_equals: third expected "COOKIE" but got "NO_COOKIE"
+PASS Access-Control-Allow-Credentials: TRUE should be disallowed (async) 
+PASS Access-Control-Allow-Credentials: True should be disallowed (async) 
+PASS Access-Control-Allow-Credentials: "true" should be disallowed (async) 
+PASS Access-Control-Allow-Credentials: 'true' should be disallowed (async) 
+PASS Access-Control-Allow-Credentials: false should be disallowed (async) 
+PASS Access-Control-Allow-Credentials: 1 should be disallowed (async) 
+PASS Access-Control-Allow-Credentials: 0 should be disallowed (async) 
+PASS Access-Control-Allow-Credentials: ,true should be disallowed (async) 
+PASS Access-Control-Allow-Credentials: true, should be disallowed (async) 
+FAIL Access-Control-Allow-Credentials: true%0B should be disallowed (async) assert_unreached: onload Reached unreachable code
+FAIL Access-Control-Allow-Credentials: true%0C should be disallowed (async) assert_unreached: onload Reached unreachable code
+

Added: trunk/LayoutTests/platform/mac-mojave/imported/w3c/web-platform-tests/cors/origin-expected.txt (0 => 263667)


--- trunk/LayoutTests/platform/mac-mojave/imported/w3c/web-platform-tests/cors/origin-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-mojave/imported/w3c/web-platform-tests/cors/origin-expected.txt	2020-06-29 17:51:26 UTC (rev 263667)
@@ -0,0 +1,70 @@
+Access-Control-Allow-Origin handling
+
+
+Harness Error (FAIL), message = 1 duplicate test name: "Disallow origin: localhost:8800"
+
+PASS Allow origin: * 
+PASS Allow origin: _*__ 
+PASS Allow origin: [tab]* 
+PASS Allow origin: http://localhost:8800 
+PASS Allow origin: _http://localhost:8800 
+PASS Allow origin: _http://localhost:8800___[tab]_ 
+PASS Allow origin: [tab]http://localhost:8800 
+PASS Disallow origin: http://127.0.0.1.localhost:8800 
+PASS Disallow origin: //localhost:8800 
+PASS Disallow origin: ://localhost:8800 
+PASS Disallow origin: ftp://localhost:8800 
+PASS Disallow origin: http:://localhost:8800 
+PASS Disallow origin: http:/localhost:8800 
+PASS Disallow origin: http:localhost:8800 
+PASS Disallow origin: localhost:8800 
+PASS Disallow origin: http://localhost:8800? 
+PASS Disallow origin: http://localhost:8800/ 
+PASS Disallow origin: http://localhost:8800 / 
+PASS Disallow origin: http://localhost:8800# 
+PASS Disallow origin: http://localhost:8800%23 
+PASS Disallow origin: http://localhost:8800:80 
+PASS Disallow origin: http://localhost:8800, * 
+PASS Disallow origin: http://localhost:8800\0 
+PASS Disallow origin: HTTP://LOCALHOST:8800 
+PASS Disallow origin: HTTP://localhost:8800 
+PASS Disallow origin: - 
+PASS Disallow origin: ** 
+PASS Disallow origin: ,* 
+PASS Disallow origin: *, 
+PASS Disallow origin: \0* 
+FAIL Disallow origin: * assert_throws_dom: send function "function () { client.send() }" did not throw
+FAIL Disallow origin: * assert_throws_dom: send function "function () { client.send() }" did not throw
+PASS Disallow origin: *\0 
+FAIL Disallow origin: * assert_throws_dom: send function "function () { client.send() }" did not throw
+FAIL Disallow origin: * assert_throws_dom: send function "function () { client.send() }" did not throw
+PASS Disallow origin: '*' 
+PASS Disallow origin: "*" 
+PASS Disallow origin: * * 
+PASS Disallow origin: * null 
+PASS Disallow origin: *http://* 
+PASS Disallow origin: *http://localhost:8800 
+PASS Disallow origin: * http://localhost:8800 
+PASS Disallow origin: *, http://localhost:8800 
+PASS Disallow origin: \0http://localhost:8800 
+PASS Disallow origin: null http://localhost:8800 
+PASS Disallow origin: http://example.net 
+PASS Disallow origin: null 
+PASS Disallow origin: null * 
+PASS Disallow origin:  
+PASS Disallow origin: http://localhost:8800/cors/origin.htm 
+PASS Disallow origin: http://localhost:8800/cors/ 
+PASS Disallow origin: http://127.0.0.1:8800/cors/ 
+PASS Disallow origin: localhost:8800 
+PASS Disallow origin: .localhost:8800 
+PASS Disallow origin: *.localhost:8800 
+FAIL Disallow origin: http://localhost:8800 assert_throws_dom: send function "function () { client.send() }" did not throw
+PASS Disallow origin: http://.localhost:8800 
+PASS Disallow origin: http://*.localhost:8800 
+PASS Disallow multiple headers (, *) 
+PASS Disallow multiple headers (*, ) 
+PASS Disallow multiple headers (*, *) 
+PASS Disallow multiple headers (, http://localhost:8800) 
+PASS Disallow multiple headers (*, http://localhost:8800) 
+PASS Disallow multiple headers (http://localhost:8800, http://localhost:8800) 
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to