Title: [295674] trunk/Tools/TestWebKitAPI/Tests/WebKit/GetUserMedia.mm
Revision
295674
Author
[email protected]
Date
2022-06-20 06:04:59 -0700 (Mon, 20 Jun 2022)

Log Message

[ iOS ] TestWebKitAPI.WebKit2.CrashGPUProcessWhileCapturing is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=239315

Patch by Youenn Fablet <[email protected]> on 2022-06-20
Unreviewed.

Reenable tests to gather EWS results.
We should at least reenable it in macOS if it still does not run well in iOS.

* Tools/TestWebKitAPI/Tests/WebKit/GetUserMedia.mm:

Canonical link: https://commits.webkit.org/251679@main

Modified Paths

Diff

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit/GetUserMedia.mm (295673 => 295674)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit/GetUserMedia.mm	2022-06-20 12:02:51 UTC (rev 295673)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit/GetUserMedia.mm	2022-06-20 13:04:59 UTC (rev 295674)
@@ -561,7 +561,7 @@
 
 #if ENABLE(GPU_PROCESS)
 // FIXME: https://bugs.webkit.org/show_bug.cgi?id=239315
-TEST(WebKit2, DISABLED_CrashGPUProcessWhileCapturing)
+TEST(WebKit2, CrashGPUProcessWhileCapturing)
 {
     auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
     auto preferences = [configuration preferences];
@@ -709,7 +709,7 @@
 }
 
 // FIXME: https://bugs.webkit.org/show_bug.cgi?id=239309
-TEST(WebKit2, DISABLED_CrashGPUProcessWhileCapturingAndCalling)
+TEST(WebKit2, CrashGPUProcessWhileCapturingAndCalling)
 {
     auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
     auto preferences = [configuration preferences];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to