Title: [256074] trunk/Tools
Revision
256074
Author
[email protected]
Date
2020-02-07 15:38:17 -0800 (Fri, 07 Feb 2020)

Log Message

TestWebKitAPI: Disable legacy ActionSheet tests on Catalyst
https://bugs.webkit.org/show_bug.cgi?id=207405

Reviewed by Wenson Hsieh.

* TestWebKitAPI/Tests/ios/ActionSheetTests.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (256073 => 256074)


--- trunk/Tools/ChangeLog	2020-02-07 23:30:29 UTC (rev 256073)
+++ trunk/Tools/ChangeLog	2020-02-07 23:38:17 UTC (rev 256074)
@@ -1,3 +1,12 @@
+2020-02-07  Jonathan Bedard  <[email protected]>
+
+        TestWebKitAPI: Disable legacy ActionSheet tests on Catalyst
+        https://bugs.webkit.org/show_bug.cgi?id=207405
+
+        Reviewed by Wenson Hsieh.
+
+        * TestWebKitAPI/Tests/ios/ActionSheetTests.mm:
+
 2020-02-07  Alex Christensen  <[email protected]>
 
         Remember if we used legacy TLS in the back/forward cache like we remember if we have only secure content

Modified: trunk/Tools/TestWebKitAPI/Tests/ios/ActionSheetTests.mm (256073 => 256074)


--- trunk/Tools/TestWebKitAPI/Tests/ios/ActionSheetTests.mm	2020-02-07 23:30:29 UTC (rev 256073)
+++ trunk/Tools/TestWebKitAPI/Tests/ios/ActionSheetTests.mm	2020-02-07 23:38:17 UTC (rev 256074)
@@ -26,7 +26,7 @@
 #import "config.h"
 #import "Test.h"
 
-#if PLATFORM(IOS_FAMILY)
+#if PLATFORM(IOS_FAMILY) && !PLATFORM(MACCATALYST)
 
 #import "ClassMethodSwizzler.h"
 #import "IPadUserInterfaceSwizzler.h"
@@ -354,4 +354,4 @@
 
 } // namespace TestWebKitAPI
 
-#endif // PLATFORM(IOS_FAMILY)
+#endif // PLATFORM(IOS_FAMILY) && !PLATFORM(MACCATALYST)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to