Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fdb557e81e0f18b25d558f99e6877ffc72c13b84
https://github.com/WebKit/WebKit/commit/fdb557e81e0f18b25d558f99e6877ffc72c13b84
Author: Youenn Fablet <[email protected]>
Date: 2026-03-03 (Tue, 03 Mar 2026)
Changed paths:
M LayoutTests/webrtc/candidate-stats.html
Log Message:
-----------
REGRESSION (306632@main): webrtc/candidate-stats.html is a flaky failure
rdar://170829395
https://bugs.webkit.org/show_bug.cgi?id=308329
Reviewed by Eric Carlson.
Libwebrtc is storing stats in a map that does not guarantee ordering.
UDP candidates are gathered first so stats for those candidates are also
usually generated first,
but this is not guaranteed.
To make the test non flaky, we check whether the stat report is TCP or UDP.
If TCP, we do additional checks on the TCP specific field and remove it before
doing generic checks.
Canonical link: https://commits.webkit.org/308527@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications