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

Unified Diff: media/base/composite_filter_unittest.cc

Issue 8936002: DISABLE media_unittests:CompositeFilterDeathTest.DISABLED_TestRemoveUnknownFilter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/base/composite_filter_unittest.cc
diff --git a/media/base/composite_filter_unittest.cc b/media/base/composite_filter_unittest.cc
index 6b7f219555871378c52394a5f76192148823b6c4..b3ad3cbadbaa85a716e5f321ed951d0911a5e0a1 100644
--- a/media/base/composite_filter_unittest.cc
+++ b/media/base/composite_filter_unittest.cc
@@ -396,7 +396,8 @@ TEST_F(CompositeFilterTest, TestAddRemoveFilter) {
class CompositeFilterDeathTest : public CompositeFilterTest {};
// Test failure of RemoveFilter() on an unknown filter.
-TEST_F(CompositeFilterDeathTest, TestRemoveUnknownFilter) {
+// TODO(fischman): figure out why this is flaky.
Ryan Sleevi 2011/12/13 05:59:40 nit: Note the bug # in the comment, as per http:/
Ami GONE FROM CHROMIUM 2011/12/13 06:05:47 Done.
+TEST_F(CompositeFilterDeathTest, DISABLED_TestRemoveUnknownFilter) {
composite_->set_host(mock_filter_host_.get());
// Remove unknown filter.
scoped_refptr<StrictMock<MockFilter> > filter = new StrictMock<MockFilter>();
« 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