Title: [286040] trunk/Tools
- Revision
- 286040
- Author
- [email protected]
- Date
- 2021-11-18 16:51:46 -0800 (Thu, 18 Nov 2021)
Log Message
[ Monterey ] TestWebKitAPI.WebpagePreferences.WebsitePoliciesDuringRedirect is a constant timeout
<rdar://80476146>
Uneviewed test gardening.
* TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm:
(TEST):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (286039 => 286040)
--- trunk/Tools/ChangeLog 2021-11-19 00:47:54 UTC (rev 286039)
+++ trunk/Tools/ChangeLog 2021-11-19 00:51:46 UTC (rev 286040)
@@ -1,5 +1,15 @@
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-11-18 Robert Jenner <[email protected]>
+
[ Monterey ] 2 TestWebKitAPI.WebKit.DisplayName (api-tests) are constantly failing
<rdar://80353834>
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm (286039 => 286040)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm 2021-11-19 00:47:54 UTC (rev 286039)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm 2021-11-19 00:51:46 UTC (rev 286040)
@@ -729,7 +729,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