diff options
Diffstat (limited to 'tools/heapcheck/suppressions.txt')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 21 |
1 files changed, 21 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 +} |