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

Unified Diff: remoting/protocol/connection_unittest.cc

Issue 2757923004: Fix failed capture handling in WebrtcVideoStream (Closed)
Patch Set: Created 3 years, 9 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: remoting/protocol/connection_unittest.cc
diff --git a/remoting/protocol/connection_unittest.cc b/remoting/protocol/connection_unittest.cc
index c35278315b397cf2497a4bd4aaa0f2940765f136..1794f2fdc448ebf863344324c2a3349a0d7f886c 100644
--- a/remoting/protocol/connection_unittest.cc
+++ b/remoting/protocol/connection_unittest.cc
@@ -635,8 +635,6 @@ TEST_P(ConnectionTest, Audio) {
client_audio_player_.Verify();
}
-#if !defined(MEMORY_SANITIZER)
-// Test fails under msan, https://crbug.com/697178
TEST_P(ConnectionTest, FirstCaptureFailed) {
Connect();
@@ -669,7 +667,6 @@ TEST_P(ConnectionTest, FirstCaptureFailed) {
EXPECT_EQ(event_timestamp, stats.host_stats.latest_event_timestamp);
}
}
-#endif
TEST_P(ConnectionTest, SecondCaptureFailed) {
Connect();
« no previous file with comments | « no previous file | remoting/protocol/webrtc_frame_scheduler_simple.h » ('j') | remoting/protocol/webrtc_frame_scheduler_simple.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698