Title: [285207] trunk/Tools
Revision
285207
Author
beid...@apple.com
Date
2021-11-03 09:14:05 -0700 (Wed, 03 Nov 2021)

Log Message

Fix iOS API tests after r285199
https://bugs.webkit.org/show_bug.cgi?id=232649

Unreviewed.


* TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm: Definitely not ready for these tests to start running.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (285206 => 285207)


--- trunk/Tools/ChangeLog	2021-11-03 16:05:14 UTC (rev 285206)
+++ trunk/Tools/ChangeLog	2021-11-03 16:14:05 UTC (rev 285207)
@@ -1,3 +1,12 @@
+2021-11-03  Brady Eidson  <beid...@apple.com>
+
+        Fix iOS API tests after r285199 
+        https://bugs.webkit.org/show_bug.cgi?id=232649
+
+        Unreviewed.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm: Definitely not ready for these tests to start running.
+
 2021-11-02  Tim Horton  <timothy_hor...@apple.com>
 
         UnicodeDecodeError in write_reftest copying a non-UTF8 expected result file

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm (285206 => 285207)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm	2021-11-03 16:05:14 UTC (rev 285206)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm	2021-11-03 16:14:05 UTC (rev 285207)
@@ -25,7 +25,7 @@
 
 #import "config.h"
 
-#if ENABLE(NOTIFICATIONS)
+#if ENABLE(NOTIFICATIONS) && !PLATFORM(IOS)
 #import "PlatformUtilities.h"
 #import "TestWKWebView.h"
 #import <WebKit/WKUIDelegatePrivate.h>
@@ -170,4 +170,4 @@
 
 } // namespace TestWebKitAPI
 
-#endif // ENABLE(NOTIFICATIONS)
+#endif // ENABLE(NOTIFICATIONS) && !PLATFORM(IOS)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to