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

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

Issue 858153004: Disable WebRtcSimulcastBrowserTest.TestVgaReturnsTwoSimulcastStreams on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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_simulcast_browsertest.cc
diff --git a/chrome/browser/media/chrome_webrtc_simulcast_browsertest.cc b/chrome/browser/media/chrome_webrtc_simulcast_browsertest.cc
index 0c8fed532680da79bb3fe5b2de19abada54fbf86..80d13e90ff4f412d369503a047b5bdcbe5191f69 100644
--- a/chrome/browser/media/chrome_webrtc_simulcast_browsertest.cc
+++ b/chrome/browser/media/chrome_webrtc_simulcast_browsertest.cc
@@ -41,9 +41,9 @@ class WebRtcSimulcastBrowserTest : public WebRtcTestBase {
}
};
-// Fails/times out on Win only. http://crbug.com/452623
+// Fails/times out on Windows and Chrome OS. http://crbug.com/452623
// MSan reports errors. http://crbug.com/452892
-#if defined(OS_WIN) || defined(MEMORY_SANITIZER)
+#if defined(OS_WIN) || defined(OS_CHROMEOS) || defined(MEMORY_SANITIZER)
#define MAYBE_TestVgaReturnsTwoSimulcastStreams DISABLED_TestVgaReturnsTwoSimulcastStreams
#else
#define MAYBE_TestVgaReturnsTwoSimulcastStreams TestVgaReturnsTwoSimulcastStreams
« 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