diff options
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 31192f6..0b2b786 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -5810,7 +5810,14 @@ fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE fun:_ZN30ChromeBrowserMainExtraPartsAsh14PreProfileInitEv } - +{ + bug_125890 + Memcheck:Leak + fun:_Znw* + fun:_ZN14TestingProfile20CreateRequestContextEv + fun:_ZN12*SpellingServiceClientTestC2Ev + fun:_ZN47SpellingServiceClientTest_RequestTextCheck_TestC1Ev +} #----------------------------------------------------------------------- # 4. These only occur on our Google workstations |