commit | fdafab84bc9db9eabdf54b1186c27abfe871801a | [log] [tgz] |
---|---|---|
author | hbos <hbos@webrtc.org> | Wed Sep 14 13:02:13 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Sep 14 13:02:20 2016 |
tree | e90bf381e4b803fb0a4de437e8939f4a03e15c94 | |
parent | 6fa69c91d6192e242ed2bc70836a4f73132a958b [diff] |
Fix issues with rtc_stats_unittests tests so that they can run on bots. This target is not run on bots so a couple of issues went under the radar. If we expose the tests and run them on the bots[1] two issues are surfaced which this CL fixes. After this CL lands we can enable this target on the bots without it going red. rtcstats_unittest.cc: Fix const char* string comparison issue by comparing with strcmp instead of equality check. rtcstatscollector_unittest.cc: Fix TSAN issue by constructing ScopedFakeClock before spawning Threads. [1] https://codereview.webrtc.org/2340443002/ BUG=chromium:627816 NOTRY=True Review-Url: https://codereview.webrtc.org/2333343002 Cr-Commit-Position: refs/heads/master@{#14215}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.