diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index f281f7c3..e99a100 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1054,3 +1054,19 @@ fun:testing::HandleExceptionsInMethodIfSupported fun:testing::Test::Run } +{ + bug_65642a + Heapcheck:Leak + ... + fun:ExtensionPrefsNotifyWhenNeeded::Initialize + fun:ExtensionPrefsTest::SetUp +} +{ + bug_65642b + Heapcheck:Leak + fun:Value::CreateStringValue + fun:ExtensionPrefsNotifyWhenNeeded::Initialize + fun:ExtensionPrefsTest::SetUp +} + + |