Changeset 285963 in webkit
- Timestamp:
- Nov 17, 2021, 3:53:55 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r285962 r285963 1 2021-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 1 10 2021-11-17 Ryan Haddad <ryanhaddad@apple.com> 2 11 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm
r285960 r285963 157 157 158 158 // FIXME: Re-enable this test for Monterey+ once webkit.org/232857 is resolved. 159 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1 10000159 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000 160 160 TEST(WebPushD, DISABLED_BasicCommunication) 161 161 #else … … 203 203 204 204 // FIXME: Re-enable this test for Monterey+ once webkit.org/232857 is resolved. 205 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1 10000205 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000 206 206 TEST(WebPushD, DISABLED_PermissionManagement) 207 207 #else
Note:
See TracChangeset
for help on using the changeset viewer.