Title: [282156] trunk/LayoutTests
Revision
282156
Author
cdu...@apple.com
Date
2021-09-08 10:24:18 -0700 (Wed, 08 Sep 2021)

Log Message

[ MacOS wk1 ] plugins/get-url-that-the-resource-load-delegate-will-disallow.html is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=230050
<rdar://problem/82877497>

Unreviewed, prevent popup windows in the test to restore pre-r282103 behavior.

* platform/mac-wk1/TestExpectations:
* plugins/get-url-that-the-resource-load-delegate-will-disallow.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (282155 => 282156)


--- trunk/LayoutTests/ChangeLog	2021-09-08 17:22:40 UTC (rev 282155)
+++ trunk/LayoutTests/ChangeLog	2021-09-08 17:24:18 UTC (rev 282156)
@@ -1,3 +1,14 @@
+2021-09-08  Chris Dumez  <cdu...@apple.com>
+
+        [ MacOS wk1 ] plugins/get-url-that-the-resource-load-delegate-will-disallow.html is a flaky crash
+        https://bugs.webkit.org/show_bug.cgi?id=230050
+        <rdar://problem/82877497>
+
+        Unreviewed, prevent popup windows in the test to restore pre-r282103 behavior.
+
+        * platform/mac-wk1/TestExpectations:
+        * plugins/get-url-that-the-resource-load-delegate-will-disallow.html:
+
 2021-09-08  Youenn Fablet  <you...@apple.com>
 
         Make webrtc/datachannel/getStats-no-prflx-remote-candidate.html provide more meaningful errors

Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (282155 => 282156)


--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-08 17:22:40 UTC (rev 282155)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-08 17:24:18 UTC (rev 282156)
@@ -313,8 +313,6 @@
 plugins/unsupported-plugin.html [ Skip ]
 plugins/unsupported-plugin-with-replacement-in-iframe-crash.html [ Skip ]
 
-webkit.org/b/230050 plugins/get-url-that-the-resource-load-delegate-will-disallow.html [ Pass Crash ]
-
 # Color input is not yet implemented on Mac WK1. Currently, using it erroneously triggers an ASSERT_NOT_REACHED.
 webkit.org/b/119094 fast/forms/color/input-color-onchange-event.html [ Skip ]
 webkit.org/b/119094 fast/forms/color/color-suggestion-picker-crash-on-set-value.html [ Skip ]
@@ -1416,4 +1414,4 @@
 
 webkit.org/b/229877 webrtc/datachannel/getStats-no-prflx-remote-candidate.html [ Pass Timeout ]
 
-webkit.org/b/228211 css2.1/20110323/replaced-intrinsic-003.htm [ Pass Failure ]
\ No newline at end of file
+webkit.org/b/228211 css2.1/20110323/replaced-intrinsic-003.htm [ Pass Failure ]

Modified: trunk/LayoutTests/plugins/get-url-that-the-resource-load-delegate-will-disallow.html (282155 => 282156)


--- trunk/LayoutTests/plugins/get-url-that-the-resource-load-delegate-will-disallow.html	2021-09-08 17:22:40 UTC (rev 282155)
+++ trunk/LayoutTests/plugins/get-url-that-the-resource-load-delegate-will-disallow.html	2021-09-08 17:24:18 UTC (rev 282156)
@@ -4,6 +4,7 @@
 <script>
 if (window.testRunner) {
     testRunner.dumpAsText();
+    testRunner.preventPopupWindows();
     testRunner.addDisallowedURL('http://www.apple.com');
     
     plg.getURL("http://www.apple.com", "callback");
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to