Title: [285166] trunk/LayoutTests
Revision
285166
Author
katherine_che...@apple.com
Date
2021-11-02 10:11:54 -0700 (Tue, 02 Nov 2021)

Log Message

Followup fix to https://bugs.webkit.org/show_bug.cgi?id=231928

Unreviewed. Update test expectations now that we report HTTP status
code in console messages.

* http/tests/app-privacy-report/app-attribution-preflight-async-expected.txt:
* http/tests/app-privacy-report/app-attribution-preflight-sync-expected.txt:
* http/tests/app-privacy-report/user-attribution-preflight-async-expected.txt:
* http/tests/app-privacy-report/user-attribution-preflight-sync-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (285165 => 285166)


--- trunk/LayoutTests/ChangeLog	2021-11-02 17:09:53 UTC (rev 285165)
+++ trunk/LayoutTests/ChangeLog	2021-11-02 17:11:54 UTC (rev 285166)
@@ -1,3 +1,15 @@
+2021-11-02  Kate Cheney  <katherine_che...@apple.com>
+
+        Followup fix to https://bugs.webkit.org/show_bug.cgi?id=231928
+
+        Unreviewed. Update test expectations now that we report HTTP status
+        code in console messages.
+
+        * http/tests/app-privacy-report/app-attribution-preflight-async-expected.txt:
+        * http/tests/app-privacy-report/app-attribution-preflight-sync-expected.txt:
+        * http/tests/app-privacy-report/user-attribution-preflight-async-expected.txt:
+        * http/tests/app-privacy-report/user-attribution-preflight-sync-expected.txt:
+
 2021-11-01  Michael Smith  <m...@w3.org>
 
         [WebInspector][CORS] Show HTTP status code in CORS messages.

Modified: trunk/LayoutTests/http/tests/app-privacy-report/app-attribution-preflight-async-expected.txt (285165 => 285166)


--- trunk/LayoutTests/http/tests/app-privacy-report/app-attribution-preflight-async-expected.txt	2021-11-02 17:09:53 UTC (rev 285165)
+++ trunk/LayoutTests/http/tests/app-privacy-report/app-attribution-preflight-async-expected.txt	2021-11-02 17:11:54 UTC (rev 285166)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: Preflight response is not successful
+CONSOLE MESSAGE: Preflight response is not successful. Status code: 404
 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/status-404-without-body.py due to access control checks.
 Tests app initiated requests get marked for async preflights
 

Modified: trunk/LayoutTests/http/tests/app-privacy-report/app-attribution-preflight-sync-expected.txt (285165 => 285166)


--- trunk/LayoutTests/http/tests/app-privacy-report/app-attribution-preflight-sync-expected.txt	2021-11-02 17:09:53 UTC (rev 285165)
+++ trunk/LayoutTests/http/tests/app-privacy-report/app-attribution-preflight-sync-expected.txt	2021-11-02 17:11:54 UTC (rev 285166)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: Preflight response is not successful
+CONSOLE MESSAGE: Preflight response is not successful. Status code: 404
 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/status-404-without-body.py due to access control checks.
 Tests app initiated requests get marked for sync preflights
 

Modified: trunk/LayoutTests/http/tests/app-privacy-report/user-attribution-preflight-async-expected.txt (285165 => 285166)


--- trunk/LayoutTests/http/tests/app-privacy-report/user-attribution-preflight-async-expected.txt	2021-11-02 17:09:53 UTC (rev 285165)
+++ trunk/LayoutTests/http/tests/app-privacy-report/user-attribution-preflight-async-expected.txt	2021-11-02 17:11:54 UTC (rev 285166)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: Preflight response is not successful
+CONSOLE MESSAGE: Preflight response is not successful. Status code: 404
 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/status-404-without-body.py due to access control checks.
 Tests non app initiated requests get marked for async preflights
 

Modified: trunk/LayoutTests/http/tests/app-privacy-report/user-attribution-preflight-sync-expected.txt (285165 => 285166)


--- trunk/LayoutTests/http/tests/app-privacy-report/user-attribution-preflight-sync-expected.txt	2021-11-02 17:09:53 UTC (rev 285165)
+++ trunk/LayoutTests/http/tests/app-privacy-report/user-attribution-preflight-sync-expected.txt	2021-11-02 17:11:54 UTC (rev 285166)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: Preflight response is not successful
+CONSOLE MESSAGE: Preflight response is not successful. Status code: 404
 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/status-404-without-body.py due to access control checks.
 Tests non app initiated requests get marked for sync preflights
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to