commit | 99f7bfde283b8ae20971b9bd804c6210f7c156eb | [log] [tgz] |
---|---|---|
author | Henrik Kjellander <kjellander@webrtc.org> | Mon Dec 12 07:29:55 2016 |
committer | Henrik Kjellander <kjellander@webrtc.org> | Mon Dec 12 07:30:09 2016 |
tree | 8575e73179186b5d83ba87b29f3862a5d0500c6b | |
parent | 9e3e0da9de1a54bbf6de7dfd1636c3b9c8d3fd20 [diff] |
Change MANUAL -> DISABLED for ScreenCapturerIntegrationTest tests It turns out MANUAL_ isn't a part of the supported gtest prefixes: it's a part of the Chromium test launcher: https://cs.chromium.org/chromium/src/content/public/test/test_launcher.cc?rcl=0&l=69 Luckily, we can use DISABLED_ for the same purpose, since there's the --gtest_also_run_disabled_tests flag we can use. BUG=webrtc:6666, webrtc:6843 TBR=zijiehe@chromium.org Review-Url: https://codereview.webrtc.org/2568013002 . Cr-Commit-Position: refs/heads/master@{#15539}
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.