Title: [280180] trunk/Tools
- Revision
- 280180
- Author
- [email protected]
- Date
- 2021-07-22 10:28:57 -0700 (Thu, 22 Jul 2021)
Log Message
[ BigSur Debug ] TestWebKitAPI.GPUProcess.CrashWhilePlayingAudioViaCreateMediaElementSource is flaky, hitting ASSERTION FAILED: !isInRoutingArbitrationForToken(token)
https://bugs.webkit.org/show_bug.cgi?id=227728
Unreviewed API test gardening.
* TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:
(TEST):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (280179 => 280180)
--- trunk/Tools/ChangeLog 2021-07-22 17:18:20 UTC (rev 280179)
+++ trunk/Tools/ChangeLog 2021-07-22 17:28:57 UTC (rev 280180)
@@ -1,3 +1,13 @@
+2021-07-22 Peng Liu <[email protected]>
+
+ [ BigSur Debug ] TestWebKitAPI.GPUProcess.CrashWhilePlayingAudioViaCreateMediaElementSource is flaky, hitting ASSERTION FAILED: !isInRoutingArbitrationForToken(token)
+ https://bugs.webkit.org/show_bug.cgi?id=227728
+
+ Unreviewed API test gardening.
+
+ * TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm:
+ (TEST):
+
2021-07-22 Frédéric Wang <[email protected]>
nullptr crash in ApplyStyleCommand::applyRelativeFontStyleChange
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm (280179 => 280180)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm 2021-07-22 17:18:20 UTC (rev 280179)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/GPUProcess.mm 2021-07-22 17:28:57 UTC (rev 280180)
@@ -368,7 +368,8 @@
EXPECT_EQ(webViewPID, [webView _webProcessIdentifier]);
}
-TEST(GPUProcess, CrashWhilePlayingAudioViaCreateMediaElementSource)
+// FIXME: Re-enable this test once <rdar://80237464> is resolved
+TEST(GPUProcess, DISABLED_CrashWhilePlayingAudioViaCreateMediaElementSource)
{
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