Disable WindowCapturer tests on OSX and Linux
R=alexeypa@chromium.org Review URL: https://webrtc-codereview.appspot.com/1533004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4085 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
		| @@ -42,6 +42,8 @@ class WindowCapturerTest : public testing::Test, | |||||||
|   scoped_ptr<DesktopFrame> frame_; |   scoped_ptr<DesktopFrame> frame_; | ||||||
| }; | }; | ||||||
|  |  | ||||||
|  | #if defined(WEBRTC_WIN) | ||||||
|  |  | ||||||
| // Verify that we can enumerate windows. | // Verify that we can enumerate windows. | ||||||
| TEST_F(WindowCapturerTest, Enumerate) { | TEST_F(WindowCapturerTest, Enumerate) { | ||||||
|   WindowCapturer::WindowList windows; |   WindowCapturer::WindowList windows; | ||||||
| @@ -93,4 +95,6 @@ TEST_F(WindowCapturerTest, Capture) { | |||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #endif  // defined(WEBRTC_WIN) | ||||||
|  |  | ||||||
| }  // namespace webrtc | }  // namespace webrtc | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 sergeyu@chromium.org
					sergeyu@chromium.org