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

Changeset 285960 in webkit


Ignore:
Timestamp:
Nov 17, 2021, 3:35:44 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:

(TestWebKitAPI::TEST): Disable the tests for Monterey.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r285957 r285960  
     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:
     9        (TestWebKitAPI::TEST): Disable the tests for Monterey.
     10
    1112021-11-16  Ryan Haddad  <ryanhaddad@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm

    r285870 r285960  
    156156}
    157157
     158// FIXME: Re-enable this test for Monterey+ once webkit.org/232857 is resolved.
     159#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
     160TEST(WebPushD, DISABLED_BasicCommunication)
     161#else
    158162TEST(WebPushD, BasicCommunication)
     163#endif
    159164{
    160165    NSURL *tempDir = setUpTestWebPushD();
     
    197202)WEBPUSHRESOURCE";
    198203
     204// FIXME: Re-enable this test for Monterey+ once webkit.org/232857 is resolved.
     205#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
     206TEST(WebPushD, DISABLED_PermissionManagement)
     207#else
    199208TEST(WebPushD, PermissionManagement)
     209#endif
    200210{
    201211    NSURL *tempDirectory = setUpTestWebPushD();
Note: See TracChangeset for help on using the changeset viewer.