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

Unified Diff: content/browser/media/webrtc_browsertest.cc

Issue 145093006: Revert "linux-aura/webrtc: Disable a couple of tests failing on the bots." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 5b4f38be Initial. Created 6 years, 10 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: content/browser/media/webrtc_browsertest.cc
diff --git a/content/browser/media/webrtc_browsertest.cc b/content/browser/media/webrtc_browsertest.cc
index f9c4c5c4427861bad2d94c6fa0881d73ff5da407..63613ca8d9644454f8d4e402a2afa97fdfa4d292 100644
--- a/content/browser/media/webrtc_browsertest.cc
+++ b/content/browser/media/webrtc_browsertest.cc
@@ -135,10 +135,6 @@ IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest,
// Disabled for Ozone, see http://crbug.com/315392#c15
#define MAYBE_NegotiateUnsupportedVideoCodec\
DISABLED_NegotiateUnsupportedVideoCodec
-#elif defined(OS_LINUX) && defined(USE_AURA)
-// http://crbug.com/335916
-#define MAYBE_NegotiateUnsupportedVideoCodec\
- DISABLED_NegotiateUnsupportedVideoCodec
#else
#define MAYBE_NegotiateUnsupportedVideoCodec NegotiateUnsupportedVideoCodec
#endif
@@ -153,9 +149,6 @@ IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest,
#if defined(USE_OZONE)
// Disabled for Ozone, see http://crbug.com/315392#c15
#define MAYBE_NegotiateNonCryptoCall DISABLED_NegotiateNonCryptoCall
-#elif defined(OS_LINUX) && defined(USE_AURA)
-// http:://crbug.com/335916
-#define MAYBE_NegotiateNonCryptoCall DISABLED_NegotiateNonCryptoCall
#else
#define MAYBE_NegotiateNonCryptoCall NegotiateNonCryptoCall
#endif
« 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