commit | f5655d00ea89379ba26a63b96b96f0aa9edd68ea | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Thu Apr 06 11:10:55 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 06 11:31:39 2023 |
tree | 7e2c25b9935179bd9e89c2716ff14ea6a2a8cfc6 | |
parent | 209a44830737f94879295c085bd18b8adcdd502c [diff] |
ASSERT_TRUE_WAIT instead of EXPECT_TRUE_WAIT in media flow tests. We've only seen heap-use-after-free issues when the test continues to run after EXPECT_TRUE_WAIT failures. This may speculatively reduce the risk of flakes by aborting the test as soon as a failure happens. Ideally the peer connections would all close due to going out of scope making frame encoding after this point an impossibility. Bug: webrtc:15018 Change-Id: I69d8bcf0f76e3bfb591d2ea81b9e9f68b1f11ffe Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/300481 Auto-Submit: Henrik Boström <hbos@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#39782}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.