Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(637)

Unified Diff: services/video_capture/test/fake_device_unittest.cc

Issue 2592303002: Reland [Mojo Video Capture] Replace method OnIncomingCapturedVideoFrame() with OnIncomingCapturedBuf (Closed)
Patch Set: Rebase Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/video_capture/test/fake_device_unittest.cc
diff --git a/services/video_capture/test/fake_device_unittest.cc b/services/video_capture/test/fake_device_unittest.cc
index 7af7a1af651df18ce51980fb0cc709b7b283a257..edfcc97cc7e17c725908584b0295116910fc9741 100644
--- a/services/video_capture/test/fake_device_unittest.cc
+++ b/services/video_capture/test/fake_device_unittest.cc
@@ -30,7 +30,7 @@ struct FrameInfo {
namespace video_capture {
-TEST_F(FakeDeviceTest, FrameCallbacksArrive) {
+TEST_F(FakeDeviceTest, DISABLED_FrameCallbacksArrive) {
base::RunLoop wait_loop;
const int kNumFramesToWaitFor = 3;
int num_frames_arrived = 0;
@@ -51,7 +51,7 @@ TEST_F(FakeDeviceTest, FrameCallbacksArrive) {
// Tests that frames received from a fake capture device match the requested
// format and have increasing timestamps.
-TEST_F(FakeDeviceTest, ReceiveFramesFromFakeCaptureDevice) {
+TEST_F(FakeDeviceTest, DISABLED_ReceiveFramesFromFakeCaptureDevice) {
base::RunLoop wait_loop;
mojom::ReceiverPtr receiver_proxy;
constexpr int num_frames_to_receive = 2;
« no previous file with comments | « services/video_capture/test/fake_device_descriptor_unittest.cc ('k') | services/video_capture/test/mock_device_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698