Skip to content

Commit

Permalink
[GARDENING]([REGRESSION: 265579@main?][ iOS ]TestWebKitAPI.WebKit2.Cr…
Browse files Browse the repository at this point in the history
…ashGPUProcessAfterApplyingConstraints (api-tests) is a constant timeout)

rdar://111696238

Unreviewed test gardening.

Disabled API test.

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

Canonical link: https://commits.webkit.org/265729@main
  • Loading branch information
Dawn Flores committed Jul 3, 2023
1 parent 62eb15f commit dc7f855
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Tools/TestWebKitAPI/Tests/WebKit/GetUserMedia.mm
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,12 @@ bool waitUntilMicrophoneState(WKWebView *webView, WKMediaCaptureState expectedSt
EXPECT_EQ(gpuProcessPID, [processPool _gpuProcessIdentifier]);
EXPECT_EQ(webViewPID, [webView _webProcessIdentifier]);
}

// FIXME when rdar://111696238 is resolved.
#if PLATFORM(IOS)
TEST(WebKit2, DISABLED_CrashGPUProcessAfterApplyingConstraints)
#else
TEST(WebKit2, CrashGPUProcessAfterApplyingConstraints)
#endif
{
auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
auto preferences = [configuration preferences];
Expand Down

0 comments on commit dc7f855

Please sign in to comment.