summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/common/desktop_notifications/active_notification_tracker_unittest.cc2
-rw-r--r--chrome/test/data/valgrind/unit_tests.gtest.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/chrome/common/desktop_notifications/active_notification_tracker_unittest.cc b/chrome/common/desktop_notifications/active_notification_tracker_unittest.cc
index 38c9d65..b741d35 100644
--- a/chrome/common/desktop_notifications/active_notification_tracker_unittest.cc
+++ b/chrome/common/desktop_notifications/active_notification_tracker_unittest.cc
@@ -5,7 +5,7 @@
#include "chrome/common/desktop_notifications/active_notification_tracker.h"
#include "testing/gtest/include/gtest/gtest.h"
-TEST(ActiveNotificationTrackerTest, DISABLED_TestLookupAndClear) {
+TEST(ActiveNotificationTrackerTest, TestLookupAndClear) {
ActiveNotificationTracker tracker;
WebKit::WebNotification notification1;
diff --git a/chrome/test/data/valgrind/unit_tests.gtest.txt b/chrome/test/data/valgrind/unit_tests.gtest.txt
index 6cfc18e..a67f84d 100644
--- a/chrome/test/data/valgrind/unit_tests.gtest.txt
+++ b/chrome/test/data/valgrind/unit_tests.gtest.txt
@@ -6,3 +6,6 @@ VisitedLinkRelayTest.Basics
RenderViewTest.ImeComposition
# Hangs sometimes; see http://crbug.com/24416
DnsMasterTest.MassiveConcurrentLookupTest
+# From r44017: Failure is related to the fact that I can't create distinct
+# WebCore objects in the test. http://crbug.com/43764
+ActiveNotificationTrackerTest.TestLookupAndClear