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

Unified Diff: media/ffmpeg/ffmpeg_regression_tests.cc

Issue 2567803002: New ffmpeg regression test to verify issue 670190 (Closed)
Patch Set: Created 4 years 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 cab5d9f281ded709b6313fdaf7329aa3f1676734..836b073bd7a654b0b631919fe0c43ba6c26b9849 100644
--- a/media/ffmpeg/ffmpeg_regression_tests.cc
+++ b/media/ffmpeg/ffmpeg_regression_tests.cc
@@ -209,6 +209,10 @@ FFMPEG_TEST_CASE(Cr668346,
"security/668346.flac",
PIPELINE_ERROR_INITIALIZATION_FAILED,
PIPELINE_ERROR_INITIALIZATION_FAILED);
+FFMPEG_TEST_CASE(Cr670190,
+ "security/670190.ogg",
+ DECODER_ERROR_NOT_SUPPORTED,
+ DECODER_ERROR_NOT_SUPPORTED);
// 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