commit | 1afe657d5c56b01b6792615b275dd7a6723cd14e | [log] [tgz] |
---|---|---|
author | Yves Gerey <yvesg@webrtc.org> | Thu Jul 18 20:01:09 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jul 19 11:56:42 2019 |
tree | 7e774a4cfc7a1bb1b6123908035ee84cceca31d1 | |
parent | 21f2fc9c73518392aaf30359b1eac5d18c576931 [diff] |
[Sanitizers] Disable tests at compile-time rather than run-time. Rationale: * More explicit (you won't miss that when glancing at the code). * More consistent (see MAYBE_* in other tests). * Allow to re-activate tests via CLI (--gtest_also_run_disabled_tests). * Tests won't wrongly show up as PASSING (bug/webrtc:10819), since they won't show up at all. Bug: webrtc:9778 Change-Id: Ic32e18cb8ee2352def95206c2aa66e1dea0cc1e3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/146200 Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Commit-Queue: Yves Gerey <yvesg@google.com> Cr-Commit-Position: refs/heads/master@{#28617}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.