Changeset 286036 in webkit
- Timestamp:
- Nov 18, 2021, 3:51:30 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r286028 r286036 1 2021-11-18 Robert Jenner <Jenner@apple.com> 2 3 [ Monterey ] 2 TestWebKitAPI.WebKit.DisplayName (api-tests) are constantly failing 4 <rdar://80353834> 5 6 Uneviewed test gardening. 7 8 * TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm: 9 (TestWebKitAPI::TEST): 10 1 11 2021-11-18 Jonathan Bedard <jbedard@apple.com> 2 12 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm
r283462 r286036 54 54 } 55 55 56 // FIXME: Re-enable this test for Monterey+ once rdar://80353834 is resolved. 57 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000 58 TEST(WebKit, DISABLED_CustomDisplayName) 59 #else 56 60 TEST(WebKit, CustomDisplayName) 61 #endif 57 62 { 58 63 auto configuration = adoptNS([WKWebViewConfiguration new]); … … 67 72 } 68 73 74 // FIXME: Re-enable this test for Monterey+ once rdar://80353834 is resolved. 75 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000 76 TEST(WebKit, DISABLED_DefaultDisplayName) 77 #else 69 78 TEST(WebKit, DefaultDisplayName) 70 79 {
Note:
See TracChangeset
for help on using the changeset viewer.