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}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.