Changeset 286072 in webkit
- Timestamp:
- Nov 19, 2021, 12:12:56 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r286059 r286072 1 2021-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 1 11 2021-11-19 Carlos Garcia Campos <cgarcia@igalia.com> 2 12 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm
r285962 r286072 355 355 } 356 356 357 // FIXME: Re-enable this test for Monterey+ once webkit.org/b/233345 is resolved. 358 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000 359 TEST(PrivateClickMeasurement, DISABLED_EphemeralWithAttributedBundleIdentifier) 360 #else 357 361 TEST(PrivateClickMeasurement, EphemeralWithAttributedBundleIdentifier) 362 #endif 358 363 { 359 364 auto configuration = configurationWithoutUsingDaemon();
Note:
See TracChangeset
for help on using the changeset viewer.