Title: [241948] trunk/Tools
Revision
241948
Author
[email protected]
Date
2019-02-22 08:48:38 -0800 (Fri, 22 Feb 2019)

Log Message

Unreviewed, disable API test added in r241928 on iOS.

The cache is not enabled on devices with less than 3GB of RAM.

* TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (241947 => 241948)


--- trunk/Tools/ChangeLog	2019-02-22 16:31:17 UTC (rev 241947)
+++ trunk/Tools/ChangeLog	2019-02-22 16:48:38 UTC (rev 241948)
@@ -1,3 +1,11 @@
+2019-02-22  Chris Dumez  <[email protected]>
+
+        Unreviewed, disable API test added in r241928 on iOS.
+
+        The cache is not enabled on devices with less than 3GB of RAM.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:
+
 2019-02-21  Simon Fraser  <[email protected]>
 
         Hardcode Visual Viewports on everywhere except iOS WK1

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm (241947 => 241948)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm	2019-02-22 16:31:17 UTC (rev 241947)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm	2019-02-22 16:48:38 UTC (rev 241948)
@@ -3059,6 +3059,8 @@
     EXPECT_TRUE([processPool _hasPrewarmedWebProcess]);
 }
 
+#if PLATFORM(MAC)
+
 TEST(ProcessSwap, NumberOfCachedProcesses)
 {
     auto processPoolConfiguration = adoptNS([[_WKProcessPoolConfiguration alloc] init]);
@@ -3112,9 +3114,10 @@
     EXPECT_EQ(1u, [processPool _webProcessCount]);
     EXPECT_EQ(1u, [processPool _webProcessCountIgnoringPrewarmedAndCached]);
     EXPECT_FALSE([processPool _hasPrewarmedWebProcess]);
-
 }
 
+#endif // PLATFORM(MAC)
+
 static const char* visibilityBytes = R"PSONRESOURCE(
 <script>
 window.addEventListener('pageshow', function(event) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to