[webkit-changes] [WebKit/WebKit] f29338: REGRESSION (259167 at main): [ macOS ] webaudio/audio...

Kimmo Kinnunen noreply at github.com
Fri Jun 2 07:02:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f293387b8a8c3bcf37f2b03e0c04c09577817bf0
      https://github.com/WebKit/WebKit/commit/f293387b8a8c3bcf37f2b03e0c04c09577817bf0
  Author: Kimmo Kinnunen <kkinnunen at apple.com>
  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 at 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




More information about the webkit-changes mailing list