Title: [292852] trunk/Tools
Revision
292852
Author
matteo_flo...@apple.com
Date
2022-04-13 19:24:13 -0700 (Wed, 13 Apr 2022)

Log Message

[ iOS ] TestWebKitAPI.WebKit2.CrashGPUProcessWhileCapturingAndCalling is a flaky timeout         https://bugs.webkit.org/show_bug.cgi?id=239309          Unreviewed test gardening.          * TestWebKitAPI/Tests/WebKit/GetUserMedia.mm: Disabling test to help EWS

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (292851 => 292852)


--- trunk/Tools/ChangeLog	2022-04-14 02:02:10 UTC (rev 292851)
+++ trunk/Tools/ChangeLog	2022-04-14 02:24:13 UTC (rev 292852)
@@ -1,5 +1,14 @@
 2022-04-13  Matteo Flores  <matteo_flo...@apple.com>
 
+        [ iOS ] TestWebKitAPI.WebKit2.CrashGPUProcessWhileCapturingAndCalling is a flaky timeout
+        https://bugs.webkit.org/show_bug.cgi?id=239309
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKit/GetUserMedia.mm: Disabling test to help EWS
+
+2022-04-13  Matteo Flores  <matteo_flo...@apple.com>
+
         [ iOS ] TestWebKitAPI.SOAuthorizationSubFrame.InterceptionErrorWithReferrer is a flaky timeout
         https://bugs.webkit.org/show_bug.cgi?id=239311
 

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit/GetUserMedia.mm (292851 => 292852)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit/GetUserMedia.mm	2022-04-14 02:02:10 UTC (rev 292851)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit/GetUserMedia.mm	2022-04-14 02:24:13 UTC (rev 292852)
@@ -707,7 +707,8 @@
     EXPECT_EQ(webViewPID, [webView _webProcessIdentifier]);
 }
 
-TEST(WebKit2, CrashGPUProcessWhileCapturingAndCalling)
+// FIXME: https://bugs.webkit.org/show_bug.cgi?id=239309
+TEST(WebKit2, DISABLED_CrashGPUProcessWhileCapturingAndCalling)
 {
     auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
     auto preferences = [configuration preferences];
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to