[webkit-changes] [WebKit/WebKit] fdf03b: REGRESSION (271011 at main): [ Ventura+ x86_64 wk2 ] ...

youennf noreply at github.com
Thu Dec 7 01:04:11 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fdf03b86449c12a28214ee47eee06577e538f4e3
      https://github.com/WebKit/WebKit/commit/fdf03b86449c12a28214ee47eee06577e538f4e3
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-12-07 (Thu, 07 Dec 2023)

  Changed paths:
    M LayoutTests/webrtc/multi-video.html

  Log Message:
  -----------
  REGRESSION (271011 at main): [ Ventura+ x86_64 wk2 ] webrtc/multi-video.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=265700
rdar://119051908

Reviewed by Jean-Yves Avenard.

Mock camera sources are now using a buffer pool just like regular cameras.
This allows to check potential leaks cases.
In this case, LayoutTests/webrtc/multi-video.html is encoding six times the same stream.
This makes slow bots potentially having 10 video frames in the pipeline, thus blocking the mock camera.

To prevent this, we are reducing the frame rate by 6, which should get us back to a regular case where things should work out well.

* LayoutTests/webrtc/multi-video.html:

Canonical link: https://commits.webkit.org/271667@main




More information about the webkit-changes mailing list