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

Unified Diff: chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc

Issue 1372923002: Revert of Re-enabling 720p WebRTC video quality test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
diff --git a/chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc b/chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
index 347a14309ed6c776198de71850527f99cd5af8cf..20510c3943dadae24ebddeff1b76a584e387dade 100644
--- a/chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
+++ b/chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
@@ -68,9 +68,14 @@
{ "360p", 640, 360,
test::kReferenceFileName360p,
WebRtcTestBase::kAudioVideoCallConstraints360p },
+ // TODO(phoglund): Temporarily disabled on Windows because 720p has become
+ // very, very slow on Windows (550s).
+ // See https://code.google.com/p/webrtc/issues/detail?id=4986.
+#if !defined(OS_WIN)
{ "720p", 1280, 720,
test::kReferenceFileName720p,
WebRtcTestBase::kAudioVideoCallConstraints720p },
+#endif
};
// Test the video quality of the WebRTC output.
@@ -332,8 +337,6 @@
polling_interval_msec));
HangUp(left_tab);
- CloseLastLocalStream(left_tab);
- CloseLastLocalStream(right_tab);
WriteCapturedFramesToWorkingDir(right_tab);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698