Title: [287331] branches/safari-612-branch/Tools
- Revision
- 287331
- Author
- [email protected]
- Date
- 2021-12-21 14:32:27 -0800 (Tue, 21 Dec 2021)
Log Message
Cherry-pick r286040. rdar://problem/80476146
[ Monterey ] TestWebKitAPI.WebpagePreferences.WebsitePoliciesDuringRedirect is a constant timeout
<rdar://80476146>
Uneviewed test gardening.
* TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm:
(TEST):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@286040 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-612-branch/Tools/ChangeLog (287330 => 287331)
--- branches/safari-612-branch/Tools/ChangeLog 2021-12-21 22:20:06 UTC (rev 287330)
+++ branches/safari-612-branch/Tools/ChangeLog 2021-12-21 22:32:27 UTC (rev 287331)
@@ -1,5 +1,29 @@
2021-12-21 Robert Jenner <[email protected]>
+ Cherry-pick r286040. rdar://problem/80476146
+
+ [ Monterey ] TestWebKitAPI.WebpagePreferences.WebsitePoliciesDuringRedirect is a constant timeout
+ <rdar://80476146>
+
+ Uneviewed test gardening.
+
+ * TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm:
+ (TEST):
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@286040 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2021-11-18 Robert Jenner <[email protected]>
+
+ [ Monterey ] TestWebKitAPI.WebpagePreferences.WebsitePoliciesDuringRedirect is a constant timeout
+ <rdar://80476146>
+
+ Uneviewed test gardening.
+
+ * TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm:
+ (TEST):
+
+2021-12-21 Robert Jenner <[email protected]>
+
[ Monterey ] 2 TestWebKitAPI.WebKit.DisplayName (api-tests) are constantly failing
<rdar://80353834>
Modified: branches/safari-612-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm (287330 => 287331)
--- branches/safari-612-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm 2021-12-21 22:20:06 UTC (rev 287330)
+++ branches/safari-612-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm 2021-12-21 22:32:27 UTC (rev 287331)
@@ -708,7 +708,12 @@
@end
+// FIXME: Re-enable this test for Monterey+ once rdar://80476146 is resolved.
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
+TEST(WebpagePreferences, DISABLED_WebsitePoliciesDuringRedirect)
+#else
TEST(WebpagePreferences, WebsitePoliciesDuringRedirect)
+#endif
{
auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
auto videoData = adoptNS([[NSData alloc] initWithContentsOfURL:[[NSBundle mainBundle] URLForResource:@"test" withExtension:@"mp4" subdirectory:@"TestWebKitAPI.resources"]]);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes