Title: [292868] trunk/Tools
Revision
292868
Author
[email protected]
Date
2022-04-14 08:44:26 -0700 (Thu, 14 Apr 2022)

Log Message

Enable ExitsUnderMemoryPressureWebRTCCase and disable ExitsUnderMemoryPressureGetUserMediaAudioCase on iOS simulator
https://bugs.webkit.org/show_bug.cgi?id=239115

Reviewed by Eric Carlson.

* TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:
(TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (292867 => 292868)


--- trunk/Tools/ChangeLog	2022-04-14 14:52:58 UTC (rev 292867)
+++ trunk/Tools/ChangeLog	2022-04-14 15:44:26 UTC (rev 292868)
@@ -1,3 +1,13 @@
+2022-04-14  Youenn Fablet  <[email protected]>
+
+        Enable ExitsUnderMemoryPressureWebRTCCase and disable ExitsUnderMemoryPressureGetUserMediaAudioCase on iOS simulator
+        https://bugs.webkit.org/show_bug.cgi?id=239115
+
+        Reviewed by Eric Carlson.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:
+        (TEST):
+
 2022-04-14  Kate Cheney  <[email protected]>
 
         WKWebView: navigator.serviceWorker.register method fails for a new version of an already registered service worker.

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm (292867 => 292868)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm	2022-04-14 14:52:58 UTC (rev 292867)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm	2022-04-14 15:44:26 UTC (rev 292868)
@@ -682,6 +682,8 @@
     return false;
 }
 
+#if PLATFORM(MAC)
+// FIXME: https://bugs.webkit.org/show_bug.cgi?id=237854 is disabled for IOS
 TEST(GPUProcess, ExitsUnderMemoryPressureGetUserMediaAudioCase)
 {
     runMemoryPressureExitTest([](WKWebView *webView) {
@@ -699,6 +701,7 @@
         preferences._getUserMediaRequiresFocus = NO;
     });
 }
+#endif
 
 TEST(GPUProcess, ExitsUnderMemoryPressureGetUserMediaVideoCase)
 {
@@ -718,8 +721,6 @@
     });
 }
 
-#if PLATFORM(MAC)
-// FIXME: https://bugs.webkit.org/show_bug.cgi?id=237854 is disabled for IOS
 TEST(GPUProcess, ExitsUnderMemoryPressureWebRTCCase)
 {
     runMemoryPressureExitTest([](WKWebView *webView) {
@@ -738,7 +739,6 @@
         preferences._getUserMediaRequiresFocus = NO;
     });
 }
-#endif // PLATFORM(MAC)
 #endif // ENABLE(MEDIA_STREAM)
 
 TEST(GPUProcess, ExitsUnderMemoryPressureWebAudioCase)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to