Title: [287359] trunk/Tools
Revision
287359
Author
achristen...@apple.com
Date
2021-12-22 09:41:42 -0800 (Wed, 22 Dec 2021)

Log Message

Re-enable PrivateClickMeasurement.EphemeralWithAttributedBundleIdentifier API test
https://bugs.webkit.org/show_bug.cgi?id=226548

It was fixed with r287275

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (287358 => 287359)


--- trunk/Tools/ChangeLog	2021-12-22 17:37:04 UTC (rev 287358)
+++ trunk/Tools/ChangeLog	2021-12-22 17:41:42 UTC (rev 287359)
@@ -1,5 +1,15 @@
 2021-12-22  Alex Christensen  <achristen...@webkit.org>
 
+        Re-enable PrivateClickMeasurement.EphemeralWithAttributedBundleIdentifier API test
+        https://bugs.webkit.org/show_bug.cgi?id=226548
+
+        It was fixed with r287275
+
+        * TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm:
+        (TestWebKitAPI::TEST):
+
+2021-12-22  Alex Christensen  <achristen...@webkit.org>
+
         Remove failing API test check added in r287342
         https://bugs.webkit.org/show_bug.cgi?id=234576
 

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm (287358 => 287359)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm	2021-12-22 17:37:04 UTC (rev 287358)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm	2021-12-22 17:41:42 UTC (rev 287359)
@@ -383,12 +383,7 @@
     });
 }
 
-// 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to