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

Changeset 285963 in webkit


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

ASSERT NOT REACHED under WebKit::Daemon::ConnectionToMachService seen with TestWebKitAPI.WebPushD.BasicCommunication and PermissionManagement
https://bugs.webkit.org/show_bug.cgi?id=232857

Unreviewed test gardening.

  • TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm: Fix number in version check.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r285962 r285963  
     12021-11-17  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        ASSERT NOT REACHED under WebKit::Daemon::ConnectionToMachService seen with TestWebKitAPI.WebPushD.BasicCommunication and PermissionManagement
     4        https://bugs.webkit.org/show_bug.cgi?id=232857
     5
     6        Unreviewed test gardening.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm: Fix number in version check.
     9
    1102021-11-17  Ryan Haddad  <ryanhaddad@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm

    r285960 r285963  
    157157
    158158// FIXME: Re-enable this test for Monterey+ once webkit.org/232857 is resolved.
    159 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
     159#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
    160160TEST(WebPushD, DISABLED_BasicCommunication)
    161161#else
     
    203203
    204204// FIXME: Re-enable this test for Monterey+ once webkit.org/232857 is resolved.
    205 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
     205#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
    206206TEST(WebPushD, DISABLED_PermissionManagement)
    207207#else
Note: See TracChangeset for help on using the changeset viewer.