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

Changeset 286036 in webkit


Ignore:
Timestamp:
Nov 18, 2021, 3:51:30 PM (5 years ago)
Author:
Robert Jenner
Message:

[ Monterey ] 2 TestWebKitAPI.WebKit.DisplayName (api-tests) are constantly failing
<rdar://80353834>

Uneviewed test gardening.

  • TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm:

(TestWebKitAPI::TEST):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r286028 r286036  
     12021-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
    1112021-11-18  Jonathan Bedard  <jbedard@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/DisplayName.mm

    r283462 r286036  
    5454}
    5555
     56// FIXME: Re-enable this test for Monterey+ once rdar://80353834 is resolved.
     57#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
     58TEST(WebKit, DISABLED_CustomDisplayName)
     59#else
    5660TEST(WebKit, CustomDisplayName)
     61#endif
    5762{
    5863    auto configuration = adoptNS([WKWebViewConfiguration new]);
     
    6772}
    6873
     74// FIXME: Re-enable this test for Monterey+ once rdar://80353834 is resolved.
     75#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
     76TEST(WebKit, DISABLED_DefaultDisplayName)
     77#else
    6978TEST(WebKit, DefaultDisplayName)
    7079{
Note: See TracChangeset for help on using the changeset viewer.