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

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

Issue 380493002: Roll libvpx 280676:281854 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 5 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/media_browsertest.cc
===================================================================
--- content/browser/media/media_browsertest.cc (revision 282080)
+++ content/browser/media/media_browsertest.cc (working copy)
@@ -224,7 +224,9 @@
RunColorFormatTest("yuv420p.webm", "ENDED");
}
-IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv444pVp9)) {
+// TODO(johannkoenig): Reenable after landing libvpx roll
+// http://www.crbug.com/392309
+IN_PROC_BROWSER_TEST_F(MediaTest, DISABLED_Yuv444pVp9) {
RunColorFormatTest("yuv444p.webm", "ENDED");
}
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698