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

Unified Diff: media/ffmpeg/ffmpeg_regression_tests.cc

Issue 1872643002: Add ffmpeg security regression test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/ffmpeg/ffmpeg_regression_tests.cc
diff --git a/media/ffmpeg/ffmpeg_regression_tests.cc b/media/ffmpeg/ffmpeg_regression_tests.cc
index 36067b4c9c000e2a158649ee6f0d6dedd085935e..1462d0fa144fd757b644c62533bc031e2641d579 100644
--- a/media/ffmpeg/ffmpeg_regression_tests.cc
+++ b/media/ffmpeg/ffmpeg_regression_tests.cc
@@ -157,6 +157,12 @@ FFMPEG_TEST_CASE(Cr532967,
"security/532967.webm",
PIPELINE_OK,
PIPELINE_OK);
+// TODO(tguilbert): update PIPELINE_ERROR_DECODE to
+// AUDIO_RENDERER_ERROR_IMPLICIT_CONFIG_CHANGE once the status is created.
+FFMPEG_TEST_CASE(Cr599625,
+ "security/599625.mp4",
+ PIPELINE_OK,
+ PIPELINE_ERROR_DECODE);
// General MP4 test cases.
FFMPEG_TEST_CASE(MP4_0,
« 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