summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
Diffstat (limited to 'media')
-rw-r--r--media/filters/ffmpeg_glue_unittest.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/media/filters/ffmpeg_glue_unittest.cc b/media/filters/ffmpeg_glue_unittest.cc
index a93ebd8..65e4878 100644
--- a/media/filters/ffmpeg_glue_unittest.cc
+++ b/media/filters/ffmpeg_glue_unittest.cc
@@ -182,6 +182,8 @@ TEST_F(FFmpegGlueTest, OpenClose) {
mock_ffmpeg_.CheckPoint(2);
}
+// This test is crashing on build bot. See bug:
+// http://code.google.com/p/chromium/issues/detail?id=36037.
TEST_F(FFmpegGlueTest, DISABLED_Write) {
scoped_ptr<StrictMock<MockProtocol> > protocol(
new StrictMock<MockProtocol>());
@@ -200,6 +202,8 @@ TEST_F(FFmpegGlueTest, DISABLED_Write) {
protocol_->url_close(&context);
}
+// This test is crashing on build bot. See bug:
+// http://code.google.com/p/chromium/issues/detail?id=36037.
TEST_F(FFmpegGlueTest, DISABLED_Read) {
scoped_ptr<StrictMock<MockProtocol> > protocol(
new StrictMock<MockProtocol>());
@@ -226,6 +230,8 @@ TEST_F(FFmpegGlueTest, DISABLED_Read) {
protocol_->url_close(&context);
}
+// This test is crashing on build bot. See bug:
+// http://code.google.com/p/chromium/issues/detail?id=36037.
TEST_F(FFmpegGlueTest, DISABLED_Seek) {
scoped_ptr<StrictMock<MockProtocol> > protocol(
new StrictMock<MockProtocol>());
@@ -302,6 +308,8 @@ TEST_F(FFmpegGlueTest, DISABLED_Seek) {
protocol_->url_close(&context);
}
+// This test is crashing on build bot. See bug:
+// http://code.google.com/p/chromium/issues/detail?id=36037.
TEST_F(FFmpegGlueTest, DISABLED_Destroy) {
// Create our protocol and add them to the glue layer.
scoped_ptr<StrictMock<Destroyable<MockProtocol> > > protocol(