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

Unified Diff: webrtc/call/call_perf_tests.cc

Issue 1366303002: Build https://codereview.webrtc.org/1368843003/ as if with firefox (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@chrome-build
Patch Set: rebase Created 5 years, 3 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
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/call_perf_tests.cc
diff --git a/webrtc/call/call_perf_tests.cc b/webrtc/call/call_perf_tests.cc
index a7714b19c649b4d57ddd94887de6eabffd28ef63..af66ea0be972e859bfbe8d79043f2e25c025391c 100644
--- a/webrtc/call/call_perf_tests.cc
+++ b/webrtc/call/call_perf_tests.cc
@@ -324,15 +324,17 @@ void CallPerfTest::TestAudioVideoSync(bool fec, bool create_audio_first) {
VoiceEngine::Delete(voice_engine);
}
-TEST_F(CallPerfTest, PlaysOutAudioAndVideoInSyncWithAudioCreatedFirst) {
+TEST_F(CallPerfTest,
+ DISABLED_PlaysOutAudioAndVideoInSyncWithAudioCreatedFirst) {
TestAudioVideoSync(false, true);
}
-TEST_F(CallPerfTest, PlaysOutAudioAndVideoInSyncWithVideoCreatedFirst) {
+TEST_F(CallPerfTest,
+ DISABLED_PlaysOutAudioAndVideoInSyncWithVideoCreatedFirst) {
TestAudioVideoSync(false, false);
}
-TEST_F(CallPerfTest, PlaysOutAudioAndVideoInSyncWithFec) {
+TEST_F(CallPerfTest, DISABLED_PlaysOutAudioAndVideoInSyncWithFec) {
TestAudioVideoSync(true, false);
}
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698