summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/heapcheck/suppressions.txt21
-rw-r--r--tools/valgrind/memcheck/suppressions.txt9
2 files changed, 30 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index e255116..4b457c6 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1920,3 +1920,24 @@
fun:ScopedTempDir::CreateUniqueTempDir
fun:BrowsingDataQuotaHelperTest::SetUp
}
+{
+ bug_91845_a
+ Heapcheck:Leak
+ ...
+ fun:BrowserAccessibilityManager::CreateAccessibilityTree
+ ...
+ fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody
+}
+{
+ bug_91845_b
+ Heapcheck:Leak
+ fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody
+}
+{
+ bug_91845_c
+ Heapcheck:Leak
+ ...
+ fun:BrowserAccessibilityManager::Create
+ fun:BrowserAccessibilityManager::CreateEmptyDocument
+ fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody
+}
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index ab52bc5..011e711 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5362,6 +5362,15 @@
fun:_ZN27BrowsingDataQuotaHelperTest14RegisterClientEPKN5quota14MockOriginDataEj
fun:_ZN42BrowsingDataQuotaHelperTest_FetchData_Test8TestBodyEv
}
+{
+ bug_91845
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN27BrowserAccessibilityManager23CreateAccessibilityTreeEP20BrowserAccessibilityRKN11webkit_glue16WebAccessibilityEi
+ ...
+ fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBodyEv
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations