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

Unified Diff: media/ffmpeg/ffmpeg_unittest.cc

Issue 3043049: Adding two test cases to ffmpeg_unittest from user bug reports. (Closed)
Patch Set: Adding comments Created 10 years, 5 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_unittest.cc
diff --git a/media/ffmpeg/ffmpeg_unittest.cc b/media/ffmpeg/ffmpeg_unittest.cc
index 0892d9d3bc82c047f08c8bd1bd6f2ba33b417c26..14b117d6fec7adac98b3ed3a37d047131f6dacd7 100644
--- a/media/ffmpeg/ffmpeg_unittest.cc
+++ b/media/ffmpeg/ffmpeg_unittest.cc
@@ -7,7 +7,12 @@
// mostly includes stuff like reporting proper timestamps, seeking to
// keyframes, and supporting certain features like reordered_opaque.
//
-// Known failures as of r53892:
+// Known failures as of r54591:
+// http://crbug.com/47761
+// crbug47761_ogg/FFmpegTest.Loop_Audio/0
+// crbug47761_ogg/FFmpegTest.Seek_Audio/0
+// crbug47761_ogg/FFmpegTest.Decode_Audio/0
+//
// http://crbug.com/49709
// sync1_ogg/FFmpegTest.Seek_Audio/0
// sync1_ogv/FFmpegTest.Seek_Audio/0
@@ -447,6 +452,10 @@ FFMPEG_TEST_CASE(sync2, webm);
// Covers our LayoutTest file.
FFMPEG_TEST_CASE(counting, ogv);
+// The following are bugs reported by users.
+FFMPEG_TEST_CASE(crbug47761, ogg);
+FFMPEG_TEST_CASE(crbug50045, mp4);
+
TEST_P(FFmpegTest, Perf) {
{
PerfTimeLogger timer("Opening file");
« 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