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

Unified Diff: media/ffmpeg/ffmpeg_regression_tests.cc

Issue 2639333002: Test fixes for M57 ffmpeg roll. (Closed)
Patch Set: Created 3 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
Index: media/ffmpeg/ffmpeg_regression_tests.cc
diff --git a/media/ffmpeg/ffmpeg_regression_tests.cc b/media/ffmpeg/ffmpeg_regression_tests.cc
index 1c0b0a56127e953a6cf9d94ff2eaebcab2463fda..568a3c5782d5e00b8d7b52c687ec8255db3d4d6c 100644
--- a/media/ffmpeg/ffmpeg_regression_tests.cc
+++ b/media/ffmpeg/ffmpeg_regression_tests.cc
@@ -252,7 +252,10 @@ FFMPEG_TEST_CASE(MP4_16,
"security/looping2.mov",
DEMUXER_ERROR_COULD_NOT_OPEN,
DEMUXER_ERROR_COULD_NOT_OPEN);
-FFMPEG_TEST_CASE(MP4_17, "security/assert2.mov", PIPELINE_OK, PIPELINE_OK);
+FFMPEG_TEST_CASE(MP4_17,
+ "security/assert2.mov",
+ DEMUXER_ERROR_COULD_NOT_OPEN,
+ PIPELINE_OK);
// General OGV test cases.
FFMPEG_TEST_CASE(OGV_1,
« no previous file with comments | « no previous file | media/test/pipeline_integration_test_base.cc » ('j') | media/test/pipeline_integration_test_base.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698