Title: [290340] trunk/Tools
- Revision
- 290340
- Author
- [email protected]
- Date
- 2022-02-22 16:44:41 -0800 (Tue, 22 Feb 2022)
Log Message
REGRESSION(r289580): [ iOS macOS ] TestWebKitAPI.IPCTestingAPI.CanReceiveSharedMemory is a constant timeout
https://bugs.webkit.org/show_bug.cgi?id=236744
Unreviewed test gardening.
* TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm: Disable the test.
(TEST):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (290339 => 290340)
--- trunk/Tools/ChangeLog 2022-02-23 00:31:57 UTC (rev 290339)
+++ trunk/Tools/ChangeLog 2022-02-23 00:44:41 UTC (rev 290340)
@@ -1,3 +1,13 @@
+2022-02-22 Ryan Haddad <[email protected]>
+
+ REGRESSION(r289580): [ iOS macOS ] TestWebKitAPI.IPCTestingAPI.CanReceiveSharedMemory is a constant timeout
+ https://bugs.webkit.org/show_bug.cgi?id=236744
+
+ Unreviewed test gardening.
+
+ * TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm: Disable the test.
+ (TEST):
+
2022-02-17 Ryan Haddad <[email protected]>
Remove dormant queues from bot watchers dashboard
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm (290339 => 290340)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm 2022-02-23 00:31:57 UTC (rev 290339)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm 2022-02-23 00:44:41 UTC (rev 290340)
@@ -309,7 +309,8 @@
EXPECT_STREQ([alertMessage UTF8String], "1:Semaphore:false");
}
-TEST(IPCTestingAPI, CanReceiveSharedMemory)
+// FIXME: Re-enable this test once webkit.org/b/236744 is resolved.
+TEST(IPCTestingAPI, DISABLED_CanReceiveSharedMemory)
{
auto webView = createWebViewWithIPCTestingAPI();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes