Title: [292850] trunk/Tools
Revision
292850
Author
[email protected]
Date
2022-04-13 18:50:09 -0700 (Wed, 13 Apr 2022)

Log Message

REGRESSION(r292401-r292310): [ iOS ] TestWebKitAPI.GPUProcess.CanvasBasicCrashHandling is a constant failure on iOS         https://bugs.webkit.org/show_bug.cgi?id=239303          Unreviewed test gardening.          * TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm: Disabling the test to help EWS         (TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (292849 => 292850)


--- trunk/Tools/ChangeLog	2022-04-14 01:30:02 UTC (rev 292849)
+++ trunk/Tools/ChangeLog	2022-04-14 01:50:09 UTC (rev 292850)
@@ -1,5 +1,15 @@
 2022-04-13  Matteo Flores  <[email protected]>
 
+        REGRESSION(r292401-r292310): [ iOS ] TestWebKitAPI.GPUProcess.CanvasBasicCrashHandling is a constant failure on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=239303
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm: Disabling the test to help EWS
+        (TEST):
+
+2022-04-13  Matteo Flores  <[email protected]>
+
         [ iOS ] TestWebKitAPI.IndexedDB.IndexedDBSuspendImminently is a constant timeout
         https://bugs.webkit.org/show_bug.cgi?id=239310
 

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm (292849 => 292850)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm	2022-04-14 01:30:02 UTC (rev 292849)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm	2022-04-14 01:50:09 UTC (rev 292850)
@@ -451,7 +451,8 @@
     "</script> \n"
     "</body>";
 
-TEST(GPUProcess, CanvasBasicCrashHandling)
+// FIXME: https://bugs.webkit.org/show_bug.cgi?id=239303
+TEST(GPUProcess, DISABLED_CanvasBasicCrashHandling)
 {
     auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
     WKPreferencesSetBoolValueForKeyForTesting((__bridge WKPreferencesRef)[configuration preferences], true, WKStringCreateWithUTF8CString("UseGPUProcessForCanvasRenderingEnabled"));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to