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

Unified Diff: chrome/browser/notifications/notification_conversion_helper_unittest.cc

Issue 470153002: Disable leaky NotificationToNotificationOptions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: chrome/browser/notifications/notification_conversion_helper_unittest.cc
diff --git a/chrome/browser/notifications/notification_conversion_helper_unittest.cc b/chrome/browser/notifications/notification_conversion_helper_unittest.cc
index febf0d5f0eca21b1e48a39a937cb9ecaefeb1a7a..5f0f81c8d51e36fa4e1a1db02568c577e2701761 100644
--- a/chrome/browser/notifications/notification_conversion_helper_unittest.cc
+++ b/chrome/browser/notifications/notification_conversion_helper_unittest.cc
@@ -77,7 +77,10 @@ class NotificationConversionHelperTest : public testing::Test {
DISALLOW_COPY_AND_ASSIGN(NotificationConversionHelperTest);
};
-TEST_F(NotificationConversionHelperTest, NotificationToNotificationOptions) {
+// TODO(liyanhou): This test is disabled due to memory leaks. Fix and re-enable.
+// http://crbug.com/403759
+TEST_F(NotificationConversionHelperTest,
+ DISABLED_NotificationToNotificationOptions) {
// Create a notification of image type
scoped_ptr<Notification> notification1 =
CreateNotification(message_center::NOTIFICATION_TYPE_IMAGE);
« 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