Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c965aea043315991e4d5df60c542eafcbc70ded1
https://github.com/WebKit/WebKit/commit/c965aea043315991e4d5df60c542eafcbc70ded1
Author: Youenn Fablet <[email protected]>
Date: 2026-01-06 (Tue, 06 Jan 2026)
Changed paths:
M Tools/TestWebKitAPI/Tests/WebKit/WebRTC.mm
Log Message:
-----------
REGRESSION(304859@main): Made TestWebKitAPI.WebKit2.RTCDataChannelPostMessage
flakey
rdar://167439369
https://bugs.webkit.org/show_bug.cgi?id=304848
Reviewed by Eric Carlson.
The test is about channel close events being fired in case of explicit closing
of a peer connection.
In the API test, we are ensuring that this close event is firing.
We were also testing that the close event of the remote data channel would fire
when the other peer is closing.
As per bot results, this is not guaranteed, which is unexpected.
This is a separate issue though, that does not require changes to 304859@main.
We update the RTCDataChannelPostMessage test to only check local channel close
event.
Canonical link: https://commits.webkit.org/305150@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications