Title: [292166] trunk/Tools
Revision
292166
Author
jen...@apple.com
Date
2022-03-31 13:05:12 -0700 (Thu, 31 Mar 2022)

Log Message

2022-03-31  Robert Jenner  <jen...@apple.com>

        REGRESSION(r288464?):[ iOS15 Release GPUP arm64 ]TestWebKitAPI.GPUProcess.E xitsUnderMemoryPressureWebR TCCase is a constant failure
        https://bugs.webkit.org/show_bug.cgi?id=237854

        Unreviewed test gardening.

        * TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:
        (TEST): Disabling test while bug is under review.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (292165 => 292166)


--- trunk/Tools/ChangeLog	2022-03-31 20:00:41 UTC (rev 292165)
+++ trunk/Tools/ChangeLog	2022-03-31 20:05:12 UTC (rev 292166)
@@ -1,3 +1,13 @@
+2022-03-31  Robert Jenner  <jen...@apple.com>
+
+        REGRESSION(r288464?):[ iOS15 Release GPUP arm64 ]TestWebKitAPI.GPUProcess.E xitsUnderMemoryPressureWebR TCCase is a constant failure
+        https://bugs.webkit.org/show_bug.cgi?id=237854
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:
+        (TEST): Disabling test while bug is under review.
+
 2022-03-31  Don Olmstead  <don.olmst...@sony.com>
 
         Add PlayStation WPEToolingBackend type

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm (292165 => 292166)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm	2022-03-31 20:00:41 UTC (rev 292165)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm	2022-03-31 20:05:12 UTC (rev 292166)
@@ -681,7 +681,8 @@
     return false;
 }
 
-TEST(GPUProcess, ExitsUnderMemoryPressureWebRTCCase)
+// FIXME: https://bugs.webkit.org/show_bug.cgi?id=237854DISABLED_
+TEST(GPUProcess, DISABLED_ExitsUnderMemoryPressureWebRTCCase)
 {
     runMemoryPressureExitTest([](WKWebView *webView) {
         auto delegate = adoptNS([[UserMediaCaptureUIDelegate alloc] init]);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to