Title: [227905] branches/safari-605-branch/Tools
- Revision
- 227905
- Author
- [email protected]
- Date
- 2018-01-31 10:32:05 -0800 (Wed, 31 Jan 2018)
Log Message
Cherry-pick r227748. rdar://problem/37075786
Modified Paths
Diff
Modified: branches/safari-605-branch/Tools/ChangeLog (227904 => 227905)
--- branches/safari-605-branch/Tools/ChangeLog 2018-01-31 17:35:15 UTC (rev 227904)
+++ branches/safari-605-branch/Tools/ChangeLog 2018-01-31 18:32:05 UTC (rev 227905)
@@ -1,3 +1,15 @@
+2018-01-31 Ryan Haddad <[email protected]>
+
+ Cherry-pick r227748. rdar://problem/37075786
+
+ 2018-01-29 Brady Eidson <[email protected]>
+
+ Make the API test added in r227737 be Mac-only.
+
+ Unreviewed gardening.
+
+ * TestWebKitAPI/Tests/WebKitCocoa/MessagePortProviders.mm:
+
2018-01-30 Ryan Haddad <[email protected]>
Unreviewed, disable tests for rdar://problem/37032930&37032931.
Modified: branches/safari-605-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/MessagePortProviders.mm (227904 => 227905)
--- branches/safari-605-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/MessagePortProviders.mm 2018-01-31 17:35:15 UTC (rev 227904)
+++ branches/safari-605-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/MessagePortProviders.mm 2018-01-31 18:32:05 UTC (rev 227905)
@@ -25,7 +25,7 @@
#import "config.h"
-#if WK_API_ENABLED
+#if WK_API_ENABLED && PLATFORM(MAC)
#import "PlatformUtilities.h"
#import "TestWKWebView.h"
@@ -68,4 +68,4 @@
} // namespace TestWebKitAPI
-#endif // WK_API_ENABLED
+#endif // WK_API_ENABLED && PLATFORM(MAC)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes