Title: [276280] trunk/Tools
Revision
276280
Author
[email protected]
Date
2021-04-19 18:02:01 -0700 (Mon, 19 Apr 2021)

Log Message

Unreviewed, temporarily disable GPUProcess.DISABLED_WebProcessTerminationAfterTooManyGPUProcessCrashes
https://bugs.webkit.org/show_bug.cgi?id=224790

It is crashing. I will renable it with the fix at Bug 224790.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (276279 => 276280)


--- trunk/Tools/ChangeLog	2021-04-20 00:54:58 UTC (rev 276279)
+++ trunk/Tools/ChangeLog	2021-04-20 01:02:01 UTC (rev 276280)
@@ -1,3 +1,13 @@
+2021-04-19  Chris Dumez  <[email protected]>
+
+        Unreviewed, temporarily disable GPUProcess.DISABLED_WebProcessTerminationAfterTooManyGPUProcessCrashes
+        https://bugs.webkit.org/show_bug.cgi?id=224790
+
+        It is crashing. I will renable it with the fix at Bug 224790.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:
+        (TEST):
+
 2021-04-19  Aakash Jain  <[email protected]>
 
         [ews] Enabled detailed error log when unit-tests fails

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm (276279 => 276280)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm	2021-04-20 00:54:58 UTC (rev 276279)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm	2021-04-20 01:02:01 UTC (rev 276280)
@@ -115,7 +115,7 @@
     EXPECT_TRUE([webView _isPlayingAudio]);
 }
 
-TEST(GPUProcess, WebProcessTerminationAfterTooManyGPUProcessCrashes)
+TEST(GPUProcess, DISABLED_WebProcessTerminationAfterTooManyGPUProcessCrashes)
 {
     auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
     WKPreferencesSetBoolValueForKeyForTesting((__bridge WKPreferencesRef)[configuration preferences], true, WKStringCreateWithUTF8CString("UseGPUProcessForMediaEnabled"));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to