Title: [286072] trunk/Tools
Revision
286072
Author
[email protected]
Date
2021-11-19 12:12:56 -0800 (Fri, 19 Nov 2021)

Log Message

[ Monterey ]TestWebKitAPI.PrivateClickMeasurement.EphemeralWithAttributedBundleIdentifier (API-test) is a constant timeout
https://bugs.webkit.org/show_bug.cgi?id=233345

Unreviewed test gardening.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (286071 => 286072)


--- trunk/Tools/ChangeLog	2021-11-19 19:47:37 UTC (rev 286071)
+++ trunk/Tools/ChangeLog	2021-11-19 20:12:56 UTC (rev 286072)
@@ -1,3 +1,13 @@
+2021-11-19  Robert Jenner  <[email protected]>
+
+        [ Monterey ]TestWebKitAPI.PrivateClickMeasurement.EphemeralWithAttributedBundleIdentifier (API-test) is a constant timeout
+        https://bugs.webkit.org/show_bug.cgi?id=233345
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm:
+        (TestWebKitAPI::TEST):
+
 2021-11-19  Carlos Garcia Campos  <[email protected]>
 
         [GTK][a11y] Add implementation of document interface when building with ATSPI

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm (286071 => 286072)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm	2021-11-19 19:47:37 UTC (rev 286071)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm	2021-11-19 20:12:56 UTC (rev 286072)
@@ -354,7 +354,12 @@
     });
 }
 
+// FIXME: Re-enable this test for Monterey+ once webkit.org/b/233345 is resolved.
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
+TEST(PrivateClickMeasurement, DISABLED_EphemeralWithAttributedBundleIdentifier)
+#else
 TEST(PrivateClickMeasurement, EphemeralWithAttributedBundleIdentifier)
+#endif
 {
     auto configuration = configurationWithoutUsingDaemon();
     configuration.get()._attributedBundleIdentifier = @"other.test.bundle.id";
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to