Title: [282613] trunk/LayoutTests
Revision
282613
Author
[email protected]
Date
2021-09-16 16:01:25 -0700 (Thu, 16 Sep 2021)

Log Message

Regression (r282484): [ Catalina ] 2 imported/w3c/web-platform-tests/content-security-policy/ tests are failing
https://bugs.webkit.org/show_bug.cgi?id=230353

Patch by Alex Christensen <[email protected]> on 2021-09-16
Reviewed by Chris Dumez.

A change unrelated to CSP made some tests fail on some bots.  This makes them pass on those bots.

connect-src-eventsource-allowed.sub.html switched from failing everywhere except Catalina to failing only on Catalina because I updated the test expectations.
It also needs iOS test expectations.

form-action-src-blocked.sub.html needs iOS test expectations.

* platform/ios/imported/w3c/web-platform-tests/content-security-policy/connect-src/connect-src-eventsource-allowed.sub-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/content-security-policy/form-action/form-action-src-blocked.sub-expected.txt: Added.
* platform/mac/TestExpectations:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (282612 => 282613)


--- trunk/LayoutTests/ChangeLog	2021-09-16 22:47:06 UTC (rev 282612)
+++ trunk/LayoutTests/ChangeLog	2021-09-16 23:01:25 UTC (rev 282613)
@@ -1,3 +1,21 @@
+2021-09-16  Alex Christensen  <[email protected]>
+
+        Regression (r282484): [ Catalina ] 2 imported/w3c/web-platform-tests/content-security-policy/ tests are failing
+        https://bugs.webkit.org/show_bug.cgi?id=230353
+
+        Reviewed by Chris Dumez.
+
+        A change unrelated to CSP made some tests fail on some bots.  This makes them pass on those bots.
+
+        connect-src-eventsource-allowed.sub.html switched from failing everywhere except Catalina to failing only on Catalina because I updated the test expectations.
+        It also needs iOS test expectations.
+
+        form-action-src-blocked.sub.html needs iOS test expectations.
+
+        * platform/ios/imported/w3c/web-platform-tests/content-security-policy/connect-src/connect-src-eventsource-allowed.sub-expected.txt: Added.
+        * platform/ios/imported/w3c/web-platform-tests/content-security-policy/form-action/form-action-src-blocked.sub-expected.txt: Added.
+        * platform/mac/TestExpectations:
+
 2021-09-16  Chris Dumez  <[email protected]>
 
         [ MacOS & iOS ] imported/w3c/web-platform-tests/html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_noopener.html is flaky failing

Added: trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/content-security-policy/connect-src/connect-src-eventsource-allowed.sub-expected.txt (0 => 282613)


--- trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/content-security-policy/connect-src/connect-src-eventsource-allowed.sub-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/content-security-policy/connect-src/connect-src-eventsource-allowed.sub-expected.txt	2021-09-16 23:01:25 UTC (rev 282613)
@@ -0,0 +1,3 @@
+
+FAIL Expecting logs: ["allowed"] assert_unreached: unexpected log: blocked Reached unreachable code
+

Added: trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/content-security-policy/form-action/form-action-src-blocked.sub-expected.txt (0 => 282613)


--- trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/content-security-policy/form-action/form-action-src-blocked.sub-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/content-security-policy/form-action/form-action-src-blocked.sub-expected.txt	2021-09-16 23:01:25 UTC (rev 282613)
@@ -0,0 +1,7 @@
+
+
+Tests that blocking form actions works correctly.
+
+
+FAIL Expecting logs: ["violated-directive=form-action","TEST COMPLETE"] assert_unreached: Logging timeout, expected logs violated-directive=form-action not sent. Reached unreachable code
+

Modified: trunk/LayoutTests/platform/mac/TestExpectations (282612 => 282613)


--- trunk/LayoutTests/platform/mac/TestExpectations	2021-09-16 22:47:06 UTC (rev 282612)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2021-09-16 23:01:25 UTC (rev 282613)
@@ -1843,7 +1843,7 @@
 [ BigSur+ ] fast/replaced/frame-removed-during-resize-smaller.html [ Pass Crash ]
 
 # <rdar://problem/60512303> [ wk2 ] imported/w3c/web-platform-tests/content-security-policy/connect-src/connect-src-eventsource-allowed.sub.html is flaky timing out.
-[ BigSur+ ] imported/w3c/web-platform-tests/content-security-policy/connect-src/connect-src-eventsource-allowed.sub.html [ Pass Timeout Failure ]
+[ Catalina ] imported/w3c/web-platform-tests/content-security-policy/connect-src/connect-src-eventsource-allowed.sub.html [ Failure ]
 
 # <rdar://problem/60501497> REGRESSION (r258080) fast/history/history-back-while-pdf-in-pagecache.html is timing out.
 [ BigSur+ ] fast/history/history-back-while-pdf-in-pagecache.html [ Pass ImageOnlyFailure Crash Timeout ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to