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

Changeset 285962 in webkit


Ignore:
Timestamp:
Nov 17, 2021, 3:46:24 PM (5 years ago)
Author:
Ryan Haddad
Message:

[Monterey] TestWebKitAPI.PrivateClickMeasurement.Daemon* tests timing out: Failed to connect to mach service org.webkit.pcmtestdaemon.service
https://bugs.webkit.org/show_bug.cgi?id=232890

Unreviewed test gardening.

  • TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm:

(TestWebKitAPI::TEST): Disable tests for Monterey.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r285961 r285962  
     12021-11-17  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        [Monterey] TestWebKitAPI.PrivateClickMeasurement.Daemon* tests timing out: Failed to connect to mach service org.webkit.pcmtestdaemon.service
     4        https://bugs.webkit.org/show_bug.cgi?id=232890
     5
     6        Unreviewed test gardening.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm:
     9        (TestWebKitAPI::TEST): Disable tests for Monterey.
     10
    1112021-11-17  Alex Christensen  <achristensen@webkit.org>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm

    r285961 r285962  
    521521}
    522522
     523// FIXME: Re-enable this test for Monterey+ once webkit.org/232890 is resolved.
     524#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
     525TEST(PrivateClickMeasurement, DISABLED_DaemonBasicFunctionality)
     526#else
    523527TEST(PrivateClickMeasurement, DaemonBasicFunctionality)
     528#endif
    524529{
    525530    auto [tempDir, configuration] = setUpDaemon(configurationWithoutUsingDaemon().autorelease());
     
    556561}
    557562
     563// FIXME: Re-enable this test for Monterey+ once webkit.org/232890 is resolved.
     564#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
     565TEST(PrivateClickMeasurement, DISABLED_DaemonDebugMode)
     566#else
    558567TEST(PrivateClickMeasurement, DaemonDebugMode)
     568#endif
    559569{
    560570    auto [tempDir, configuration] = setUpDaemon([WKWebViewConfiguration _test_configurationWithTestPlugInClassName:@"BundlePageConsoleMessage"]);
Note: See TracChangeset for help on using the changeset viewer.