Title: [287330] branches/safari-612-branch/Tools
- Revision
- 287330
- Author
- [email protected]
- Date
- 2021-12-21 14:20:06 -0800 (Tue, 21 Dec 2021)
Log Message
[ Monterey ] 2 TestWebKitAPI.WebKit.DisplayName (api-tests) are constantly failing
<rdar://80353834>
Uneviewed test gardening.
Adding the disable of 2 TestWebKitAPI.WebKit.DisplayName api-tests to Safari-612-Branch.
* TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm:
(TestWebKitAPI::TEST):
Modified Paths
Diff
Modified: branches/safari-612-branch/Tools/ChangeLog (287329 => 287330)
--- branches/safari-612-branch/Tools/ChangeLog 2021-12-21 22:16:34 UTC (rev 287329)
+++ branches/safari-612-branch/Tools/ChangeLog 2021-12-21 22:20:06 UTC (rev 287330)
@@ -1,3 +1,15 @@
+2021-12-21 Robert Jenner <[email protected]>
+
+ [ Monterey ] 2 TestWebKitAPI.WebKit.DisplayName (api-tests) are constantly failing
+ <rdar://80353834>
+
+ Uneviewed test gardening.
+
+ Adding the disable of 2 TestWebKitAPI.WebKit.DisplayName api-tests to Safari-612-Branch.
+
+ * TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm:
+ (TestWebKitAPI::TEST):
+
2021-12-20 Robert Jenner <[email protected]>
Fix for Cherry-pick r283599. rdar://problem/83897435
Modified: branches/safari-612-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm (287329 => 287330)
--- branches/safari-612-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm 2021-12-21 22:16:34 UTC (rev 287329)
+++ branches/safari-612-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm 2021-12-21 22:20:06 UTC (rev 287330)
@@ -54,7 +54,12 @@
}];
}
+// FIXME: Re-enable this test for Monterey+ once rdar://80353834 is resolved.
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
+TEST(WebKit, DISABLED_CustomDisplayName)
+#else
TEST(WebKit, CustomDisplayName)
+#endif
{
auto configuration = adoptNS([WKWebViewConfiguration new]);
NSString *displayNameToSet = @"test display name";
@@ -67,7 +72,12 @@
Util::run(&done);
}
+// FIXME: Re-enable this test for Monterey+ once rdar://80353834 is resolved.
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
+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