Title: [295404] trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm
- Revision
- 295404
- Author
- [email protected]
- Date
- 2022-06-08 17:36:38 -0700 (Wed, 08 Jun 2022)
Log Message
[Gardening]: REGRESSION (r293829): [ iOS ] TestWebKitAPI.GPUProcess.WebProcessTerminationAfterTooManyGPUProcessCrashes is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=240692
<rdar://93611089>
Unreviewed test gardening.
I disabled API test while the issue is being investigated.
* Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:
(TEST):
Canonical link: https://commits.webkit.org/251410@main
Modified Paths
Diff
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm (295403 => 295404)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm 2022-06-09 00:25:37 UTC (rev 295403)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm 2022-06-09 00:36:38 UTC (rev 295404)
@@ -115,7 +115,12 @@
EXPECT_TRUE([webView _isPlayingAudio]);
}
+// FIXME: Re-enable after webkit.org/b/240692 is resolved
+#if (PLATFORM(IOS))
+TEST(GPUProcess, DISABLED_WebProcessTerminationAfterTooManyGPUProcessCrashes)
+#else
TEST(GPUProcess, WebProcessTerminationAfterTooManyGPUProcessCrashes)
+#endif
{
auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
WKPreferencesSetBoolValueForKeyForTesting((__bridge WKPreferencesRef)[configuration preferences], true, WKStringCreateWithUTF8CString("UseGPUProcessForMediaEnabled"));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes