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

Unified Diff: media/filters/ffmpeg_demuxer_unittest.cc

Issue 67252: Disabling the FFmpegDemuxerTest.ReadAndSeek test. (Closed)
Patch Set: Added crbug.com link Created 11 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/filters/ffmpeg_demuxer_unittest.cc
diff --git a/media/filters/ffmpeg_demuxer_unittest.cc b/media/filters/ffmpeg_demuxer_unittest.cc
index 1f9fbe7e3171499993975ff59c45854f2db83e48..47e8d61a737638dbdcc5779d49d3c41fd514001a 100644
--- a/media/filters/ffmpeg_demuxer_unittest.cc
+++ b/media/filters/ffmpeg_demuxer_unittest.cc
@@ -379,7 +379,9 @@ TEST(FFmpegDemuxerTest, InitializeStreams) {
// TODO(scherkus): as we keep refactoring and improving our mocks (both FFmpeg
// and pipeline/filters), try to break this test into two. Big issue right now
// is that it takes ~50 lines of code just to set up FFmpegDemuxer.
-TEST(FFmpegDemuxerTest, ReadAndSeek) {
+//
+// Refer to http://crbug.com/10653
+TEST(FFmpegDemuxerTest, DISABLED_ReadAndSeek) {
// Prepare some test data.
const int kAudio = 0;
const int kVideo = 1;
« 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