Changeset 285960 in webkit
- Timestamp:
- Nov 17, 2021, 3:35:44 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
r285957 r285960 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: 9 (TestWebKitAPI::TEST): Disable the tests for Monterey. 10 1 11 2021-11-16 Ryan Haddad <ryanhaddad@apple.com> 2 12 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm
r285870 r285960 156 156 } 157 157 158 // FIXME: Re-enable this test for Monterey+ once webkit.org/232857 is resolved. 159 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000 160 TEST(WebPushD, DISABLED_BasicCommunication) 161 #else 158 162 TEST(WebPushD, BasicCommunication) 163 #endif 159 164 { 160 165 NSURL *tempDir = setUpTestWebPushD(); … … 197 202 )WEBPUSHRESOURCE"; 198 203 204 // FIXME: Re-enable this test for Monterey+ once webkit.org/232857 is resolved. 205 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000 206 TEST(WebPushD, DISABLED_PermissionManagement) 207 #else 199 208 TEST(WebPushD, PermissionManagement) 209 #endif 200 210 { 201 211 NSURL *tempDirectory = setUpTestWebPushD();
Note:
See TracChangeset
for help on using the changeset viewer.