diff options
-rw-r--r-- | tools/heapcheck/suppressions.txt | 7 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 9 |
2 files changed, 16 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 4f811d2..8d3cf73 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1802,3 +1802,10 @@ fun:views::Widget::Init fun:chromeos::input_method::CandidateWindowViewTest_MozcUpdateCandidateTest_Test::TestBody } +{ + bug_106969 + Heapcheck:Leak + fun:ExtensionService* + fun:TestingProfile::CreateExtensionService + fun:ExtensionServiceTestSimple_Enabledness_Test::TestBody +} diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 7818328..0681b41 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -5303,6 +5303,15 @@ fun:_ZNK26ExtensionMsg_Loaded_Params18ConvertToExtensionEv fun:_ZN19ExtensionDispatcher8OnLoadedERKSt6vectorI26ExtensionMsg_Loaded_ParamsSaIS1_EE } +{ + bug_106969 + Memcheck:Leak + fun:_Znw* + ... + fun:_ZN16ExtensionServiceC1EP7ProfilePK11CommandLineRK8FilePathP14ExtensionPrefsbb + fun:_ZN14TestingProfile22CreateExtensionServiceEPK11CommandLineRK8FilePathb + fun:_ZN43ExtensionServiceTestSimple_Enabledness_Test8TestBodyEv +} #----------------------------------------------------------------------- # 4. These only occur on our Google workstations |