Skip to content

Commit

Permalink
[ iPadOS ] CrashGPUProcessWhileCapturing and CrashGPUProcessWhileCapt…
Browse files Browse the repository at this point in the history
…uringAndCalling are disabled

https://bugs.webkit.org/show_bug.cgi?id=247560
rdar://problem/97926426

Reviewed by Eric Carlson.

Reenable tests as they are passing locally.

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

Canonical link: https://commits.webkit.org/256423@main
  • Loading branch information
youennf committed Nov 7, 2022
1 parent 3c5d90c commit 66fbf24
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Tools/TestWebKitAPI/Tests/WebKit/GetUserMedia.mm
Expand Up @@ -560,12 +560,7 @@ bool waitUntilMicrophoneState(WKWebView *webView, WKMediaCaptureState expectedSt
#endif

#if ENABLE(GPU_PROCESS)
// FIXME: https://bugs.webkit.org/show_bug.cgi?id=243412
#if PLATFORM(IOS)
TEST(WebKit2, DISABLED_CrashGPUProcessWhileCapturing)
#else
TEST(WebKit2, CrashGPUProcessWhileCapturing)
#endif
{
auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
auto preferences = [configuration preferences];
Expand Down Expand Up @@ -712,12 +707,7 @@ bool waitUntilMicrophoneState(WKWebView *webView, WKMediaCaptureState expectedSt
EXPECT_EQ(webViewPID, [webView _webProcessIdentifier]);
}

// FIXME: https://bugs.webkit.org/show_bug.cgi?id=243412
#if PLATFORM(IOS)
TEST(WebKit2, DISABLED_CrashGPUProcessWhileCapturingAndCalling)
#else
TEST(WebKit2, CrashGPUProcessWhileCapturingAndCalling)
#endif
{
auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
auto preferences = [configuration preferences];
Expand Down

0 comments on commit 66fbf24

Please sign in to comment.