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

Unified Diff: media/filters/pipeline_integration_test.cc

Issue 379563008: Disable VP9 444 test (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/pipeline_integration_test.cc
===================================================================
--- media/filters/pipeline_integration_test.cc (revision 281860)
+++ media/filters/pipeline_integration_test.cc (working copy)
@@ -1473,7 +1473,9 @@
}
// Verify that VP9 video with 4:4:4 subsampling can be played back.
-TEST_F(PipelineIntegrationTest, P444_VP9_WebM) {
+// TODO(johannkoenig): Reenable after landing libvpx roll
+// http://www.crbug.com/392309
+TEST_F(PipelineIntegrationTest, DISABLED_P444_VP9_WebM) {
ASSERT_TRUE(Start(GetTestDataFilePath("bear-320x240-P444.webm"),
PIPELINE_OK));
Play();
« 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