⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286072 in webkit


Ignore:
Timestamp:
Nov 19, 2021, 12:12:56 PM (5 years ago)
Author:
Robert Jenner
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r286059 r286072  
     12021-11-19  Robert Jenner  <Jenner@apple.com>
     2
     3        [ Monterey ]TestWebKitAPI.PrivateClickMeasurement.EphemeralWithAttributedBundleIdentifier (API-test) is a constant timeout
     4        https://bugs.webkit.org/show_bug.cgi?id=233345
     5
     6        Unreviewed test gardening.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm:
     9        (TestWebKitAPI::TEST):
     10
    1112021-11-19  Carlos Garcia Campos  <cgarcia@igalia.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm

    r285962 r286072  
    355355}
    356356
     357// FIXME: Re-enable this test for Monterey+ once webkit.org/b/233345 is resolved.
     358#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
     359TEST(PrivateClickMeasurement, DISABLED_EphemeralWithAttributedBundleIdentifier)
     360#else
    357361TEST(PrivateClickMeasurement, EphemeralWithAttributedBundleIdentifier)
     362#endif
    358363{
    359364    auto configuration = configurationWithoutUsingDaemon();
Note: See TracChangeset for help on using the changeset viewer.