Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f293387b8a8c3bcf37f2b03e0c04c09577817bf0
https://github.com/WebKit/WebKit/commit/f293387b8a8c3bcf37f2b03e0c04c09577817bf0
Author: Kimmo Kinnunen <[email protected]>
Date: 2023-06-02 (Fri, 02 Jun 2023)
Changed paths:
M LayoutTests/platform/mac/TestExpectations
M LayoutTests/webaudio/audiocontext-large-samplerate.html
M LayoutTests/webaudio/audiocontext-low-samplerate.html
Log Message:
-----------
REGRESSION (259167@main): [ macOS ]
webaudio/audiocontext-large-samplerate.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=256091
rdar://108658391
Reviewed by Youenn Fablet.
AudioContext is slow to start if the test starts the GPU process.
The tests used setTimeout which could fire before the AudioContext
handled the start.
Use AudioContext.onstatechange to trigger the test of
AudioContext.state == "running".
* LayoutTests/platform/mac/TestExpectations:
* LayoutTests/webaudio/audiocontext-large-samplerate.html:
* LayoutTests/webaudio/audiocontext-low-samplerate.html:
Canonical link: https://commits.webkit.org/264831@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes