Title: [286079] trunk/Tools
Revision
286079
Author
jen...@apple.com
Date
2021-11-19 14:20:47 -0800 (Fri, 19 Nov 2021)

Log Message

[ Monterey ] TestWebKitAPI.WebSocket.PageWithAttributedBundleIdentifierDestroyed (API-test) is a constant timeout
https://bugs.webkit.org/show_bug.cgi?id=233224

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebKitCocoa/WebSocket.mm:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (286078 => 286079)


--- trunk/Tools/ChangeLog	2021-11-19 22:19:52 UTC (rev 286078)
+++ trunk/Tools/ChangeLog	2021-11-19 22:20:47 UTC (rev 286079)
@@ -12,6 +12,16 @@
         * TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm:
         (TestWebKitAPI::TEST):
 
+2021-11-19  Robert Jenner  <jen...@apple.com>
+
+        [ Monterey ] TestWebKitAPI.WebSocket.PageWithAttributedBundleIdentifierDestroyed (API-test) is a constant timeout 
+        https://bugs.webkit.org/show_bug.cgi?id=233224
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/WebSocket.mm:
+        (TestWebKitAPI::TEST):
+
 2021-11-18  Jonathan Bedard  <jbed...@apple.com>
 
         [webkitcorepy] Indicate to user the default option

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebSocket.mm (286078 => 286079)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebSocket.mm	2021-11-19 22:19:52 UTC (rev 286078)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebSocket.mm	2021-11-19 22:20:47 UTC (rev 286079)
@@ -86,7 +86,12 @@
     EXPECT_WK_STREQ([webView _test_waitForAlert], "PASS");
 }
 
+// FIXME: Re-enable this test for Monterey+ once webkit.org/b/233224 is resolved.
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
+TEST(WebSocket, DISABLED_PageWithAttributedBundleIdentifierDestroyed)
+#else
 TEST(WebSocket, PageWithAttributedBundleIdentifierDestroyed)
+#endif
 {
     HTTPServer server([](Connection connection) {
         connection.webSocketHandshake();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to