| Index: media/ffmpeg/ffmpeg_regression_tests.cc
|
| diff --git a/media/ffmpeg/ffmpeg_regression_tests.cc b/media/ffmpeg/ffmpeg_regression_tests.cc
|
| index 5640823e99661d4a08a5d5291f36d4d88b6cf194..0e838d96e39f9c92c74e6db99d240a43b6776c32 100644
|
| --- a/media/ffmpeg/ffmpeg_regression_tests.cc
|
| +++ b/media/ffmpeg/ffmpeg_regression_tests.cc
|
| @@ -177,10 +177,7 @@ 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);
|
| +FFMPEG_TEST_CASE(Cr665305, "crbug665305.flac", PIPELINE_OK, PIPELINE_OK);
|
| FFMPEG_TEST_CASE_SEEKING(Cr666770,
|
| "security/666770.mp4",
|
| PIPELINE_OK,
|
|
|