Changeset 285962 in webkit
- Timestamp:
- Nov 17, 2021, 3:46:24 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r285961 r285962 1 2021-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 1 11 2021-11-17 Alex Christensen <achristensen@webkit.org> 2 12 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm
r285961 r285962 521 521 } 522 522 523 // FIXME: Re-enable this test for Monterey+ once webkit.org/232890 is resolved. 524 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000 525 TEST(PrivateClickMeasurement, DISABLED_DaemonBasicFunctionality) 526 #else 523 527 TEST(PrivateClickMeasurement, DaemonBasicFunctionality) 528 #endif 524 529 { 525 530 auto [tempDir, configuration] = setUpDaemon(configurationWithoutUsingDaemon().autorelease()); … … 556 561 } 557 562 563 // FIXME: Re-enable this test for Monterey+ once webkit.org/232890 is resolved. 564 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000 565 TEST(PrivateClickMeasurement, DISABLED_DaemonDebugMode) 566 #else 558 567 TEST(PrivateClickMeasurement, DaemonDebugMode) 568 #endif 559 569 { 560 570 auto [tempDir, configuration] = setUpDaemon([WKWebViewConfiguration _test_configurationWithTestPlugInClassName:@"BundlePageConsoleMessage"]);
Note:
See TracChangeset
for help on using the changeset viewer.