Update libjingle to CL 53398036.
Review URL: https://webrtc-codereview.appspot.com/2323004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4872 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#include "talk/base/gunit.h"
|
||||
#include "talk/base/testutils.h"
|
||||
#include "talk/base/window.h"
|
||||
#include "talk/base/windowpicker.h"
|
||||
#include "talk/base/windowpickerfactory.h"
|
||||
@ -10,6 +11,7 @@
|
||||
#endif
|
||||
|
||||
TEST(WindowPickerTest, GetWindowList) {
|
||||
MAYBE_SKIP_SCREENCAST_TEST();
|
||||
if (!talk_base::WindowPickerFactory::IsSupported()) {
|
||||
LOG(LS_INFO) << "skipping test: window capturing is not supported with "
|
||||
<< "current configuration.";
|
||||
@ -24,6 +26,7 @@ TEST(WindowPickerTest, GetWindowList) {
|
||||
// TODO(hughv) Investigate why this fails on pulse but not locally after
|
||||
// upgrading to XCode 4.5. The failure is GetDesktopList returning FALSE.
|
||||
TEST(WindowPickerTest, DISABLE_ON_MAC(GetDesktopList)) {
|
||||
MAYBE_SKIP_SCREENCAST_TEST();
|
||||
if (!talk_base::WindowPickerFactory::IsSupported()) {
|
||||
LOG(LS_INFO) << "skipping test: window capturing is not supported with "
|
||||
<< "current configuration.";
|
||||
|
||||
Reference in New Issue
Block a user