Title: [216177] trunk/LayoutTests
Revision
216177
Author
carlo...@webkit.org
Date
2017-05-04 02:03:19 -0700 (Thu, 04 May 2017)

Log Message

Unreviewed gardening. Update main expectations of http/tests/inspector/network/resource-request-headers.html.

And add platform specific results for mac-wk2.

* http/tests/inspector/network/resource-request-headers-expected.txt:
* platform/mac-wk2/http/tests/inspector/network/resource-request-headers-expected.txt: Copied from LayoutTests/http/tests/inspector/network/resource-request-headers-expected.txt.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (216176 => 216177)


--- trunk/LayoutTests/ChangeLog	2017-05-04 07:38:02 UTC (rev 216176)
+++ trunk/LayoutTests/ChangeLog	2017-05-04 09:03:19 UTC (rev 216177)
@@ -1,3 +1,12 @@
+2017-05-04  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed gardening. Update main expectations of http/tests/inspector/network/resource-request-headers.html.
+
+        And add platform specific results for mac-wk2.
+
+        * http/tests/inspector/network/resource-request-headers-expected.txt:
+        * platform/mac-wk2/http/tests/inspector/network/resource-request-headers-expected.txt: Copied from LayoutTests/http/tests/inspector/network/resource-request-headers-expected.txt.
+
 2017-05-03  John Wilander  <wilan...@apple.com>
 
         Resource Load Statistics: Remove all statistics for modifiedSince website data removals

Modified: trunk/LayoutTests/http/tests/inspector/network/resource-request-headers-expected.txt (216176 => 216177)


--- trunk/LayoutTests/http/tests/inspector/network/resource-request-headers-expected.txt	2017-05-04 07:38:02 UTC (rev 216176)
+++ trunk/LayoutTests/http/tests/inspector/network/resource-request-headers-expected.txt	2017-05-04 09:03:19 UTC (rev 216177)
@@ -26,9 +26,7 @@
 PASS: Resource should receive a Response.
 PASS: Resource should have a 401 status code.
 PASS: Response should have a 'WWW-Authenticate' response header for the failure.
-FAIL: 'Authorization' header value should be for badUsername:badPassword.
-    Expected: "Basic YmFkVXNlcm5hbWU6YmFkUGFzc3dvcmQ="
-    Actual: undefined
+PASS: 'Authorization' header value should be for badUsername:badPassword.
 
 -- Running test case: Resource.Metrics.RequestHeaders.BasicAuth.Success
 PASS: Resource should be created.

Copied: trunk/LayoutTests/platform/mac-wk2/http/tests/inspector/network/resource-request-headers-expected.txt (from rev 216174, trunk/LayoutTests/http/tests/inspector/network/resource-request-headers-expected.txt) (0 => 216177)


--- trunk/LayoutTests/platform/mac-wk2/http/tests/inspector/network/resource-request-headers-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/http/tests/inspector/network/resource-request-headers-expected.txt	2017-05-04 09:03:19 UTC (rev 216177)
@@ -0,0 +1,38 @@
+127.0.0.1:8000 - didReceiveAuthenticationChallenge - Simulating cancelled authentication sheet
+127.0.0.1:8000 - didReceiveAuthenticationChallenge - Simulating cancelled authentication sheet
+Test for Resource request headers which may not have been immediately available but eventually are (Cookie, Authorization).
+
+
+== Running test suite: Resource.Metrics.RequestHeaders
+-- Running test case: Resource.Metrics.RequestHeaders.WithoutCookie
+PASS: Resource should be created.
+PASS: Resource should receive a Response.
+PASS: Request should not have a 'Cookie' header.
+
+-- Running test case: Resource.Metrics.RequestHeaders.WithCookie
+PASS: Resource should be created.
+PASS: Resource should receive a Response.
+PASS: 'Cookie' header value should be `InspectorTestCookie=1234`.
+
+-- Running test case: Resource.Metrics.RequestHeaders.BasicAuth.None
+PASS: Resource should be created.
+PASS: Resource should receive a Response.
+PASS: Resource should have a 401 status code.
+PASS: Response should have a 'WWW-Authenticate' response header for the failure.
+PASS: Request should not have a 'Authorization' header.
+
+-- Running test case: Resource.Metrics.RequestHeaders.BasicAuth.Failure
+PASS: Resource should be created.
+PASS: Resource should receive a Response.
+PASS: Resource should have a 401 status code.
+PASS: Response should have a 'WWW-Authenticate' response header for the failure.
+FAIL: 'Authorization' header value should be for badUsername:badPassword.
+    Expected: "Basic YmFkVXNlcm5hbWU6YmFkUGFzc3dvcmQ="
+    Actual: undefined
+
+-- Running test case: Resource.Metrics.RequestHeaders.BasicAuth.Success
+PASS: Resource should be created.
+PASS: Resource should receive a Response.
+PASS: Resource should have a 200 status code.
+PASS: 'Authorization' header value should be for goodUsername:goodPassword.
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to