Skip to content
Permalink
Browse files
[ iOS ] TestWebKitAPI.WebKit2.CrashGPUProcessWhileCapturing is a flak…
…y timeout

https://bugs.webkit.org/show_bug.cgi?id=239315

Patch by Youenn Fablet <youennf@gmail.com> 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
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295674 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
youennf authored and webkit-commit-queue committed Jun 20, 2022
1 parent cedfa7b commit 1c31350
Showing 1 changed file with 2 additions and 2 deletions.
@@ -561,7 +561,7 @@ bool waitUntilMicrophoneState(WKWebView *webView, WKMediaCaptureState expectedSt

#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 @@ bool waitUntilMicrophoneState(WKWebView *webView, WKMediaCaptureState expectedSt
}

// 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];

0 comments on commit 1c31350

Please sign in to comment.