Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 6aa9e2fd9830f030aaacbc2a8363bdf171fc5358 https://github.com/WebKit/WebKit/commit/6aa9e2fd9830f030aaacbc2a8363bdf171fc5358 Author: Alex Christensen <achristen...@apple.com> Date: 2025-04-14 (Mon, 14 Apr 2025)
Changed paths: M LayoutTests/platform/ios/TestExpectations M LayoutTests/platform/mac-wk2/TestExpectations M LayoutTests/webaudio/decode-audio-data-too-short.html Log Message: ----------- REGRESSION(292403@main?): [ wk2 ] webaudio/decode-audio-data-too-short.html is a flaky failure. https://bugs.webkit.org/show_bug.cgi?id=291035 rdar://148553504 Reviewed by Abrar Rahman Protyasha. The test verifies that nothing crashes, and this still does that. After 292403@main the timing of output changed slightly so that sometimes the console log output of the promise rejection being unhandled arrives in the UI process before the notification that the test is finished, so it appears in the test output. This handles the promise rejection with an async function and try/catch to suppress that output. * LayoutTests/platform/ios/TestExpectations: * LayoutTests/platform/mac-wk2/TestExpectations: * LayoutTests/webaudio/decode-audio-data-too-short.html: Canonical link: https://commits.webkit.org/293700@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes