Title: [286038] trunk/Tools
Revision
286038
Author
[email protected]
Date
2021-11-18 16:12:20 -0800 (Thu, 18 Nov 2021)

Log Message

[ Monterey ] 2 TestWebKitAPI.WebKit.DisplayName (api-tests) are constantly failing
<rdar://80353834>

Uneviewed test gardening.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (286037 => 286038)


--- trunk/Tools/ChangeLog	2021-11-18 23:54:17 UTC (rev 286037)
+++ trunk/Tools/ChangeLog	2021-11-19 00:12:20 UTC (rev 286038)
@@ -8,6 +8,16 @@
         * TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm:
         (TestWebKitAPI::TEST):
 
+2021-11-18  Robert Jenner  <[email protected]>
+
+        [ Monterey ] 2 TestWebKitAPI.WebKit.DisplayName (api-tests) are constantly failing
+        <rdar://80353834>
+
+        Uneviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm:
+        (TestWebKitAPI::TEST):
+
 2021-11-18  Jonathan Bedard  <[email protected]>
 
         Link Python packages to GitHub

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm (286037 => 286038)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm	2021-11-18 23:54:17 UTC (rev 286037)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm	2021-11-19 00:12:20 UTC (rev 286038)
@@ -76,6 +76,7 @@
 TEST(WebKit, DISABLED_DefaultDisplayName)
 #else
 TEST(WebKit, DefaultDisplayName)
+#endif
 {
     auto webView = adoptNS([[TestWKWebView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
     [webView synchronouslyLoadHTMLString:@"start web process"];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to