Title: [282559] trunk/LayoutTests
Revision
282559
Author
[email protected]
Date
2021-09-16 10:29:29 -0700 (Thu, 16 Sep 2021)

Log Message

[ iOS Mac Debug ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/coop-navigated-history-popup.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=230268
<rdar://problem/83104971>

Unreviewed, move console logging to stderr to address flakiness.

LayoutTests/imported/w3c:

* web-platform-tests/html/cross-origin-opener-policy/coop-navigated-history-popup.https-expected.txt:

LayoutTests:

* TestExpectations:
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (282558 => 282559)


--- trunk/LayoutTests/ChangeLog	2021-09-16 16:50:45 UTC (rev 282558)
+++ trunk/LayoutTests/ChangeLog	2021-09-16 17:29:29 UTC (rev 282559)
@@ -1,3 +1,15 @@
+2021-09-16  Chris Dumez  <[email protected]>
+
+        [ iOS Mac Debug ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/coop-navigated-history-popup.https.html is a flaky failure
+        https://bugs.webkit.org/show_bug.cgi?id=230268
+        <rdar://problem/83104971>
+
+        Unreviewed, move console logging to stderr to address flakiness.
+
+        * TestExpectations:
+        * platform/ios-wk2/TestExpectations:
+        * platform/mac-wk2/TestExpectations:
+
 2021-09-16  Eric Hutchison  <[email protected]>
 
         Update test expectations for imported/w3c/web-platform-tests/css/cssom/stylesheet-same-origin.sub.html.

Modified: trunk/LayoutTests/TestExpectations (282558 => 282559)


--- trunk/LayoutTests/TestExpectations	2021-09-16 16:50:45 UTC (rev 282558)
+++ trunk/LayoutTests/TestExpectations	2021-09-16 17:29:29 UTC (rev 282559)
@@ -408,6 +408,7 @@
 imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/anonymous-iframe/require-corp-embed-anonymous-iframe.tentative.https.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/blob.https.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/reporting-to-frame-owner.https.html [ DumpJSConsoleLogInStdErr ]
+imported/w3c/web-platform-tests/html/cross-origin-opener-policy/coop-navigated-history-popup.https.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/html/cross-origin-opener-policy/navigate-to-aboutblank.https.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/html/cross-origin-opener-policy/navigate-top-to-aboutblank.https.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/html/cross-origin-opener-policy/popup-coop-by-sw.https.html [ DumpJSConsoleLogInStdErr ]

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (282558 => 282559)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2021-09-16 16:50:45 UTC (rev 282558)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2021-09-16 17:29:29 UTC (rev 282559)
@@ -1,3 +1,13 @@
+2021-09-16  Chris Dumez  <[email protected]>
+
+        [ iOS Mac Debug ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/coop-navigated-history-popup.https.html is a flaky failure
+        https://bugs.webkit.org/show_bug.cgi?id=230268
+        <rdar://problem/83104971>
+
+        Unreviewed, move console logging to stderr to address flakiness.
+
+        * web-platform-tests/html/cross-origin-opener-policy/coop-navigated-history-popup.https-expected.txt:
+
 2021-09-16  Eric Hutchison  <[email protected]>
 
         Rebaseline imported/w3c/web-platform-tests/css/css-transforms/crashtests/transform-marquee-resize-div-image-001.html.

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/cross-origin-opener-policy/coop-navigated-history-popup.https-expected.txt (282558 => 282559)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/cross-origin-opener-policy/coop-navigated-history-popup.https-expected.txt	2021-09-16 16:50:45 UTC (rev 282558)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/cross-origin-opener-policy/coop-navigated-history-popup.https-expected.txt	2021-09-16 17:29:29 UTC (rev 282559)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: Can't close the window since it was not opened by _javascript_
 
 PASS Popup navigating to other origin with COOP: same-origin and back in history
 

Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (282558 => 282559)


--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-09-16 16:50:45 UTC (rev 282558)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-09-16 17:29:29 UTC (rev 282559)
@@ -1155,8 +1155,6 @@
 
 webkit.org/b/230011 imported/w3c/web-platform-tests/html/cross-origin-opener-policy/resource-popup.https.html [ Pass Crash ]
 
-webkit.org/b/230113 imported/w3c/web-platform-tests/html/cross-origin-opener-policy/coop-navigated-history-popup.https.html [ Pass Failure ]
-
 # Newly imported WPT tests that are timing out on iOS.
 imported/w3c/web-platform-tests/html/semantics/forms/the-button-element/button-activate-keyup-prevented.html [ Skip ]
 imported/w3c/web-platform-tests/uievents/click/auxclick_event.html [ Skip ]

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (282558 => 282559)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-09-16 16:50:45 UTC (rev 282558)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-09-16 17:29:29 UTC (rev 282559)
@@ -1249,8 +1249,6 @@
 
 webkit.org/b/230105 [ BigSur+ Debug arm64 ] imported/w3c/web-platform-tests/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-img-percentage.html [ Pass Crash ]
 
-webkit.org/b/230268 [ Debug ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/coop-navigated-history-popup.https.html [ Pass Failure ]
-
 webkit.org/b/230113 [ BigSur+ Debug arm64 ] svg/animations/animate-elem-14-t-drt.html [ Pass Crash ]
 
 # rdar://66806059 (REGRESSION (20A2321a-20A2348b): 4 fast hidpi tests are a flaky image failure)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to