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

Unified Diff: media/ffmpeg/ffmpeg_regression_tests.cc

Issue 2547203002: Add ffmpeg regression test for flac file hang found by clusterfuzz. (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 128dbe9edd966473528d70366920dec5f35566a6..b53a6ddd9349f77b92058a5df458786c547e1baf 100644
--- a/media/ffmpeg/ffmpeg_regression_tests.cc
+++ b/media/ffmpeg/ffmpeg_regression_tests.cc
@@ -167,6 +167,10 @@ FFMPEG_TEST_CASE(Cr599625,
// twice under ASAN. If run once, then it doesn't. However, it still catches
// issues in crbug.com/662118, so it's included anyway.
FFMPEG_TEST_CASE(Cr658440, "security/658440.flac", PIPELINE_OK, PIPELINE_OK);
+FFMPEG_TEST_CASE(Cr665305,
+ "crbug665305.flac",
+ 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